• 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!

Znote php_curl

Joriku

Working in the mines, need something?
Joined
Jul 16, 2016
Messages
1,085
Solutions
15
Reaction score
379
Location
Sweden
YouTube
Joriku
Hey,
Getting this and uncommented it, but woun't work..
Php.ini
2d858068fc6042ee1c1c2611159bd312.png


Command used to restart
Lua:
sudo systemctl restart apache2

Result..
8746466e78e385bd8598981189769027.png
 
if it's linux, then you need to install curl package:

apt install php-curl
Thank you, would you know how to solve this?
Guild error while creating, "Doesn't have a default value". Could you explain how to solve it?
Lua:
Guild list is empty.

string(112) "INSERT INTO `guilds` (`name`, `ownerid`, `creationdata`, `motd`) VALUES ('True Pirates', '4', '1583427948', '');"
(query - SQL error)
Type: [B]voidQuery[/B] (voidQuery is used for update, insert or delete from database)

Field 'description' doesn't have a default value
 
Thank you, would you know how to solve this?
Guild error while creating, "Doesn't have a default value". Could you explain how to solve it?
Lua:
Guild list is empty.

string(112) "INSERT INTO `guilds` (`name`, `ownerid`, `creationdata`, `motd`) VALUES ('True Pirates', '4', '1583427948', '');"
(query - SQL error)
Type: [B]voidQuery[/B] (voidQuery is used for update, insert or delete from database)

Field 'description' doesn't have a default value

ZnoteAAC does not handle any row called description in guilds.
Either modify the database with phpmyadmin and adjust description to use a default value of blank/nothing.
or edit the INSERT query for the guilds.

I'd modify the database and set descriptions default value as nothing.

Locate the table 'guilds' -> Click on 'Structure' -> Edit row 'description' -> Standard Value -> as defined, leave it blank, save and try again.
 
Back
Top