I have done, changed $_CONFIG['mysql']['connection_type'] = 'pconnect'; // This MUST be either connect or pconnect (if you want a persistent connection). from connect to pconnect; nothing changes. All is correct in config.
<?php
namespace Revolution;
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
class engine
{
private $initiated;
private $connected;
private $connection;
final public function Initiate()
{
global $_CONFIG...
So, usually I wouldn't post stuff like this but it's annoying now and is probably something so simple.
When I go to localhost I get this error.
Fatal error: Function name must be a string in C:\inetpub\wwwroot\app\class.engine.php on line 48
Line 48 of class.engine.php...
I have recently tried to add the "Daily login gift" I followed a previous tutorial and used the codes said to use & the SQL's. Everything works but the users aren't actually receiving the gift. Is there anybody who'd be able to point me in the right direction or tell me what I am doing wrong...
Hi, I'm unsure if I have this in the correct place, if not someone can move/delete it, I was wondering if there is anybody who has code or has released an users online top bar for retro client, for a friend. If so and don't mind sharing it can you comment or pm me, thanks.