Broken script for pricefeed generations
Posted: Wed Mar 20, 2024 2:49 pm
Hi guys.
As a last option before scrapping the entire function I'm hoping that one of you perhaps could help be getting this to work again.
Long story short... I stopped updating Phoenix a long time ago due to some tragedies in the family and I'm now back to supporting and using Phoenix again.
last version i ran was 1.0.8.0 and now I'm running 1.0.8.20 PRO instead.
A lot has changed and a few PHP versions later my php-file doesn't work anymore because of changes to the core and deprecated functions.
What it should do is to list a page for pricerunner with links to all products, prices, etc. but instead I only get the following message:
Warning: session_name(): Session name cannot be changed after headers have already been sent in XXX/includes/system/segments/application/start_session.php on line 13
Warning: session_set_save_handler(): Session save handler cannot be changed after headers have already been sent in XXX/includes/system/versioned/1.0.8.3/session.php on line 103
Warning: session_set_cookie_params(): Session cookie parameters cannot be changed after headers have already been sent in XXX/includes/system/versioned/1.0.7.7/cookie.php on line 60
Warning: session_start(): Session cannot be started after headers have already been sent in XXX/includes/system/versioned/1.0.8.3/session.php on line 55
Fatal error: Uncaught Error: Undefined constant "configuration" in /XXX/prisfil2.php:174
Stack trace: #0 {main} thrown in XXX/prisfil2.php on line 174
I will attach the entire file if anyone feels like checking into it.
As a last option before scrapping the entire function I'm hoping that one of you perhaps could help be getting this to work again.
Long story short... I stopped updating Phoenix a long time ago due to some tragedies in the family and I'm now back to supporting and using Phoenix again.
last version i ran was 1.0.8.0 and now I'm running 1.0.8.20 PRO instead.
A lot has changed and a few PHP versions later my php-file doesn't work anymore because of changes to the core and deprecated functions.
What it should do is to list a page for pricerunner with links to all products, prices, etc. but instead I only get the following message:
Warning: session_name(): Session name cannot be changed after headers have already been sent in XXX/includes/system/segments/application/start_session.php on line 13
Warning: session_set_save_handler(): Session save handler cannot be changed after headers have already been sent in XXX/includes/system/versioned/1.0.8.3/session.php on line 103
Warning: session_set_cookie_params(): Session cookie parameters cannot be changed after headers have already been sent in XXX/includes/system/versioned/1.0.7.7/cookie.php on line 60
Warning: session_start(): Session cannot be started after headers have already been sent in XXX/includes/system/versioned/1.0.8.3/session.php on line 55
Fatal error: Uncaught Error: Undefined constant "configuration" in /XXX/prisfil2.php:174
Stack trace: #0 {main} thrown in XXX/prisfil2.php on line 174
I will attach the entire file if anyone feels like checking into it.