Site slow and no version information on backend HOME

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
foolevil
Posts: 20
Joined: Wed 7. Oct 2009, 18:37

Site slow and no version information on backend HOME

Post 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?
User avatar
Oliver Georgi
Site Admin
Posts: 9903
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: Site slow and no version information on backend HOME

Post by Oliver Georgi »

Seems your server or connection is slow.

Set config in conf.inc.php to:

Code: Select all

$phpwcms['version_check'] = 0;
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
foolevil
Posts: 20
Joined: Wed 7. Oct 2009, 18:37

Re: Site slow and no version information on backend HOME

Post 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.
foolevil
Posts: 20
Joined: Wed 7. Oct 2009, 18:37

Case half-solved

Post 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.
Post Reply