PDA

View Full Version : Pages not loading


xavierspl
02-14-2006, 12:41 AM
Well, I'm having this same problem. I've searched through the thread looking for an answer, and followed all the steps outlined above - I do have my path set correctly in the config file, none of the pages will load though, just tries to load and seems like it's just taxing the server real bad. Any other ideas if the path is correct?

Morgan
02-14-2006, 01:31 AM
Do you get a 404 page, or does the browser just try to load the page? Do you see anything in your server access and error logs?

xavierspl
02-14-2006, 04:15 AM
Content visible to registered users only.

Page just keeps trying to load, eventually just gives up, no 404 errors though.

Morgan
02-14-2006, 12:35 PM
What are your settings for the following:

vB ACP -> vBulletin Options -> Site Name / URL / Contact Details

Forum URL
Homepage URL

vB ACP -> PhotoPlog -> Modify Settings

PhotoPlog Directory
Duplicate Directory

What is set in the PhotoPlog config file?

xavierspl
02-15-2006, 03:58 AM
First off, let me say that my forum, is a sub-directory for my auction site if that matters.
Forum URL: /forums
Homepage URL: http://mysite.com

Photoplog Directory: /forums/photoplog
Duplicate Directory: (blank)

Config File:
define('PHOTOPLOG_FWD','/home/mysite/public_html/forums');

( I double checked that this was the correct path )

Morgan
02-15-2006, 02:11 PM
Do you have anything, like an htaccess file, doing redirections on your site?

xavierspl
02-15-2006, 02:22 PM
I have an HTaccess file, the only thing I use it for that I know of is Country and Open Proxy Server IP Banning.
(when you try and register for our site, it will check your IP address and and see if you're on a list of "safe trade zones", if you're not, or if you're using an Open Proxy Server - it will redirect you to a page letting you know that we do not allow whichever applies to you.)
The only page I know of that uses this, is the "register.php" from the auction site, I don't believe it has anything to do with the forums.

Morgan
02-15-2006, 02:44 PM
Find the following in the settings.php file:
Content visible to registered users only.
And temporarily replace with the following:
Content visible to registered users only.
Then call PhotoPlog from your browser.

What shows on screen?

xavierspl
02-16-2006, 01:04 AM
The following is what displays after taking that step:

A
Notice: Undefined index: HTTP_REFERER in /home/mysite/public_html/forums/includes/class_core.php on line 1573




Unable to add cookies, header already sent.
File: /home/mysite/public_html/forums/photoplog/settings.php
Line: 88

Morgan
02-16-2006, 02:45 AM
Okay, what shows on screen with the following?

Find the following in the settings.php file:
Content visible to registered users only.
And temporarily replace with the following:
Content visible to registered users only.
Then call PhotoPlog from your browser.

xavierspl
02-16-2006, 04:24 AM
A
Notice: Undefined index: HTTP_REFERER in /home/mysite/public_html/forums/includes/class_core.php on line 1573




Unable to add cookies, header already sent.
File: /home/mysite/public_html/forums/photoplog/settings.php
Line: 88

Morgan
02-16-2006, 01:28 PM
Oops, undo the stuff from post eight and then apply the post ten changes. ;)

xavierspl
02-16-2006, 01:47 PM
Right back to square one, pages won't load. No 404 errors or anything else, just continually tries to load, and never does.

Morgan
02-16-2006, 01:52 PM
Okay, undo the changes so you're back to the original code. What version of PhotoPlog do you have? Also, if you will, PM me a link to your main forum page.

xavierspl
02-16-2006, 02:06 PM
It is version 1.0.6.2, PM sent..