A few problems with installation version 1.2.8

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
Allert
Posts: 5
Joined: Tue 12. Dec 2006, 15:35

A few problems with installation version 1.2.8

Post 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?
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post 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
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Allert
Posts: 5
Joined: Tue 12. Dec 2006, 15:35

Uploaded site

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