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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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 1 Guest 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.