Page 1 of 1

A few problems with installation version 1.2.8

Posted: Tue 12. Dec 2006, 15:49
by Allert
1) When i open the admin part i get the following errors:

phpwcms Version Information
Unable to open connection to phpwcms Server, reported error is:
Permission denied


2) When I try to upload a picture to phpwcms_filestorage. This succeeds. The file is uploaded and renamed to this directory. But in the admin-frontend in the file-center there is only one file showed. I have set all permissions so this cannot be the problem. Bug or a configuration error?

Posted: Tue 12. Dec 2006, 16:14
by Klappstuhl28
Upload by ftp or with the included browser?

Please searche the forum for:
$phpwcms['site'] = 'http://'.$_SERVER['SERVER_NAME'].'/';

and have a look into your conf.inc.php

Lars

Uploaded site

Posted: Tue 12. Dec 2006, 19:05
by Allert
I uploaded my local site to my provider. Now the problem of the file manager is solved. I realy had problems to get the database working. My provider had version Mysql 3.23.58 and locally i run 5.0.22. Solved the issue by removing
CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP

and

ENGINE=MyISAM DEFAULT CHARSET=latin1

from the sql dump with phpMyAdmin. Database is now running

Can i get more problems with this version off MySQL.
Phpcwcms version is 1.2.8

When i try to login on the admin part i get an page error. Page not found.
Then i manually go to the ..\phpwcms.php link then the admin site is opening.

Is this caused by the older SQL version