Welcome to Geeklog Thursday, May 23 2013 @ 12:34 PM EDT
|
||||||||
![]() |
Forum Index > Support > General Geeklog Support |
New Topic
|
Post Reply
|
A small problem |
|||
| punkboy_jerm |
|
||||||
![]() ![]() ![]() ![]() ![]() Junior Status: offline ![]() Registered: 02/06/03 Posts: 30 |
Hi,
Im having a problem with one thing when it comes to instaling geeklog. Ive done everything Im soposed to do but I get this when I try to access my site: "Warning: main(home/punkboy/geeklog/config.php) [function.main]: failed to create stream: No such file or directory in /home/punkboy/public_html/lib-common.php on line 65 Fatal error: main() [function.main]: Failed opening required 'home/punkboy/geeklog/config.php' (include_path='.:/usr/local/lib/php') in /home/punkboy/public_html/lib-common.php on line 65" What can I do to solve this? Thanks alot for the help Jeremy C 1234 EAT THE RICH AND FEED THE POOR 5678 ORGINISE AND SMASH THIS STATE - suck la marde |
||||||
|
|||||||
| Anonymous: Anonymous |
|
||||||
|
|
Looks like your missing the first slash in front of home.
|
||||||
|
|||||||
| punkboy_jerm |
|
||||||
![]() ![]() ![]() ![]() ![]() Junior Status: offline ![]() Registered: 02/06/03 Posts: 30 |
ok ive fixed all my problems now except...
I go to the install page it asks me for the path name to config.php i write it down and i get this: "Warning: main(/home/punkboy/geeklog/config.php/home/punkboy/geeklog/system/databases/mysql.class.php) [function.main]: failed to create stream: Not a directory in /home/punkboy/geeklog/system/lib-database.php on line 109 Fatal error: main() [function.main]: Failed opening required '/home/punkboy/geeklog/config.php/home/punkboy/geeklog/system/databases/mysql.class.php' (include_path='.:/usr/local/lib/php') in /home/punkboy/geeklog/system/lib-database.php on line 109" aaaaaahhhhhhh...this is driving me nuts!!!---1234 EAT THE RICH AND FEED THE POOR 5678 ORGINISE AND SMASH THIS STATE - suck la marde 1234 EAT THE RICH AND FEED THE POOR 5678 ORGINISE AND SMASH THIS STATE - suck la marde |
||||||
|
|||||||
| Anonymous: Anonymous |
|
||||||
|
|
The paths in you config.php are wrong. Look at what you sent us, you paths are doubled in many places. Copy the path portion of you config.php here and someone might be able to help or go to the Gplugs website and try the Geeklog Config Tool online there and help yourself.
TomW |
||||||
|
|||||||
| punkboy_jerm |
|
||||||
![]() ![]() ![]() ![]() ![]() Junior Status: offline ![]() Registered: 02/06/03 Posts: 30 |
here are my server settings:
$_CONF['path'] = '/home/punkboy/geeklog/'; // C:/inetpub/wwwroot/geeklog/ // 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 like this (i.e. without the $_CONF['path']): // $_CONF['path_html'] = 'home/punkboy/geeklog/public_html/'; $_CONF['path_html'] = $_CONF['path'] . 'home/punkboy/geeklog/public_html/'; // you shouldn't need to edit the following $_CONF['path_system'] = $_CONF['path'] . '/home/punkboy/geeklog/system/'; $_CONF['path_log'] = $_CONF['path'] . '/home/punkboy/geeklog/logs/'; $_CONF['path_language'] = $_CONF['path'] . '/home/punkboy/geeklog/language/'; $_CONF['rdf_file'] = $_CONF['path_html'] . '/home/punkboy/geeklog/public_html/backend/geeklog.rdf'; $_CONF['backup_path'] = $_CONF['path'] . '/home/punkboy/geeklog/backups/'; site settings: $_CONF['site_url'] = 'http://fighttheoctopus.dr2.net'; $_CONF['site_name'] = 'Fight The Octopus'; $_CONF['site_slogan'] = 'Resisting Corporate Media'; $_CONF['site_mail'] = 'punkboy_jerm@canada.com'; $_CONF['theme'] = 'XSilver'; // default theme // 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['site_url'] . '/home/punkboy/geeklog/public_html/admin/'; // you shouldn't need to edit the following $_CONF['layout_url'] = $_CONF['site_url'] . 'http://fighttheoctopus.dr2.netlayout/' . $_CONF['theme']; $_CONF['path_themes'] = $_CONF['path_html'] . '/home/punkboy/geeklog/public_html/layout/'; $_CONF['path_layout'] = $_CONF['path_themes'] . $_CONF['theme'] .'/'; ---1234 EAT THE RICH AND FEED THE POOR 5678 ORGINISE AND SMASH THIS STATE - suck la marde 1234 EAT THE RICH AND FEED THE POOR 5678 ORGINISE AND SMASH THIS STATE - suck la marde |
||||||
|
|||||||
| Anonymous: Anonymous |
|
||||||
|
|
Your main problem is you did not read the instructions. Did you see where it says "You do not need to edit this ... " and "you shouldn't need to edit the following" ? Listen to what it says.
All you have to change from the default is: $_CONF['path'] and $_CONF['site_url'] When it says you shouldn't have to edit this DO NOT EDIT IT and you will be fine. From what I can see you have a default setup. You are trying to make it too hard. TomW |
||||||
|
|||||||
| Content generated in: 3.28 seconds |
|
|
|