Page 1 of 1

Site slow and no version information on backend HOME

Posted: Wed 13. Jan 2010, 12:21
by foolevil
I get this after login to backend:

phpwcms Version Information

Unable to open connection to phpwcms Server, reported error is:
Connection refused


---

Editing is very slow.
phpwcms version 1.4.4

Is it database-related or what?

Re: Site slow and no version information on backend HOME

Posted: Wed 13. Jan 2010, 16:37
by Oliver Georgi
Seems your server or connection is slow.

Set config in conf.inc.php to:

Code: Select all

$phpwcms['version_check'] = 0;

Re: Site slow and no version information on backend HOME

Posted: Tue 23. Feb 2010, 19:01
by foolevil
This is bit odd. I have some other PhpWCMS installs on same server and they are not.
Its the editing of content which is slow. Browsing seems quite ok.

Case half-solved

Posted: Tue 2. Mar 2010, 14:00
by foolevil
Case half-solved. I installed MAMP and PhpWCMS to my Mac, and did most of the editing locally.
Then I emptied all cells from mysql database and injected database from Mac.
Suprise - the problem was gone. Editing is quick as usual. Something was wrong with MySql database.