boionfire81 Posted April 4, 2016 Posted April 4, 2016 Almost none of the data is saving to the database. If I add a channel. The channel name is added, but the open/closed and requirements do not work. So I'm hoping there is someone who can walk me through this step by step. Here is the database config area. include "config.php"; global $_CONFIG; define("MONO_ON", 1); require "class/class_db_{$_CONFIG['driver']}.php"; require_once('global_func.php'); $db->configure($_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], $_CONFIG['persistent']); $db->connect(); Quote
Zettieee Posted April 4, 2016 Posted April 4, 2016 What ajax chat system did you purchase? If it was mine I will help you. Quote
boionfire81 Posted April 4, 2016 Author Posted April 4, 2016 http://mccodes.com/viewmod.php?id=68 Quote
Zettieee Posted April 4, 2016 Posted April 4, 2016 That's Daves. try get a hold of him in chat.https://gitter.im/DaveMacaulay/MakeWebGames Quote
boionfire81 Posted April 4, 2016 Author Posted April 4, 2016 McCodes said he should be here on the forums. And they messaged him to email me, but nothing. And that url ^ is 404 Quote
KyleMassacre Posted April 5, 2016 Posted April 5, 2016 [MENTION=52003]Dave Macaulay[/MENTION] still hasn't replied? Quote
Dominion Posted April 5, 2016 Posted April 5, 2016 It's only been a day. Give it a little more time, and if he doesn't answer try to contact him through his own website. Quote
Dave Posted April 19, 2016 Posted April 19, 2016 Sorry for my absence [uSER=72582]boionfire81[/uSER] I've been rather busy with other life commitments. If you can add me on Skype I'll provide you with support: oxydennet This tends to be a conflict with the version of McCodes, should be pretty straight forward to fix. Quote
boionfire81 Posted April 22, 2016 Author Posted April 22, 2016 I don't have skype. Just Google hangouts. I'll pm you. [uSER=52003]Dave Macaulay[/uSER] Quote
G7470 Posted April 22, 2016 Posted April 22, 2016 I don't have skype. Just Google hangouts. I'll pm you. [uSER=52003]Dave Macaulay[/uSER] A little off-topic here, but many of us here use Skype to communicate. It may be good for you to create one in order to get the support that you need for things that are paid mods (like with this chat for example). ~G7470 Quote
boionfire81 Posted April 23, 2016 Author Posted April 23, 2016 I avoid Skype as much as possible. -.- Right now there error is A critical error has occurred, and page execution has stopped. Below are the details: PHP Warning: Invalid argument supplied for foreach() (2) line 97 if(isset($_POST['submit'])) { foreach($_POST['set'] as $name => $value) { $db->query("UPDATE settings SET conf_value = '".mysql_real_escape_string($value)."' WHERE conf_name = '".$name."'"); } $set=array(); $settq=$db->query("SELECT * FROM settings"); while($r=$db->fetch_row($settq)) { $set[$r['conf_name']]=$r['conf_value']; } $saved = true; } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.