Try just ignoring the error. The system is complaining about PGV attempting to connect to a database that doesn't exist with incorrect userid and password. This will happen when PGV has just been installed, and the database connect information hasn't been entered.
The same error occurs on my system (hosted in-house with a much more recent version of PHP). However, the wording on my system is different. The error goes away after PGV has been configured.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Since PHP 4.4 seems to cause so many problems I decided to install a test environment with it today. I couldn't get ahold of 4.4.0 but I did get 4.4.1. I didn't have the error that you did.
You can try changing line 1849 of includes/DB/common.php to
$tmp =& PEAR::raiseError(null, $code, $mode, $options, $userinfo,
(notice the added & )
Let me know if that helps.
--John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
thanks a lot, my PGV is now running again.
I used the solution post on the other thread.
To be more precisely, because of line wraps:
The Line:
ini_set ('error_reporting', E_ALL);
must be changed to:
ini_set('error_reporting', E_ERROR | E_WARNING | E_PARSE);
Have a nice day
Mike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Downloaded the latest snapshot and installed it on my server.
http://www.sorbofamily.com
Is there anyway to make this work? I have turned off all error displaying in sessions.php.
I have no option of upgrading my php as I am on a public server.
Try just ignoring the error. The system is complaining about PGV attempting to connect to a database that doesn't exist with incorrect userid and password. This will happen when PGV has just been installed, and the database connect information hasn't been entered.
The same error occurs on my system (hosted in-house with a much more recent version of PHP). However, the wording on my system is different. The error goes away after PGV has been configured.
Since PHP 4.4 seems to cause so many problems I decided to install a test environment with it today. I couldn't get ahold of 4.4.0 but I did get 4.4.1. I didn't have the error that you did.
You can try changing line 1849 of includes/DB/common.php to
$tmp =& PEAR::raiseError(null, $code, $mode, $options, $userinfo,
(notice the added & )
Let me know if that helps.
--John
No luck! Multiple errors all reporting
ERROR 8: Only variable references should be returned by reference
I got the db connected. Couldn't import.
here is the url:
http://www.sorbofamily.com
Here is the phpinfo for the site
sorbofamily.com/phpinfo.php
If you want to contact my via private email, I am willing to give you ftp access to the site so you can play around with the code in a 4.4.0 context.
email me at:
ged (AT) thesorbos (dot) com
Hi,
After Php was upgraded to version 4.4.1 I have the same problem.
url: http://www.carlludvig.dk
/Jette
Good evening to all,
I've got the same Problem after my Provider upgraded to V 4.4.1 .
You can see the errors by accessing the following link:
http://www.lauffs.de/Genealogy/phpGedView
Thanks in advance
Mike
Mike,
Noticed you are using 3.2.2.
I was able to make 3.3.4 work with 4.4.0. See http://thesorbos.com/gene
But cannot make it work with phpGedview 4.0 CVS. I can turn off the errors, but the system doesn't work.
http://sorbofamily.com
No errors showing, but menus don't work, log-on doesn't stick from one screen to another.
Both sites are on the same server.
I sure hope changes can be made so that the newest version will work.
Keith
Hi Keith Sorbo,
what did you do to fix the problems in 4.4.0? Give us a hint?
Ciao Topfmoeller
Hi Jette Jrgensen,
your site semed to work again, when I just clicked on it. Could you fix the problems?
Ciao Topfmoeller
Good evening,
thanks a lot, my PGV is now running again.
I used the solution post on the other thread.
To be more precisely, because of line wraps:
The Line:
ini_set ('error_reporting', E_ALL);
must be changed to:
ini_set('error_reporting', E_ERROR | E_WARNING | E_PARSE);
Have a nice day
Mike
I am also having same problem. So, which file should I change the line wrap ?
Thanks for the solution.
Ahmad.