11
azfaiz
Re: Blank page in PHP5.0
  • 2008/3/26 6:16

  • azfaiz

  • Just popping in

  • Posts: 5

  • Since: 2006/8/15


in admin.php

Quote:
This is your first time to enter the administration section. Press the button below to proceed.
Then...

Quote:
All errors (0) queries (9) blocks (0) extra (0) timers (3)
Errors
Queries
SELECT * FROM xoops_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data FROM xoops_session WHERE sess_id = '1885f8259904053486cfdc004d64c6ee'
SELECT * FROM xoops_users WHERE uid=2
SELECT * FROM xoops_modules WHERE (hasadmin = '1' AND isactive = '1') ORDER BY weight ASC, mid ASC
SELECT * FROM xoops_groups
SELECT * FROM xoops_wfs_config
SELECT * FROM xoops_modules WHERE dirname = 'wfsection'
SELECT * FROM xoops_config WHERE (conf_modid = '96') ORDER BY conf_order ASC
SELECT * FROM xoops_wfs_templates
Total: 9 queries
Blocks
Total: 0 blocks
Extra
Timers
XOOPS took 2.426 seconds to load.
XOOPS Boot took 0.056 seconds to load.
Module init took 2.369 seconds to load.


There are some errors also in user.php (logged in) and misc.php. (I'll paste it later on, just want to fix one by one first).

The problems appear after our web server is being upgraded to PHP5.0 and MySQL5.0 this month.

I appreciate any technical support from you guys. I used PHPNuke (in 2005) before moving to XOOPS (seems like I should move to other technology again??

12
Mamba
Re: Blank page in PHP5.0
  • 2008/3/26 9:57

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Do you have the latest XOOPS and the modules?

I had in the past sometimes a problem with some of the module that were too old, and under certain circumstances caused problems that showed somewhere else.

See an example here from somebody else:

http://smartfactory.ca/modules/newbb/viewtopic.php?topic_id=2320
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

13
stefan88
Re: Blank page in PHP5.0
  • 2008/3/26 10:42

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


Hi,

if I'm correct you are using WF-Sections (xoops_wfs_config
). It is an old module and may have problems with PHP5. Try to turn it off (disable) and see if that make any change.

Try to post here all the module-version you are using to get feedback.

..

14
azfaiz
Re: Blank page in PHP5.0
  • 2008/3/26 13:25

  • azfaiz

  • Just popping in

  • Posts: 5

  • Since: 2006/8/15


Im using XOOPS 2.0.14 (if Im not mistake, the XOOPS core with has no modules).

I change the isactive for wfsection modules to 0 in my phpmyadmin.

It almost work !! The prompt This is your first time to enter the administration section. Press the button below to proceed. is not there anymore.

In the control panel (admin.php), the situation is almost fine by looking at the left panel (modules). Before this, admin.php is blank!

Somehow, there are some errors pertaining:

Quote:
SELECT * FROM xoops_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data FROM xoops_session WHERE sess_id = 'c06ca378350089eb127f1c7568d6abb3'
SELECT * FROM xoops_users WHERE uid=2
SELECT * FROM xoops_group_permission WHERE (gperm_name = 'module_admin' AND gperm_modid = '1' AND (gperm_groupid = '1' OR gperm_groupid = '2'))
Total: 4 queries


I shall list down the modules and their version afterwards because I have 76 modules in our portal.

in misc.php

The errors are:

Quote:
SELECT * FROM xoops_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data FROM xoops_session WHERE sess_id = 'c06ca378350089eb127f1c7568d6abb3'
SELECT * FROM xoops_users WHERE uid=2
SELECT COUNT(*) FROM xoops_online
SELECT * FROM xoops_online LIMIT 0, 2
SELECT * FROM xoops_modules WHERE isactive = '1' ORDER BY weight ASC, mid ASC


Glad to have XOOPS fan like you guys.

Login

Who's Online

207 user(s) are online (131 user(s) are browsing Support Forums)


Members: 0


Guests: 207


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits