Loading...
 
Skip to main content

Architecture / Installation


Error Msg with PHP 4.4.0

posts: 15 Canada


My web host has recently upgraded to PHP 4.4.0. All my Tiki sites are now producing the following error message at the top of the web page. Any suggestions how to fix this would be appreciated.

Thanks!
Norm.

Notice: Only variable references should be returned by reference in /home/lib/adodb/adodb.inc.php on line 2797

posts: 15 Canada

BTW, I am using Tiki 1.9.0 and 1.9.1 ...


>
> My web host has recently upgraded to PHP 4.4.0. All my Tiki sites are now producing the following error message at the top of the web page. Any suggestions how to fix this would be appreciated.
>
> Thanks!
> Norm.
>
> Notice: Only variable references should be returned by reference in /home/lib/adodb/adodb.inc.php on line 2797
>
>

posts: 2

My site is hosted on pagesgarden as well and I am getting the same error. Did you ever find a work around for this. It is very annoying...

--Thanks, Lee

posts: 2
If you change &FetchRow to FetchRow in wiki/lib/adodb/adodb.inc.php the problem goes away

posts: 15 Canada

I found a discussion on this topic on the tiki dev site:
http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=333

I also upgraded to adodb 4.65 but it didn't help, there are still error messages. Perhaps we have to wait for changes in adodb to be compatible with PHP 4.4 😑

Norm.


>
> My web host has recently upgraded to PHP 4.4.0. All my Tiki sites are now producing the following error message at the top of the web page. Any suggestions how to fix this would be appreciated.
>
> Thanks!
> Norm.
>
> Notice: Only variable references should be returned by reference in /home/lib/adodb/adodb.inc.php on line 2797
>
>

posts: 102

> > My web host has recently upgraded to PHP 4.4.0. All my Tiki sites are now producing the following error message at the top of the web page. Any suggestions how to fix this would be appreciated.
> >
> > Thanks!
> > Norm.
> >
> > Notice: Only variable references should be returned by reference in /home/lib/adodb/adodb.inc.php on line 2797
> >
> >

Norm:

Do you happen to be hosted by "site5.com"

I tried to use the Fantastico mode (containing old TikiWiki) and I got these:

Notice: Only variable references should be returned by reference in /home/username/public_html/wiki/lib/adodb/adodb.inc.php on line 2736

Warning: Cannot modify header information - headers already sent by (output started at /home/username/public_html/wiki/lib/adodb/adodb.inc.php:2736) in /home/username/public_html/wiki/tiki-login.php on line 170


cgc0202

posts: 15 Canada

> > > My web host has recently upgraded to PHP 4.4.0. All my Tiki sites are now producing the following error message at the top of the web page. Any suggestions how to fix this would be appreciated.
> > >
> > > Thanks!
> > > Norm.
> > >
> > > Notice: Only variable references should be returned by reference in /home/lib/adodb/adodb.inc.php on line 2797
> > >
> > >
>
> Norm:
>
> Do you happen to be hosted by "site5.com"
>
> I tried to use the Fantastico mode (containing old TikiWiki) and I got these:
>
> Notice: Only variable references should be returned by reference in /home/username/public_html/wiki/lib/adodb/adodb.inc.php on line 2736
>
> Warning: Cannot modify header information - headers already sent by (output started at /home/username/public_html/wiki/lib/adodb/adodb.inc.php:2736) in /home/username/public_html/wiki/tiki-login.php on line 170
>
>
> cgc0202
>
My web host is pagesgarden. I no onger have any 1.8.x installations so I can't help on that end. But I have 1.9RC3, 1.9.0 and 1.9.1 instalations and the adodb fix worked great for me.

Norm.