• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Modern AAC | v0.2

Status
Not open for further replies.
Paxton dont work whit other mysql server. I connect to my second server and
A Database Error Occurred

Unable to connect to your database server using the provided settings.

:)
 
In config.php
change this:

@DEFINE('HOSTNAME', $config['database']['hostname']);

to this

@DEFINE('HOSTNAME', $config['database']['host']);

I will do rev as soon as possible.
 
KURWA FIXED, I wouldn't have to create so many posts if I was only able to edit my posts, god...


Fatal error: Call to undefined function imagecreatefrompng() in /var/www/serwer/trunk.r129/injections/character_view/signature/libraries/gd.class.php on line 85

hmm??
 
KURWA FIXED, I wouldn't have to create so many posts if I was only able to edit my posts, god...


Fatal error: Call to undefined function imagecreatefrompng() in /var/www/serwer/trunk.r129/injections/character_view/signature/libraries/gd.class.php on line 85

hmm??

Make sure u r running newest version of PHP with newest version of GD library
 
In config.php
change this:

@DEFINE('HOSTNAME', $config['database']['hostname']);

to this

@DEFINE('HOSTNAME', $config['database']['host']);

I will do rev as soon as possible.

Thx.
 
i have next problem. I no see Captcha World, i use linux debian
 
i like chmod... have you (paxton) jabber or gg?
 
yes there is the img i uploaded

Hmm, what OS r u running?

Seems like there is problem with path, this is the code which checks it:

PHP:
$logo = (file_exists("public/guild_logos/".$id.".gif")) ? "<img src='".WEBSITE."/public/guild_logos/".$id.".gif' width='64' height='64'>" : "<img src='".WEBSITE."/public/guild_logos/default.gif'>";

So you might consider for changing the path, I'm gonna check it again soon and if I see some bug I will relase a patch for it.
 
There you are, the problem is in the default config, it should be:

PHP:
$config['uploads'] = "C:\\xampp\\htdocs\\public\\guild_logos\\";
 
Status
Not open for further replies.
Back
Top