1
Sam5000
incomplete main page after install
  • 2006/4/6 17:45

  • Sam5000

  • Just popping in

  • Posts: 1

  • Since: 2006/4/6 1


After install and enabling debugging, main page shows incomplete.

The information I have to debunk this is pretty thin.

It looks like there is no content generated but there are no essential error messages showing either. I am pretty much lost and folks are sitting on my neck to get the site back up again (it was a new install onto an empty database).

On top shows:
~/themes/default/logo.gif
~/themes/default/poweredby.gif

Below 20 lines of repeats of the 5 lines below show:

Notice [PHP]: Only variable references should be returned by reference in file D:\Site\Inetpub\wwwroot\include\functions.php line 4
Notice [PHP]: Only variable references should be returned by reference in file D:\Site\Inetpub\wwwroot\include\functions.php line 491
Notice [PHP]: Only variable references should be returned by reference in file D:\Site\Inetpub\wwwroot\kernel\configitem.php line 100
Notice [PHP]: Only variable references should be returned by reference in file D:\Site\Inetpub\wwwroot\kernel\configitem.php line 103
Notice [PHP]: Only variable references should be returned by reference in file D:\Site\Inetpub\wwwroot\kernel\configitem.php line 97

Code section in configitem.php around lines 100:

/**
* Get a config value in a format ready for output
*
* @return string
*/
function &getConfValueForOutput()
{
switch ($this->getVar('conf_valuetype')) {
case 'int':
return intval($this->getVar('conf_value', 'N'));
break;
case 'array':
return unserialize($this->getVar('conf_value', 'N'));
case 'float':
$value = $this->getVar('conf_value', 'N');
return (float)$value;
break;

What can I do to get this up and running.

I have MySQL 5.0.19, php 5.1.1, Apache 2.0.55 under a Windows 2003 Server

2
jensclas
Re: incomplete main page after install

Which XOOPS version? 2.13 or 2.2??? The gurus will need to know.

Login

Who's Online

149 user(s) are online (99 user(s) are browsing Support Forums)


Members: 0


Guests: 149


more...

Donat-O-Meter

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

Latest GitHub Commits