toto46 Posted February 10, 2010 Share Posted February 10, 2010 (edited) Hi I just installed ULTIMATE_Seo_Urls_5_r141_stable on my local server running: php 5.2.6-1+lenny4 (Zend : 2.2.0) Apache/2.2.9 (Debian) PHP/5.2.6-1 MySQL 5.0.51a-24+lenny2 Set to standard seo url's It works just fine. I uploaded to the internet server and updated the DB Serveur HTTP : Apache/2.2.X (OVH) Version PHP : 5.2.12 (Zend : 2.2.0) Linux 2.6.32.7-mutu-grs-ipv4-32 MySQL 5.0.88-log Here it does not work just fine :-( with the following error message, its very clear but I can not see what to do. I rechecked that all the files have been uploaded and the dir catalog/includes/modules/ultimate_seo_urls5 is 777 Below is the error message if I will continue to go over this but if meanwhile somebody can see through this I would be grateful as you can imagine. Just adding this : that the admin section is ok there no error message and Seo Urls 5 is in the configuration menu... thanks Phil // nl2br() prior PHP 4.2.0 did not convert linefeeds on all OSs (it only converted \n) function tep_convert_linefeeds($from, $to, $string) { if ((PHP_VERSION < "4.0.5") && is_array($from)) { return ereg_replace('(' . implode('|', $from) . ')', $to, $string); } else { return str_replace($from, $to, $string); } } ?> Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /homez.333/motostore/www/catalog/includes/functions/general.php:1318) in /homez.333/motostore/www/catalog/includes/functions/sessions.php on line 97 Edited February 10, 2010 by toto46 Quote Link to comment Share on other sites More sharing options...
germ Posted February 10, 2010 Share Posted February 10, 2010 Hi I just installed ULTIMATE_Seo_Urls_5_r141_stable on my local server running: php 5.2.6-1+lenny4 (Zend : 2.2.0) Apache/2.2.9 (Debian) PHP/5.2.6-1 MySQL 5.0.51a-24+lenny2 Set to standard seo url's It works just fine. I uploaded to the internet server and updated the DB Serveur HTTP : Apache/2.2.X (OVH) Version PHP : 5.2.12 (Zend : 2.2.0) Linux 2.6.32.7-mutu-grs-ipv4-32 MySQL 5.0.88-log Here it does not work just fine :-( with the following error message, its very clear but I can not see what to do. I rechecked that all the files have been uploaded and the dir catalog/includes/modules/ultimate_seo_urls5 is 777 Below is the error message if I will continue to go over this but if meanwhile somebody can see through this I would be grateful as you can imagine. Just adding this : that the admin section is ok there no error message and Seo Urls 5 is in the configuration menu... thanks Phil // nl2br() prior PHP 4.2.0 did not convert linefeeds on all OSs (it only converted \n) function tep_convert_linefeeds($from, $to, $string) { if ((PHP_VERSION < "4.0.5") && is_array($from)) { return ereg_replace('(' . implode('|', $from) . ')', $to, $string); } else { return str_replace($from, $to, $string); } } ?> Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /homez.333/motostore/www/catalog/includes/functions/general.php:1318) in /homez.333/motostore/www/catalog/includes/functions/sessions.php on line 97 Headers Already Sent Click the link above for an explanation. The problem is in /catalog/includes/functions/general.php (line 1318) Most likely "whitespace(s)" at the end. If it is at the end of the file and you can't find the whitespaces, you can stop the error by removing the closing php tag: ?> Not something I recommend but it is an option. Quote If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
toto46 Posted February 11, 2010 Author Share Posted February 11, 2010 Merci beaucoup Germ! I did not realize that this was unrelated to the contrib set up. Nevertherless this is one of the file to be "dropped" on existing installation /catalog/includes/functions/general.php in the contrib so I probably had a problem while uploading it onto the server as it worked locally? I did not notice any whitespace but still did as instructed and re-uploaded the file. Its ok now and I have filed this error message with the fix.. The contrib works A1 now Thanks Phil Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.