Thread
:
PEQ Database Editor 1.0 (for servers 0.6.4 and up)
View Single Post
#
173
08-27-2013, 08:01 PM
joligario
Developer
Join Date: Mar 2003
Posts: 1,498
Notices are not errors. Think of them as just warnings.
Since you are using 1.8.2, that has newer PHP. I recommend using this to turn off all the strict/warnings.
Code:
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED & ~E_WARNING
joligario
View Public Profile
Send a private message to joligario
Find all posts by joligario