Hi - I followed the FAQ and the tutorial video, but am not able to get the admin page to display on localhost. phpMyAdmin is running fine. As a test I commented out the
define ("GAME_DB_USER", "root");
line in config.php and I get an error (so I know it's hitting the local combu site). And it's running the code to add the first row to CB_AdminAccount except that no row is added. No entries in combu or apache error logs. What have I missed?
thank,
pj
What do you see when you try to visit /yourcombufolder/admin on localhost? If you see PHP code then you missed to edit php.ini to enable short_open_tag (check the FAQ and server setup documentation about it).
FRANCESCO CROCETTI @ SKARED CREATIONS
just a blank page. I did add the short_open_tag to php.ini and the lower_case_table_names=2 to my.ini
fwiw I got it running just fine on my hosting service, so it's something to do with my local xampp setup. Which was just for testing anyway so I guess I'll test on the server 🙂