A slight problem, probably because of the new PHP builds:

Status
Not open for further replies.

rokula

New Member
Messages
21
Reaction score
0
Points
0
I currently have the intermediate version of PHP, and I am getting such errors as :
1."Fatal error: SUHOSIN - Use of eval is forbidden by configuration in /home/rokula/public_html/rokula.co.nz/admin/includes/functions/general.php(405) : eval()'d code on line 405"
2. "Warning: File uploads are disabled in the php.ini configuration file."
3."Warning: set_time_limit() has been disabled for security reasons in /home/rokula/public_html/rokula.co.nz/admin/includes/functions/general.php on line 737"

And now, for a limited time only, you can get these errors and much much more for the low price of 29.95! If you order in the next five minutes, we'll also throw in this exclusive SQL authentication error, free!

*bonks himself on the head*
Sorry, long nights and lots of downtime make me slightly confused :naughty:

Anyway, I'd appreciate any suggestions.

Thanks in advance,
Adam
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
Can you give us a link to somewhere we can reproduce the error at?
 

rokula

New Member
Messages
21
Reaction score
0
Points
0
Actually, it appears that the previous errors were because of the delay between the PHP version application and the cron job preforming the changes. I now have a different error:
Warning: exec() has been disabled for security reasons in /home/rokula/public_html/rokula.co.nz/admin/backup.php on line 133.

I have applied for PHP version 3. The location where all the errors have occured is password protected, is there any way I can send you or some other member of the staff a login?

P.S. Thanks for all your help, I appreciate the time and effort you putting in here.
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
Do you know what it is trying to use exec for? I don't believe we are giving access out to that function at all. Exec is a huge security risk...

-Corey
 

rokula

New Member
Messages
21
Reaction score
0
Points
0
I exactly know why exec() is called, though I can tell you that the action I'm trying to preform is to backup the SQL via the admin interface of OsCommerce, using gZip compression and using the download only option, meaning the backup isn't also stored in the /admin/backups folder. I guess I can make manual backups via PHPmyAdmin. It isn't that bad, just something that everyone that uses OsCommerce should be aware of. I saw my request for PHP V3 was denied, in any case thank you for all your time and trouble.

Have a good one,

Adam
 
Status
Not open for further replies.
Top