Search found 4 matches

by pixelchallenge
Fri 7. Apr 2006, 15:09
Forum: phpwcms Support English
Topic: Transfer to new server problems
Replies: 12
Views: 4119

don't know why you can't edit the articles.. what does it say when you try to save the changes?

However you might have a similar problem like I had a few moments ago - after moving to a new server, newly created articles were not shown. Luckily this post by pappnase helped me - i changed the start ...
by pixelchallenge
Wed 8. Mar 2006, 18:26
Forum: phpwcms Support English
Topic: Error messages - please help!!!
Replies: 7
Views: 1743

I had a similar problem and since i don't want to happen it again in the future, I wanted to solve it definitely. A solution might be to set the session dir to a local directory:

(I use 1.2.6 dev)

step 1: put this before the session_start that's causing trouble:
ini_set("session.save_path ...
by pixelchallenge
Tue 14. Feb 2006, 11:13
Forum: phpwcms Support English
Topic: phpwcms_filestorage
Replies: 8
Views: 4523

Thank you Knut, i just didn't know whether there's an automatic cleanup by phpwcms or even some database daemon or whether i should do it manually (by manually changing the database and through ftp, i.e. low level access risking i do something wrong and that phpwcms might not work anymore).

It's ...
by pixelchallenge
Mon 13. Feb 2006, 14:17
Forum: phpwcms Support English
Topic: phpwcms_filestorage
Replies: 8
Views: 4523

I'm using 1.2.6.

After uploading an image it's copied to phpwcms_filestorage and a thumbnail version to content/images. Also related entires into the DB are made in phpwcms_file and phpwcms_imgcache. Ok.

However, after deleting the image (in the phpwcms backend), deleting it in the trash can and ...