1
I'm migrating to another server, and they have PHP5.
Because of that, I'm running into problems with blank pages on some modules, e.g. xdirectory, xoopsgallery, and xoopspoll. The problem is the even if I have Debugging on, XOOPS doesn't show any errors.
I was able to fix xoopspoll by changing HTTP_GET_VARS to _GET and HTTP_POST_VARS to _POST, but the others still don't work.
What other typical issues do we have when trying to update modules to PHP5. Are there any major show stoppers I should be aware of?
Could we have a list of modules that have been successfully tested under PHP5? Could we have a Wiki for info on how to updated individual modules to PHP5?
I just don't want to waste a lot of time reinventing the wheel...