internal server error

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
will-i-am
Posts: 24
Joined: Mon 2. May 2005, 21:39
Location: Belsele, België

internal server error

Post by will-i-am »

Hi, I'm getting an internal server error when I want to go to file manager phpwcms ver 1.3.3

phpwcms.php?do=files is on the url screen.

I checkt permission on filearchive it has 777 and dir can_be_deleted has 777 to.

error is:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, my email adresshere and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
User avatar
najbo
Posts: 10
Joined: Thu 3. Jun 2004, 22:36
Location: La Neuveville (BE), Switzerland

Post by najbo »

I probably have the same error, but I'm using Firefox and the browser tries to open file phpwcms.php (there's a download or open message box) when I click on "File manager".

I updated today from 1.2.6 to 1.3.3.

[UPDATE]

Problem has something to do with GD library ...

With this value 0 for imagick,

Code: Select all

$phpwcms['imagick']           = 0;        //if 0 = GD, 1 = ImageMagick convert, 2 = ImageMagick 4.2.9
... I get the error ; no problem with 1 or 2 .. but I have not ImageMagick on server.

[UPDATE 2]
Also works if I create a new empty filearchive folder

[SOLVED:]

Ok, I had to delete some large images files in filearchive folder (above 2.5 MB in my case).

I also had to manualy check each table structure in my DB (compare with data in setup folder, file phpwcms_init_410.sql).
Post Reply