![]() |
Fatal error: Call to a member function FetchRow() on a non-object in /opt/lampp/htdoc - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: Installation Problems (https://community.letodms.com/forumdisplay.php?fid=9) +--- Thread: Fatal error: Call to a member function FetchRow() on a non-object in /opt/lampp/htdoc (/showthread.php?tid=556) |
Fatal error: Call to a member function FetchRow() on a non-object in /opt/lampp/htdoc - atarifreak - 09-25-2012 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()) { RE: Fatal error: Call to a member function FetchRow() on a non-object in /opt/lampp/htdoc - steinm - 09-27-2012 (09-25-2012, 08:08 PM)atarifreak Wrote: try to install letoDMS 3.3.9... Try that sql statement 'select * from tblVersion' in the mysql prompt. Does it work? Do you have valid database at all? Uwe RE: Fatal error: Call to a member function FetchRow() on a non-object in /opt/lampp/htdoc - atarifreak - 09-27-2012 (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? 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. |