Quote:
jensclas wrote:
Care to share what it was that solved your problem? Thanks
Hello,
I would sure like to know that too. As I have the same problem. In debug mode I get:
Fatal error: Only variables can be passed by reference in /home/walrick/public_html/xoops/userinfo.php on line 115
XOOPS Version: 2.0.14
Module Name/Version: System
PHP Version: 5.0.5
MySQL Version: 4.0.25-standard
Web Server Software: Apache version 1.3.36 (Unix)
Operating System: Linux
Theme you are using: not relevant (happened with default and now with fydarkblack)
Custom template: No
A full description of the issue:
userinfo.php gives a blank page
user.php forwards to userinfo.php and therefore also a blank page.
In case the following info is relevant as well:
All errors (0) queries (12) blocks (6) extra (0) timers (5)
ErrorsQueries
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 = 'a3d2b34db967894e021dc7a81364fd0a'
SELECT * FROM xoops_users WHERE uid=1
SELECT * FROM xoops_config WHERE (conf_modid = '0' AND conf_catid = '2') ORDER BY conf_order ASC
SELECT * FROM xoops_config WHERE (conf_modid = '0' AND conf_catid = '3') ORDER BY conf_order ASC
SELECT DISTINCT gperm_itemid FROM xoops_group_permission WHERE gperm_name = 'block_read' AND gperm_modid = 1 AND gperm_groupid IN (1,2)
SELECT b.* FROM xoops_newblocks b, xoops_block_module_link m WHERE m.block_id=b.bid AND b.isactive=1 AND b.visible=1 AND m.module_id=0 AND b.bid IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17) ORDER BY b.weight,b.bid
SELECT COUNT(*) FROM xoops_priv_msgs WHERE (read_msg = '0' AND to_userid = '1')
SELECT * FROM xoops_modules WHERE (hasmain = '1' AND isactive = '1' AND weight > '0') ORDER BY weight ASC, mid ASC
SELECT * FROM xoops_group_permission WHERE (gperm_name = 'module_read' AND gperm_modid = '1' AND (gperm_groupid = '1' OR gperm_groupid = '2'))
SELECT gperm_itemid FROM xoops_group_permission WHERE gperm_modid='' AND gperm_name='myalbum_global' AND (gperm_groupid IN (1,2))
SELECT u.uid, u.uname, u.email, u.user_viewemail, u.user_avatar, g.name AS groupname FROM xoops_groups_users_link l LEFT JOIN xoops_users u ON l.uid=u.uid LEFT JOIN xoops_groups g ON l.groupid=g.groupid WHERE g.group_type='Admin' ORDER BY l.groupid, u.uid
Total: 12 queriesBlocks
User Menu: No Cache
Login: No Cache
Search: No Cache
Main Menu: No Cache
Site Info: No Cache
Themes: No Cache
Total: 6 blocksExtraTimers
XOOPS took 0.825 seconds to load.
XOOPS Boot took 0.301 seconds to load.
Module init took 0.085 seconds to load.
XOOPS output init took 0.415 seconds to load.
Module display took 0.024 seconds to load.
The rest of XOOPS works fine so far. Just installed today. So haven't done to much yet.
Thanks for any help.
Regards,
Walrick
Netherlands