Welcome to Geeklog, Anonymous Tuesday, December 24 2024 @ 11:50 am EST
Geeklog Forums
Create Database Tables (Fatal Error)
Status: offline
maurizio.panese
Forum User
Newbie
Registered: 05/10/05
Posts: 10
Location:Italy
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)
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)
10
8
Quote
Status: offline
maurizio.panese
Forum User
Newbie
Registered: 05/10/05
Posts: 10
Location:Italy
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)
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)
6
8
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Status: offline
maurizio.panese
Forum User
Newbie
Registered: 05/10/05
Posts: 10
Location:Italy
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)
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)
8
8
Quote
Status: offline
maurizio.panese
Forum User
Newbie
Registered: 05/10/05
Posts: 10
Location:Italy
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)
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)
7
12
Quote
Status: offline
knuff
Forum User
Full Member
Registered: 12/17/04
Posts: 340
Location:Sweden
Hi,
$_CONF['path'] = 'geeklog/';
$_CONF['path_html'] = 'geeklog/public_html/';
$_CONF['site_url'] = 'http://www.funnypeople.it/geeklog/public_html'
should be the full path
$_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
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
9
8
Quote
Status: offline
maurizio.panese
Forum User
Newbie
Registered: 05/10/05
Posts: 10
Location:Italy
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)
10
8
Quote
All times are EST. The time is now 11:50 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content