the {server_ip} ---- Client wont work unless the code is there : $this->setParams('server_ip', $_CONFIG['hotel']['server_ip']);
My client will not load without that but i want that removed cuz you can simple do {server_ip} in your motto
removed cuz you can simple do {server_ip} in your motto
So whenever someone tries to register they get : Column count doesn't match value count at row 1
I have changed the index/register to see if it was just that, but it still happens with any register page.
My new clothes that I added wont work. The regular clothes work. When i go in the client it just shows the down arrow (not loading) and i added all the files into the r63 file correctly.
r63
phx 3.11
Not sure why it wont work
My Client bar (the first one) doesnt load but i dont get disconnected
<?php
error_reporting(0); //Do not remove this, as it will display errors and it will have chances to get your site SQL Injected!
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please fill this all...