Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   debugging on php 5.3.19 (http://www.mysidiaadoptables.com/forum/showthread.php?t=3925)

powerchaos 12-16-2012 11:50 AM

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 )
http://puu.sh/1BCge

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
http://puu.sh/1BCoz

*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

http://puu.sh/1BKYN

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

Hall of Famer 12-16-2012 01:31 PM

Alright, this does seem somewhat strange. I am running PHP 5.3.19 too on my server and nothing like that ever popped out before. Good luck debugging it, this may be a mistake either on the script side or on your server side:
https://github.com/composer/composer/issues/923

powerchaos 12-16-2012 05:52 PM

updated the log , latest error found is the admin sesion timeout and when no relog is done
after logged in is it fixed ... but it shoulnd happen in first place :D

Greetings From PowerChaos

Hall of Famer 12-17-2012 12:56 AM

I see thats pretty cool, are you able to finally fix the datetime configuration settings now?

powerchaos 12-17-2012 05:43 AM

The date/time error is because of the php.ini setting

you need to specific a date/time in php.ini before it works
on a default instalation of php5.3.19 is it not defined , thats why it trowed out that error :d

that final error is still unknown to me to fix that
it does only happen when you are not logged in and click on a link (after session is expired)

a relog fixes that problem , but no idea why it start showing that error when it should show a error page instead

Greetings From PowerChaos


All times are GMT -5. The time now is 10:48 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.