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
#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:
<?php 
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)