forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 install => Topic started by: tregare on March 09, 2011, 01:18:53 am

Title: stuck at step 5, image package selection.
Post by: tregare on March 09, 2011, 01:18:53 am
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)
Title: Re: stuck at step 5, image package selection.
Post by: tregare on March 09, 2011, 07:28:34 am
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.
Title: Re: stuck at step 5, image package selection.
Post by: Αndré on March 09, 2011, 01:14:21 pm
Please check the value for 'Path to ImageMagick' at step 4.
Title: Re: stuck at step 5, image package selection.
Post by: tregare on March 11, 2011, 11:09:16 pm
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.