PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Troubleshooting & Problems (http://www.photoplog.com/forum/forumdisplay.php?f=6)
-   -   Pages not loading (http://www.photoplog.com/forum/showthread.php?t=73)

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

Quote:

Originally Posted by Morgan
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?

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:
Code:

require_once('./global.php');
And temporarily replace with the following:
Code:

ini_set('display_errors',true);
error_reporting(E_ALL);
echo " A ";
require_once('./global.php');
echo " B ";

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:
Code:

require_once('./global.php');
And temporarily replace with the following:
Code:

require_once('./global.php');
ini_set('display_errors',true);
error_reporting(E_ALL);
echo " B ";

Then call PhotoPlog from your browser.


All times are GMT. The time now is 05:21 PM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.