Guest Posted November 29, 2003 Posted November 29, 2003 Hello I receive this error when i am trying to remove the default procucts from my store in order to add mine later. Warning: Cannot set time limit in safe mode in /home/virtual/site28/fst/var/www/html/catalog/admin/includes/functions/general.php on line 733 Warning: Cannot add header information - headers already sent by (output started at /home/virtual/site28/fst/var/www/html/catalog/admin/includes/functions/general.php:733) in /home/virtual/site28/fst/var/www/html/catalog/admin/includes/functions/general.php on line 18 Any help would be appreciated. Thank you.
utahcon Posted November 29, 2003 Posted November 29, 2003 I am not sure about the first two lines but the last three Warning: Cannot add header information - headers already sent by (output started at /home/virtual/site28/fst/var/www/html/catalog/admin/includes/functions/general.php:733) in /home/virtual/site28/fst/var/www/html/catalog/admin/includes/functions/general.php on line 18 They are fairly easy. They are telling you that you are attempting to set a session variable (or cookie) after the headers of the page have been built. If this is you code you need to adjust it so the headers are built (content is placed) after the code you are running.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.