My site is being hosted by a hosting company. Before they were going PHP version below 4.3.0... i got my site's scripts running perfectly.. but now... they have upgraded to 4.3.0 all my scripts are issuing errors which are very uncommon if not unfriendly error for any PHP upgrades.. at least that's what the server's administrator said to me when I asked him to explain to me regarding the problem.. here are some of the errors. Take note that before they ( my host server's admin) upgraded their PHP module to 4.3.0, all of my scripts are running running ok...
Fatal error: Cannot redeclare get_news_list() in /home/paulinos/public_html/classes/class.news.php on line 21
Fatal error: Cannot redeclare get_product_list() in /home/paulinos/public_html/classes/class.products.php on line 88
Even the FastTemplate class that I'm using is issuing an error.... redeclare error.. Is this error, an error that is caused by the upgrades or other reasons? I was told by the administrator to upgrade my script.. but I want to ask you guys. Should I upgrade or there is something wrong with their system? If ever I should upgrade, what would that be? I'm not familiar with the changes from versions 4.0.6 upto 4.3.0... If PHP.net have some new specs ... please include it here so I could fix the problem and get my site up and running again.. Thank you very much
jun