Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error trying to backup the database


Sanguinarius

Recommended Posts

I went to back up the database and this is what I got:

 

Warning: set_time_limit(): Cannot set time limit in safe mode in /home/virtual/site24/fst/var/www/html/store/admin/includes/functions/general.php on line 733

 

Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site24/fst/var/www/html/store/admin/includes/functions/general.php:733) in /home/virtual/site24/fst/var/www/html/store/admin/includes/functions/general.php on line 18

 

What's wrong? How do I fix it?

 

Line 18 is:

 

    header('Location: ' . $url);

--Sanguinarius

 

If you're reading this, I'm probably pulling my hair out. ;>

 

*waiting for osCommerce 3.0 alpha 6* (I'm after the coupons.)

Link to comment
Share on other sites

You might be able to disable safemode by adding this to your .htaccess in the admin dir.

 

php_value safe_mode 0

 

If your database is not to big you can comment the set_time_limit line.

 

functions/general.php on line 733

 

Whenever you see this message

 

Warning: Cannot modify header information

 

It means your server output something, a warning or a blank line before the standard headers were sent soonly whats above it matters.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...