stuck at step 5, image package selection. stuck at step 5, image package selection.
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

stuck at step 5, image package selection.

Started by tregare, March 09, 2011, 01:18:53 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

tregare

Getting the following error.

Warning: realpath() [function.realpath]: open_basedir restriction in effect. File(/usr/bin) is not within the allowed path(s): (/home/geoffr:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/geoffr/public_html/pix/include/inspekt.php on line 434

however none of those paths are present in any of the files for inspekt. (or even inspekt.php)

tregare

also, I just checked and open_basedir= is commented out in php.ini so there -should- be no directory limitations :(  (if what I've been reading about open_basedir and PHP is correct.

ΑndrĂ©

Please check the value for 'Path to ImageMagick' at step 4.

tregare

I had the hosting company check everything and the only thing they found was that the apache/php user did not have perms to access /usr/bin (was 750 permissions and the user was not in the group that had x access to that dir.)  they copied the imagemagik binaries to /home/myuser/bin and all is well now.