I'm trying to copy a site from one location to another.
I have a site on-line, but for development purposes, I'm using a local apache server. I exported my database (with phpMyAdmin) on production system (files are synced on both systems), removed the "sitepref" table (because it contains some differences e.g. in Captcha font path settings) and imported SQL into my local installation. Both system runs CMSms 1.6.4. Everything seems to be fine, except if I try to edit a content page in admin interface. Then I get the following error message
Code: Select all
Warning: get_class() expects parameter 1 to be object, string given in ...\admin\editcontent.php on line 165
Any help is appreciated!
Greets
Florian