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?
Site slow and no version information on backend HOME
- Oliver Georgi
- Site Admin
- Posts: 9903
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Re: Site slow and no version information on backend HOME
Seems your server or connection is slow.
Set config in conf.inc.php to:
Set config in conf.inc.php to:
Code: Select all
$phpwcms['version_check'] = 0;
Re: Site slow and no version information on backend HOME
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.
Its the editing of content which is slow. Browsing seems quite ok.
Case half-solved
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.
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.