represent-map icon indicating copy to clipboard operation
represent-map copied to clipboard

Configuration Problems, looking for Help

Open kbmsg opened this issue 11 years ago • 4 comments

This is my first attempt to work with mysql in about 3 years. The instructions, while appearing simple enough, leave out details which would help those of us new to mysql and php.

What is one to do with Step 2 and after I copy the files to mysql server, I am unable ot open the index.php from a browser at localhost or from the net.

TIA everyone.

kbmsg avatar Jul 01 '13 15:07 kbmsg

i was successful running this sql files events_1.sql - places_3.sql - settings_1.sql but this moment i can't add new records

kossak31 avatar Jul 06 '13 00:07 kossak31

You need to run the SQL files located in the /db directory. You can run them with phpMyAdmin (if its installed on your server) or a similar MySQL management tool - your hosting provider likely preloaded your server with such a tool.

abenzer avatar Sep 10 '13 04:09 abenzer

I was unable to get the index.php file to load either. In my case, it was caused by my php config not allowing short tags. abenzer pointed me to the php.ini file, where I was able to resolve the issue.

in /etc/php.ini, if "short_open_tag = Off," change it to "short_open_tag = On" then restart httpd.

charlesthomas avatar Jan 18 '14 23:01 charlesthomas

Thanks will try it

Sent from my iPad

On Jan 18, 2014, at 6:34 PM, "Charles Thomas" [email protected] wrote:

I was unable to get the index.php file to load either. In my case, it was caused by my php config not allowing short tags. abenzer pointed me to the php.ini file, where I was able to resolve the issue.

in /etc/php.ini, if "short_open_tag = Off," change it to "short_open_tag = On" then restart httpd.

— Reply to this email directly or view it on GitHub.

kbmsg avatar Jan 19 '14 00:01 kbmsg