View Single Post
  #86  
Old 6th November 2010, 15:39
jajaja jajaja is offline
Member
 
Join Date: Sep 2009
P2P
Posts: 4
Default
Hey man,the error is

Code:
Mysql Error: 1292 : Incorrect datetime value: '' for column 'date' at row 1

INSERT INTO `ipbans` (`id`, `value`, `date`, `modifier`) VALUES (1, '', '', 1);
The server is not mine so no chance to work on it,is there a fix that I can make?

(insert.php fixed not working)

EDIT

Else if i try to bypass this going directly to install.php?step=5,then after creating the admin account it says

Code:
A critical error has occured.                                                                                                                                1364 : Field 'notifs' doesn't have a default value
Reply With Quote