Status: offline

maurizio.panese

Forum User
Newbie
Registered: 05/10/05
Posts: 10
I installed geeklog on my IIS powerbook without problems

While installing it on my provider server (aruba.it) I get this error:
_____________________________________________________________
Fatal error: Cannot instantiate non-existent class: database in
/web/htdocs/www.funnypeople.it/home/system/lib-database.php on line 117
_____________________________________________________________

I search around forum and:

1) i check my paths 100000000 times!!!
2) i have right file permission
3) i tried with windows to (without winzip and dreamweaver)
4) i try to connect to my database with a simple php scripts and it works!
5) i enable error reporting but the error is only one...

i really don't know!!!

Please Help ME!!!


Mau®i (Play 8 hours, Work 8 hours, Sleep 8 hours)

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Make sure you did not change the line $_DB_dbms = 'mysql'; in your config.php. Also make sure that the file system/databases/mysql.class.php exists.

bye, Dirk

Status: offline

maurizio.panese

Forum User
Newbie
Registered: 05/10/05
Posts: 10
6) i didn't change $_DB_dbms = 'mysql'
7) the file system/databases/mysql.class.php exists

other ideas?


it's so strange...

hi, mauri
Mau®i (Play 8 hours, Work 8 hours, Sleep 8 hours)

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Can't suggest anything that you haven't already tried. Try all those steps again, just in case ...

For example, I'm surprised that you only get that one error message. Are you sure error reporting is really on? See this related FAQ entry.

bye, Dirk

Status: offline

maurizio.panese

Forum User
Newbie
Registered: 05/10/05
Posts: 10
i check the line in lib-common.php and i found it. But remain only one error.

there something wrong in my ftp connection. I tried with more softare (on mac or Pc) but i can wiev some dir like public_html or sub_dir in system. i don't know if is a problem?

But every upload finish ok!

I try with windows but it's the same... Only one error

With my provider (ARUBA) i have an error log but i can see only the error "Cannot instantiate non-existent class"

I don't want to change conten manager Geeklog it's the best one

thanks for help, Mauri
Mau®i (Play 8 hours, Work 8 hours, Sleep 8 hours)

Status: offline

maurizio.panese

Forum User
Newbie
Registered: 05/10/05
Posts: 10
I try with 1.4 too i change path now errors are

Warning: main(geeklog/system/databases/mysql.class.php): failed to open stream: No such file or directory in /web/htdocs/www.funnypeople.it/home/geeklog/system/lib-database.php on line 117

Fatal error: main(): Failed opening required 'geeklog/system/databases/mysql.class.php' (include_path='.:/php/lib/php/') in /web/htdocs/www.funnypeople.it/home/geeklog/system/lib-database.php on line 117

__________________________________________________________________________

Maybe my path???


CONFIG.PHP
__________

$_CONF['path'] = 'geeklog/';

$_CONF['path_html'] = 'geeklog/public_html/';

$_CONF['site_url'] = 'http://www.funnypeople.it/geeklog/public_html'


LIB-COMMON.PHP
______________

require_once( 'geeklog/config.php' );




My configuration is:

Mysite
----->geeklog (directory)
-------------config.php
------------>public_html
---------------....other

i try with squatty configurator but...
Mau®i (Play 8 hours, Work 8 hours, Sleep 8 hours)

Status: offline

knuff

Forum User
Full Member
Registered: 12/17/04
Posts: 340
Hi,

Text Formatted Code


$_CONF['path'] = 'geeklog/';

$_CONF['path_html'] = 'geeklog/public_html/';

$_CONF['site_url'] = 'http://www.funnypeople.it/geeklog/public_html'

 


should be the full path

Text Formatted Code


$_CONF['path'] = ' /web/htdocs/www.funnypeople.it/home/geeklog/';

$_CONF['path_html'] = ' /web/htdocs/www.funnypeople.it/home/geeklog/public_html/';




 


But I see you are online now, so I guess you fixed it yourself
Vanrillaer.com - our Family Portal

Status: offline

maurizio.panese

Forum User
Newbie
Registered: 05/10/05
Posts: 10


i solve my problem an hour ago...



No i can think to the layout... with 1.4 is not so easy!!!

thanks a lot

mauri
Mau®i (Play 8 hours, Work 8 hours, Sleep 8 hours)