TheProjecter / osfilemanager

Automatically exported from code.google.com/p/osfilemanager
0 stars 0 forks source link

PHP Errors On Index.php #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. First attempt to login
2.
3.

What is the expected output? What do you see instead?
I expect it to log me into the CP

What version of the product are you using? On what operating system? On
what web host?
Ver. 2.2, Ubuntu 8.10 Server, Apache2 with PHP 5.2

Please provide any additional information below.

Original issue reported on code.google.com by Tec...@gmail.com on 23 Apr 2009 at 4:53

Attachments:

GoogleCodeExporter commented 9 years ago
Same Error. More info.

What steps will reproduce the problem?
1. First attempt to login

What is the expected output? 
I expect it to log me into the CP

What do you see instead?
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result 
resource in
 - Line 66

Warning: Cannot modify header information - headers already sent by (output 
started
at  - Line 118 - 120

What version of the product are you using? 
osFileManager 2.0 Libra

On what operating system? 
Linux

On what web host?
GoDaddy

Original comment by rivercit...@gmail.com on 6 Aug 2009 at 6:00

GoogleCodeExporter commented 9 years ago
Make sure the table prefix is osfm_: 
$config['db']['pref']           = 'osfm_';

That fixed my error. But brought up a new error. New post for that.

Original comment by rivercit...@gmail.com on 8 Sep 2009 at 4:56