Elxis CMS Forum

Support => General => Topic started by: armpouniotis on December 18, 2007, 22:33:34

Title: Error in Banners Clients
Post by: armpouniotis on December 18, 2007, 22:33:34
Hi there !

when i try to create a new client into "Manage Clients" and a new banner in "Manage Banners" in Banners component in the administrator zone I get these errors:

Fatal error: Cannot instantiate non-existent class: mosbannerclient in /home/egnogr/public_html/administrator/components/com_banners/admin.banners.php on line 322

and

Fatal error: Cannot instantiate non-existent class: mosbanner in /home/egnogr/public_html/administrator/components/com_banners/admin.banners.php on line 146

What is wrong ?

Thank you in advance
Title: Re: Error in Banners Clients
Post by: Ivan Trebješanin on December 18, 2007, 23:09:53
Could you, please open the file mentioned(/home/egnogr/public_html/administrator/components/com_banners/admin.banners.php), and post here lines 146 and 322? Because, from what I saw from those lines in the file, it seems that your database doesn't contain table #_banners. Go to your database and check if table elx_banner exist.
Title: Re: Error in Banners Clients
Post by: Farhad Sakhaei on December 19, 2007, 09:44:11
i think you may have some problems with old php or mysql versions , what is your php and mysql version ?
Title: Re: Error in Banners Clients
Post by: armpouniotis on December 19, 2007, 16:31:14
Hi there !

I checked the database and the tables "elx_banner", "elx_bannerclient", "elx_bannerfinish" exist.

My Php version is 4.4.7
MySQL version is 5.0.27-standard

I don't think that there is a problem with the above versions 'coz I have installed 10 websites based on elxis and there was no problem at all.

Any help ?