install.php just reloads with blank fields... install.php just reloads with blank fields...
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

install.php just reloads with blank fields...

Started by emilio, August 06, 2005, 01:15:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

emilio

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

Nibbler

Make sure you have long arrays enabled in your php.ini

emilio

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