the basics...OS X Server 10.4.2
MySQL 4.1.10a
PHP 5.0.4
CPG 1.33 (standalone)
the problem...basically, i run install.php, fill out my info, and when i click "Let's Go!" it reloads the page with empty/default fields.
what i've tried...
- as far as i can tell, MySQL and PHP are working properly: i can interact with MySQL via the MySQL Administrator application, and PHP responds to the PHP info command.
- install.php warned me about directory permissions, and i fixed them with chmod -R 777.
- "mysql" appears in PHP's info output.
- i found this thread (http://forum.coppermine-gallery.net/index.php?topic=8696.0) where "chetting" experiences the same symptoms. he fixed it by altering the hostname he accessed his local server with; i tried different addresses ("localhost", the mDNS hostname, local IP) but that changed nothing.
- it seems chetting may have had some minor MySQL user permissions issue, so i added the mDNS name (along with "localhost") to the MySQL coppermine user's access.
- i created a "coppermine" MySQL schema; the cpg user has full access to it.
well, that's about it. i feel like i'm pretty close to getting it working, i just haven't turned up much more than that one post. any help would be appreciated.
thanks
- emilio
Make sure you have long arrays enabled in your php.ini
Quote from: Nibbler on August 06, 2005, 01:20:07 AM
Make sure you have long arrays enabled in your php.ini
hmm, i saw that referenced many times in my "install.php" searches, but not in relation to the problem i'm having, only to the header-graphic-only page problem. i flipped it, and it works, thank you. i had to change my MySQL socket, as well, but all seems to be working...
thanks again!
- emilio