coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Hilery on April 10, 2004, 04:29:37 AM

Title: installing..
Post by: Hilery on April 10, 2004, 04:29:37 AM
I installed Coppermine on My domain beautiful-star.net and I keep getting an error :( Can someone help me out?

http://www.beautiful-star.net/coppermine/install.php
Title: installing..
Post by: Joachim Müller on April 10, 2004, 10:02:38 AM
the php-include fails on your server because the include-path has been fixed to /usr/lib/php or /usr/local/lib/php. If the server is yours to administer, check php.ini and remove the include path settings (comment it out). If you're webhosted, ask your webhost for help, or change the include path in coppermine's code from relative paths to absolute ones (fromrequire('include/sql_parse.php');torequire('/home/hmarie/public_html/coppermine/include/sql_parse.php'); and so on, although this requires a lot of coppermine code changes and is not recommended).

GauGau