mobilog settings

Status
Not open for further replies.

nerocafe

New Member
Messages
1
Reaction score
0
Points
0
Hello everyone! I'm trying to get this working on my site...

http://www.accliptic.com/products/opensource/ml/


but I'm a little unsure as to if i have the settings correct?

it seems to update fine, but doesn't show the new entries... maybe the database settings are wrong?

##########################################################################
### Database Authentication: Information for connecting to database.

<[['conf']['db_hostname']: localhost
<[['conf']['db_database']: nerocafe_cakelog
<[['conf']['db_username']: nerocafe_nero
<[['conf']['db_password']:

### ##########################################################################
### Mail: Email account setup information.

<[['conf']['mail_username']: nerocafe@nerocafe.exofire.net
<[['conf']['mail_password']:
<[['conf']['mail_hostname']: nerocafe.exofire.net

### ##########################################################################
### URLs/Paths: Base path and URL information.

# Tip: both of these settings should end with a "/"!

<[['conf']['base_url']: http://nerocafe.exofire.net/mobilog/
<[['conf']['base_path']: /home/nerocafe/www/mobilog/


Any suggestions?
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
Did you create the database, username, and give the username permissions to the database through your cPanel? If so I would log into PHPMyAdmin and browse the table it's supposed to be adding info to so you can see if it is inserting the info or if it's not even getting that far.

-Corey
 
Status
Not open for further replies.
Top