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
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