View Single Post
  #1  
Old 12-16-2012, 11:50 AM
powerchaos's Avatar
powerchaos powerchaos is offline
WebMaster
 
Join Date: May 2008
Posts: 130
Gender: Male
Credits: 12,927
powerchaos
Send a message via AIM to powerchaos Send a message via MSN to powerchaos
Default debugging on php 5.3.19

hi,
here are some screenshots of errors that happends if php 5.3.19 is fresh installed

First we got the time/date error , if it is not defined in php.ini ( now defined to europe/berlin )


after that ,we can login and gain acces to the admin cp to encounter the following error
the error shows when you click a link


*edit*
login problem is solved after you logout and login again ( system logged me out)
the admin cp ask to login again after you logged in into the homepage
but the date/time problem is still the same

*edit*
seems to be a php setting
Code:
error_reporting = E_ALL & ~E_DEPRECATED
Code:
; E_DEPRECATED      - warn about code that will not work in future versions
;                     of PHP
*edit*
after your sesion expired in the admin arena ( or you do not relog ) then you get the following error



no idea if it has to do with my php config or that is it a script related error

---
i will update this if i find more and how i solved them

Greetings From PowerChaos

Last edited by powerchaos; 12-16-2012 at 05:51 PM.
Reply With Quote