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

xampp error with Security

Sizaro

Advanced OT User
Joined
Aug 20, 2007
Messages
5,155
Solutions
5
Reaction score
213
Location
Sweden
GitHub
coldensjo
nyzrjq.png


When i'm trying to enter the security panel it's says this error, I belive it's something that my Antivirus or firewall is blocking this <_<
 
Yay!


edit:

I get another error when uploading my database now;

Fel

SQL-fråga:

DELIMITER | CREATE TRIGGER `ondelete_accounts` BEFORE DELETE ON `accounts` FOR EACH ROW BEGIN DELETE FROM `bans` WHERE `type` NOT IN ( 1, 2 ) AND `value` = OLD.`id` ;

MySQL sa: Dokumentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER |

CREATE TRIGGER `ondelete_accounts`
BEFORE DELETE
ON `accounts`
FOR ' at line 1
 
Remove

DELIMITER | CREATE TRIGGER `ondelete_accounts` BEFORE DELETE ON `accounts` FOR EACH ROW BEGIN DELETE FROM `bans` WHERE `type` NOT IN ( 1, 2 ) AND `value` = OLD.`id` ;


You will get a few more errors after that, remove those lines too
 
Back
Top