1
mouacy
blank pages on register.php, user.php, and all pm php files after upgrade to 2.0.16
  • 2007/1/30 20:33

  • mouacy

  • Not too shy to talk

  • Posts: 138

  • Since: 2002/11/2


After upgrading from 2.0.15 to 2.0.16, I got blank pages on the following files:

register.php, user.php, and all profile and inbox files.

Can somebody give me some pointers?

Host information:
MySql 3+
PHP 4

Upgraded the following:

Core: XOOPS 2.0.15 --> 2.0.16
Mod: CBB 3.0.5 --> 3.0.8
Others: Framework and XOOPSeditor

2
rabideau
Re: blank pages on register.php, user.php, and all pm php files after upgrade to 2.0.16
  • 2007/1/30 20:36

  • rabideau

  • Home away from home

  • Posts: 1042

  • Since: 2003/4/25


Try clearing cache, templates_c and reloading the modules/system directory. Perform a reinstall of the System from your Admin/Modules page.

Thant may help.
Pax vobiscum,
...mark

may the road rise to meet your feet!

http://treemagic.org

3
mouacy
Re: blank pages on register.php, user.php, and all pm php files after upgrade to 2.0.16
  • 2007/1/30 20:42

  • mouacy

  • Not too shy to talk

  • Posts: 138

  • Since: 2002/11/2


These are the error I got when trying to view message:

Notice: Only variable references should be returned by reference in file /kernel/module.php line 124
Notice: Only variables should be assigned by reference in file /viewpmsg.php line 56


and the files are original 2.0.16 files.

viewmessage.php line 56 read:

$pm_arr =& $pm_handler->getObjects($criteria);

module.php line 124 read:

114 function &getInfo($name=null)
115 {
116 if ( !isset($this->modinfo) ) {
117 $this->loadInfo($this->getVar('dirname'));
118 }
119 if ( isset($name) ) {
120 if ( isset($this->modinfo[$name]) ) {
121 return $this->modinfo[$name];
122 }
123 $return = false;
124 return $return;
125 }
126 return $this->modinfo;
127 }

4
grigori
Re: blank pages on register.php, user.php, and all pm php files after upgrade to 2.0.16
  • 2007/2/2 16:42

  • grigori

  • Just popping in

  • Posts: 11

  • Since: 2006/11/10


Hi, I´m having the same problem: Profiles not shown (user.php)!

did you find any solutions?
I already clear the cach, refresh the system module... I even installed smartprofiles... and nothing happens... just a blank page!!!

5
mouacy
Re: blank pages on register.php, user.php, and all pm php files after upgrade to 2.0.16
  • 2007/2/2 17:16

  • mouacy

  • Not too shy to talk

  • Posts: 138

  • Since: 2002/11/2


I figure out mine. I switched to the default templates and everything worked so I compare my theme with the default theme and made the changes on some of the {if ....} condition and mine works.

Check the theme too. If your case is similar, fixing the theme might help.

6
grigori
Re: blank pages on register.php, user.php, and all pm php files after upgrade to 2.0.16
  • 2007/2/6 22:27

  • grigori

  • Just popping in

  • Posts: 11

  • Since: 2006/11/10


actualy, my profiles are viewed only when NOT logged in...
I´ll try using the default though...
thanks

7
stelian
Re: blank pages on register.php, user.php, and all pm php files after upgrade to 2.0.16
  • 2007/3/7 17:37

  • stelian

  • Just popping in

  • Posts: 87

  • Since: 2005/12/17


Same problem here. I noticed that after i updated to 2.0.16.

Anybody with a solution?

8
stelian
Re: blank pages on register.php, user.php, and all pm php files after upgrade to 2.0.16
  • 2007/3/7 20:40

  • stelian

  • Just popping in

  • Posts: 87

  • Since: 2005/12/17


Here is my solution:

I deactivated all the modules, and then I activated one by one until I found the module witch made the problems (for me was a clone of xcgallery), for you, it can be other module.

Now everything works fine.

Good luck!

Login

Who's Online

176 user(s) are online (125 user(s) are browsing Support Forums)


Members: 0


Guests: 176


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