Jump to content
MakeWebGames

two problems...#1 "crons" #2"basic settings"


Recommended Posts

Posted

Ok i have my crons set up but it is still not working. i've had some one look at it and they didn't know why. and this is the same with the basic game settings...it says it gets saved but it dont save. anyone have any suggestions?

Posted

Re: two problems...#1 "crons" #2"basic settings"

i have covered my pass word and code but don't see anything wrong there

<?php
$_CONFIG = array(
'hostname' => 'localhost',
'username' => 'owetis_owetis',
'password' => '*******',
'database' => 'owetis_codes',
'persistent' => 0,
'driver' => 'mysql',
'code' => '*****************'
);
?>
Posted

Re: two problems...#1 "crons" #2"basic settings"

Except for the fact that you just revealed your cpanel login and mysqldatabase name, it looks ok to me, but I don't really know for sure.

Posted

Re: two problems...#1 "crons" #2"basic settings"

 

do you mean that the GameName Dosnt Save

that is what im trying to say.....that and cron arnt working even tho their set up right...

Posted

Re: two problems...#1 "crons" #2"basic settings"

Had a similiar problem when I set up my engine ended up being a server issue with the entry of crons . Try removing them and then using the advanced option to enter your cron information. If that doesn't work you can always ask your server provider for a hand they are usually pretty good about crons .

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...