Imagick doesn't work after changed dir name
Imagick doesn't work after changed dir name
Hello Oliver,
Yesterday I had the whole program working. Including Imagick.
Today I did the following:
1. rename the "hpwcms"dir to "update"
2. I also changed the conf.inc.php
Script worked, only the thumbnail create function gave an error: error while creating thumbnail , click here to go back.
So I changed it all back to phpwcms (steps 1 and 2) and still that error occurs.
Do you have any clue where to fix it?
Yesterday I had the whole program working. Including Imagick.
Today I did the following:
1. rename the "hpwcms"dir to "update"
2. I also changed the conf.inc.php
Script worked, only the thumbnail create function gave an error: error while creating thumbnail , click here to go back.
So I changed it all back to phpwcms (steps 1 and 2) and still that error occurs.
Do you have any clue where to fix it?
- Oliver Georgi
- Site Admin
- Posts: 9906
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
[Sun Nov 9 23:19:24 2003] [error] Directory index forbidden by rule: /home/httpd/vhosts/mydomain.nl/http
docs/phpwcms/include/inc_act/
I tried to solve this with an .htaccess file to grant dir listing, but no go ;-(
My values are:
// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "username";
$phpwcms["db_pass"] = "********";
$phpwcms["db_table"] = "phpwcms";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
// site values
$phpwcms["site"] = "http://www.mydomain.nl/";
$phpwcms["admin_email"] = "info@mydomain.nl";
// paths
$phpwcms["root"] = "phpwcms";
$phpwcms["file_path"] = "phpwcms_filestorage";
$phpwcms["file_tmp"] = "phpwcms_tmp";
$phpwcms["templates"] = "phpwcms_template";
$phpwcms["dir_thlist"] = "thumb_list";
$phpwcms["dir_preview"] = "thumb_preview";
$phpwcms["content_path"] = "content";
$phpwcms["cimage_path"] = "images";
$phpwcms["ftp_path"] = "phpwcms_ftp";
Yesterday I had the 4 files in /inc_conf chmodded to 777, that has been reduced to 666, but that wasn't the problem either. Changing it back to 777 did not solve Imagick.
Do you have any idea on which rights must be there for Imagick apart from the rest of the program? I mean it did work and all the other phpwcms stuff works.
docs/phpwcms/include/inc_act/
I tried to solve this with an .htaccess file to grant dir listing, but no go ;-(
My values are:
// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "username";
$phpwcms["db_pass"] = "********";
$phpwcms["db_table"] = "phpwcms";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
// site values
$phpwcms["site"] = "http://www.mydomain.nl/";
$phpwcms["admin_email"] = "info@mydomain.nl";
// paths
$phpwcms["root"] = "phpwcms";
$phpwcms["file_path"] = "phpwcms_filestorage";
$phpwcms["file_tmp"] = "phpwcms_tmp";
$phpwcms["templates"] = "phpwcms_template";
$phpwcms["dir_thlist"] = "thumb_list";
$phpwcms["dir_preview"] = "thumb_preview";
$phpwcms["content_path"] = "content";
$phpwcms["cimage_path"] = "images";
$phpwcms["ftp_path"] = "phpwcms_ftp";
Yesterday I had the 4 files in /inc_conf chmodded to 777, that has been reduced to 666, but that wasn't the problem either. Changing it back to 777 did not solve Imagick.
Do you have any idea on which rights must be there for Imagick apart from the rest of the program? I mean it did work and all the other phpwcms stuff works.
- Oliver Georgi
- Site Admin
- Posts: 9906
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Nothing.
I changed all the rights to all files to 777
Nothing helps.
It frustrates a lot because yesterday it worked.
I guess the fact that I changed the installname of the dir to update and then tried to create a thumbnail, doesn't make the Imagick fail, does it?
I mean if you set everything back to as it was it should work???
I changed all the rights to all files to 777
Nothing helps.
It frustrates a lot because yesterday it worked.
I guess the fact that I changed the installname of the dir to update and then tried to create a thumbnail, doesn't make the Imagick fail, does it?
I mean if you set everything back to as it was it should work???
- Oliver Georgi
- Site Admin
- Posts: 9906
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
- Oliver Georgi
- Site Admin
- Posts: 9906
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
- Oliver Georgi
- Site Admin
- Posts: 9906
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
- Oliver Georgi
- Site Admin
- Posts: 9906
- Joined: Fri 3. Oct 2003, 22:22
- Contact: