Welcome to Geeklog, Anonymous Sunday, December 22 2024 @ 03:07 am EST
Geeklog Forums
another paths issue
Page navigation
Status: offline
mattalter
Forum User
Newbie
Registered: 08/20/03
Posts: 12
I am stumped. Here is my dir layout.
/home/u3/mattlter/
/geeklog All geeklog files here
/html All public geeklog here aka public_html
Here is my config and lib-common
config
$_CONF[\'path\'] = \'/home/u3/mattlter/geeklog/\';
$_CONF[\'path_html\'] = $_CONF[\'path\'] . \'home/u3/mattlter/html/\';
lib-common
require_once( \'/home/u3/mattlter/geeklog/config.php\' );
I have gone over all the perms in
logs
html/backend
html/images/articles
html/userphotos
and made them all 777
Here is the issue,
When I run the check.php it looks like the paths are being shown with symbolics links. An example is,
Could not open the RDF file /home/u3/mattlter/geeklog/home/u3/mattlter/html/backend/geeklog.rdf for writing.
See how the script seem to be going to geeklog then back up to home.
I assume its my paths but for the last 2 days I have read every post I could find about paths with no luck. I also have tried all diffrent variations of my path, only the above path statements get check.php to run.
Any help would be great, Geeklog looks cool, I would love to get it running.
Thanks
Matt Alter
mattalter@yahoo.com
29
35
Quote
Patrick
Anonymous
Change this:
$_CONF[\'path_html\'] = $_CONF[\'path\'] . \'home/u3/mattlter/html/\';
to this:
$_CONF[\'path_html\'] = \'home/u3/mattlter/html/\';
Regards,
Patrick
37
29
Quote
Patrick
Anonymous
Quote by Patrick:to this:
$_CONF[\'path_html\'] = \'home/u3/mattlter/html/\';
sorry, put a \"/\" in front of home:
$_CONF[\'path_html\'] = \'/home/u3/mattlter/html/\';
single line off course. stupid forum breaks up the line.
35
28
Quote
Status: offline
mattalter
Forum User
Newbie
Registered: 08/20/03
Posts: 12
My config
$_CONF[\'path\'] = \'/home/u3/mattlter/geeklog/\';
$_CONF[\'path_html\'] = \'/home/u3/mattlter/html/\';
$_CONF[\'site_url\'] = \'http://www.aconsensus.com\';
my lib-common.php
require_once( \'/home/u3/mattlter/geeklog/config.php\' );
31
27
Quote
Status: offline
DTrumbower
Forum User
Moderator
Registered: 01/08/03
Posts: 507
Ther error messages is pointing to /home/com instead of /home/u3. This might be the problem.
32
23
Quote
Status: offline
DTrumbower
Forum User
Moderator
Registered: 01/08/03
Posts: 507
In the install directory there is file called check.php, run it and see what it brings back for errors.
26
35
Quote
Status: offline
DTrumbower
Forum User
Moderator
Registered: 01/08/03
Posts: 507
Quote by mattalter: It seems that at my host the html dir is also an aliais for com. I guess I could create a sub dir called html to see if that helps.
Thats not what the messages are saying. It might be an alias for u3 but not html.
29
24
Quote
Status: offline
DTrumbower
Forum User
Moderator
Registered: 01/08/03
Posts: 507
On the surface the geeklog setup looks ok. You might want to talk with the host.
29
28
Quote
Status: offline
mattalter
Forum User
Newbie
Registered: 08/20/03
Posts: 12
Ok with all your help and more picking around, I found what it was.
Of course it was a path issue.
Here is my config
$_CONF[\'path\'] = \'/home/com/aconsensus/geeklog/\';
$_CONF[\'path_html\'] = \'/home/com/aconsensus/html/\';
I had to change my path, orginaly it was /home/u3/mattlter/html, this is what my host told me what is was, but after seeing the error after my last install in the index.php page, this lead me to this.
Thanks for all your help, I hope this thread may help someone else!
30
37
Quote
Quote by mattalter:
Of course it was a path issue.
It always is.
34
31
Quote
Page navigation
All times are EST. The time is now 03:07 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