Welcome to Geeklog, Anonymous Wednesday, November 27 2024 @ 09:25 am EST
Geeklog Forums
Trying to install...
bobby
Anonymous
Im getting the following errors...
Warning: main(/blogsystem/databases/mysql.class.php): failed to open stream: No such file or directory in /www/r/riggedproduc/blog/system/lib-database.php on line 110
Fatal error: main(): Failed opening required '/blogsystem/databases/mysql.class.php' (include_path='.:/usr/local/php4/lib/php') in /www/r/riggedproduc/blog/system/lib-database.php on line 110
Warning: main(/blogsystem/databases/mysql.class.php): failed to open stream: No such file or directory in /www/r/riggedproduc/blog/system/lib-database.php on line 110
Fatal error: main(): Failed opening required '/blogsystem/databases/mysql.class.php' (include_path='.:/usr/local/php4/lib/php') in /www/r/riggedproduc/blog/system/lib-database.php on line 110
3
6
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Use the full path, as can be seen in the error message: /www/r/riggedproduc/blog/...
You also seem to be missing a / between "blog" and "system" - make sure all your paths end in a slash.
bye Dirk
You also seem to be missing a / between "blog" and "system" - make sure all your paths end in a slash.
bye Dirk
8
6
Quote
bobby
Anonymous
I suck,
Parse error: parse error, unexpected T_STRING in /www/r/riggedproduc/blog/config.php on line 83
Parse error: parse error, unexpected T_STRING in /www/r/riggedproduc/blog/config.php on line 83
5
4
Quote
bobby
Anonymous
First off: thanks for all your help.
Second, I am half retarded, this is what I have:
// +---------------------------------------------------------------------------+
// | (1) Database Settings |
// +---------------------------------------------------------------------------+
$_DB_host = 'ipaddresshere'; // host name or IP address of your DB server
$_DB_name = 'nameofdatabasehere'; // name of your database,
// must exist before running the installer!
$_DB_user = 'myusernamegoeshere'; // MySQL user name
$_DB_pass = 'mypasswordgoeshere'; // MySQL password
// The table prefix is prepended to each table used be Geeklog to avoid name
// collisions with other tables that may already exist in your database.
$_DB_table_prefix = 'gl_'; // e.g. 'gl_'
// +---------------------------------------------------------------------------+
// | (2) Paths |
// +---------------------------------------------------------------------------+
// Note for Windows users: It's safe to use the forward slash '/' instead of
// the backslash '' in paths. Make sure each path starts with a drive letter!
// This should point to the directory where your config.php file resides.
$_CONF['path'] = '/www/r/riggedproduc/blog/'; // should end in a slash
// You only need to change this if you moved or renamed the public_html
// directory. In that case, you should specify the complete path to the
// directory (i.e. without the $_CONF['path']) like this:
// $_CONF['path_html'] = '/path/to/your/public_html/';
$_CONF['path_html'] = '/www/r/riggedproduc/htdocs/blog/';
';
// +---------------------------------------------------------------------------+
// | (3) Site Settings |
// +---------------------------------------------------------------------------+
// Make sure this is the correct URL to your site, i.e. to where Geeklog's
// index.php file resides (no trailing slash).
$_CONF['site_url'] = 'http://www.riggedproductions.com/blog/';
// Some hosting services have a preconfigured admin directory. In that case,
// you need to rename Geeklog's admin directory to something like "myadmin"
// and change the following URL as well. Leave as is until you experience any
// problems accessing Geeklog's admin menu.
$_CONF['site_admin_url'] = $_CONF['blog'] . '/admin';
// This is the return address for all email sent by Geeklog:
$_CONF['site_mail'] = 'Bobby@riggedproductions.com';
// Name and slogan of your site
$_CONF['site_name'] = 'The Bobby Blog';
$_CONF['site_slogan'] = 'It's kinda like rigged productions, just lamer.';
Of course I took out the proper database info for security reasons...do you see anything wrong?
Second, I am half retarded, this is what I have:
// +---------------------------------------------------------------------------+
// | (1) Database Settings |
// +---------------------------------------------------------------------------+
$_DB_host = 'ipaddresshere'; // host name or IP address of your DB server
$_DB_name = 'nameofdatabasehere'; // name of your database,
// must exist before running the installer!
$_DB_user = 'myusernamegoeshere'; // MySQL user name
$_DB_pass = 'mypasswordgoeshere'; // MySQL password
// The table prefix is prepended to each table used be Geeklog to avoid name
// collisions with other tables that may already exist in your database.
$_DB_table_prefix = 'gl_'; // e.g. 'gl_'
// +---------------------------------------------------------------------------+
// | (2) Paths |
// +---------------------------------------------------------------------------+
// Note for Windows users: It's safe to use the forward slash '/' instead of
// the backslash '' in paths. Make sure each path starts with a drive letter!
// This should point to the directory where your config.php file resides.
$_CONF['path'] = '/www/r/riggedproduc/blog/'; // should end in a slash
// You only need to change this if you moved or renamed the public_html
// directory. In that case, you should specify the complete path to the
// directory (i.e. without the $_CONF['path']) like this:
// $_CONF['path_html'] = '/path/to/your/public_html/';
$_CONF['path_html'] = '/www/r/riggedproduc/htdocs/blog/';
';
// +---------------------------------------------------------------------------+
// | (3) Site Settings |
// +---------------------------------------------------------------------------+
// Make sure this is the correct URL to your site, i.e. to where Geeklog's
// index.php file resides (no trailing slash).
$_CONF['site_url'] = 'http://www.riggedproductions.com/blog/';
// Some hosting services have a preconfigured admin directory. In that case,
// you need to rename Geeklog's admin directory to something like "myadmin"
// and change the following URL as well. Leave as is until you experience any
// problems accessing Geeklog's admin menu.
$_CONF['site_admin_url'] = $_CONF['blog'] . '/admin';
// This is the return address for all email sent by Geeklog:
$_CONF['site_mail'] = 'Bobby@riggedproductions.com';
// Name and slogan of your site
$_CONF['site_name'] = 'The Bobby Blog';
$_CONF['site_slogan'] = 'It's kinda like rigged productions, just lamer.';
Of course I took out the proper database info for security reasons...do you see anything wrong?
5
6
Quote
bobby
Anonymous
Continuing to suck, one bad line of code after another...
SO, I get to the second step and Im all excited, then--
The requested URL /admin/install/success.php was not found on this serve
I look and its going to www.riggedproductions.com, instead of www.riggedproductions.com/blog
SO, I get to the second step and Im all excited, then--
The requested URL /admin/install/success.php was not found on this serve
I look and its going to www.riggedproductions.com, instead of www.riggedproductions.com/blog
6
4
Quote
Status: Banned
machinari
Forum User
Full Member
Registered: 03/22/04
Posts: 1512
look closely:
This >
Should be >
if you want to change your admin dir, then change "admin" not "site_url."
This >
Text Formatted Code
$_CONF['site_admin_url'] = $_CONF['blog'] . '/admin';Text Formatted Code
$_CONF['site_admin_url'] = $_CONF['site_url'] . '/admin';
2
4
Quote
All times are EST. The time is now 09:25 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