Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fatal error: Call to a member function FetchRow() on a non-object in /opt/lampp/htdoc
#1
try to install letoDMS 3.3.9...
as you can see im testing with lampp 1.8.0 on lubuntu 12.04. but im not using any system php /apache etc.
i got this message while using installer after entering paths and he found anything (thats a litle tricky if you use your own php-include-path to install those pear packages) and i klick on aply.
also i have many Strict Standart messages. Is this php5 problem?
and why is that FetchRow not working?

install.php:
PHP Code:
304  if ($connTmp->IsConnected()) {
305                    $res $connTmp->Execute('select * from tblVersion');
306                    if($rec $res->FetchRow()) {
307                        $updatedirs = array();
308                        $d dir("."); 
Reply
#2
(09-25-2012, 08:08 PM)atarifreak Wrote: try to install letoDMS 3.3.9...
as you can see im testing with lampp 1.8.0 on lubuntu 12.04. but im not using any system php /apache etc.
i got this message while using installer after entering paths and he found anything (thats a litle tricky if you use your own php-include-path to install those pear packages) and i klick on aply.
also i have many Strict Standart messages. Is this php5 problem?
and why is that FetchRow not working?

install.php:
PHP Code:
304  if ($connTmp->IsConnected()) {
305                    $res $connTmp->Execute('select * from tblVersion');
306                    if($rec $res->FetchRow()) {
307                        $updatedirs = array();
308                        $d dir("."); 

Try that sql statement 'select * from tblVersion' in the mysql prompt. Does it work? Do you have valid database at all?

Uwe
Reply
#3
(09-27-2012, 02:20 AM)steinm Wrote: Try that sql statement 'select * from tblVersion' in the mysql prompt. Does it work? Do you have valid database at all?

Uwe

well, there is nothing in that db...
oi have missed to check
Create database tables:

my fault, but there should be a better error message..
about that strict messages: are you planing to implement php5 strict code or do you still want php4 support? because i cant use letodms with that messages all around.
Reply


Forum Jump:


Users browsing this thread: