PhotoPlog

Go Back   PhotoPlog > PhotoPlog Lite > Troubleshooting & Problems
Screens Demo Purchase Download Register

Reply
Attention: Last reply in this thread was more than 18 Years ago
 
Thread Tools
  #1  
Old 07-03-2006, 12:29 PM
shayneh shayneh is offline
Green Plog
 
Join Date: Jul 2006
Posts: 12
Gallery: 0
Comments: 0
Default Blank page - huh?

This is really annoying me. Please cna someone tell me what i have done wrong?

Edited photoplog/config file define('PHOTOPLOG_FWD','forums/'); (same as includes/config.php)
Uploaded all photoplog files to root/photoplog
Uploaded all forum files to their respective folders inside the forums folder (same structure)
Imported the photoplog.xml. All fine.

Changed usergroup permissions on administrator group to all "yes"
Made sure photoplg settings was correct - http://www.thechiefbaboon.com/photoplog

Edited and added link in nav bar to point to http://www.thechiefbaboon.com/photoplog/index.php

However i still get a blank page? what am i doing wrong? Please help. Just cant understand what the problem might be.
Using 3.54 and downloaded the latest Photoplog lite version.

Thank you

Shayne
Reply With Quote
  #2  
Old 07-03-2006, 04:29 PM
MikeD's Avatar
MikeD MikeD is offline
Orange Plog
 
Join Date: Jun 2006
Location: Cologne / Germany
Posts: 487
Gallery: 10
Comments: 2
Default

Hi Shayne,
at the first view of your post I'd say immediately: Check Your Forum Links! That means you should check your Settings within the ACP! Check...
  • PhotoPlog Link
  • BB Code Link
  • PhotoPlog Full Path
  • Upload Dir
Especially the Full Path is very important to get a proper working. Here's the way to get the needed info. In case you don't know it...

1. Create a file. Say "path.php"
2. Insert the following lines

Code:
Content visible to registered users only.
3. Now copy the file into your vB directory and enter for example:
"http://www.thechiefbaboon.com/path.php"

4. Now copy the whole path into the ACP field "PhotoPlog Full Path". That should help you -Mike

Last edited by MikeD; 07-03-2006 at 04:31 PM..
Reply With Quote
  #3  
Old 07-04-2006, 05:28 AM
shayneh shayneh is offline
Green Plog
 
Join Date: Jul 2006
Posts: 12
Gallery: 0
Comments: 0
Default

I think i am encountering a strange problem. Created the file path.php with the code and when i enter http://www.thechiefbaboon.com/path.php i just get the text

Code:
Content visible to registered users only.
What is not working?
Reply With Quote
  #4  
Old 07-04-2006, 05:44 AM
shayneh shayneh is offline
Green Plog
 
Join Date: Jul 2006
Posts: 12
Gallery: 0
Comments: 0
Default

Could be that the photoplog is sitting in my root and not in forums/photopolg?

I made sure the Photoplog link in ACP is http://www.thechiefbaboon.com/photoplog so dont think thats it.....???
Reply With Quote
  #5  
Old 07-04-2006, 04:13 PM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default

The PhotoPlog config file should have something like the following:
Code:
Content visible to registered users only.
This is going to be different than the vB includes/config.php file.

Place the following before the define line in the PhotoPlog config file:
Code:
Content visible to registered users only.
To see what error, if any, shows on screen.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote
  #6  
Old 07-04-2006, 07:51 PM
shayneh shayneh is offline
Green Plog
 
Join Date: Jul 2006
Posts: 12
Gallery: 0
Comments: 0
Default

Warning: chdir(): No such file or directory (errno 2) in D:\hshome\shayneha\thechiefbaboon.com\photoplog\se ttings.php on line 92

Warning: main(./global.php): failed to open stream: No such file or directory in D:\hshome\shayneha\thechiefbaboon.com\photoplog\se ttings.php on line 93

Fatal error: main(): Failed opening required './global.php' (include_path='.;c:\PHP\pear') in D:\hshome\shayneha\thechiefbaboon.com\photoplog\se ttings.php on line 93

So i take it my full path is \hshome\shayneha\thechiefbaboon.com\forums\?

Last edited by shayneh; 07-04-2006 at 07:54 PM..
Reply With Quote
  #7  
Old 07-04-2006, 08:01 PM
shayneh shayneh is offline
Green Plog
 
Join Date: Jul 2006
Posts: 12
Gallery: 0
Comments: 0
Default

Done it. Thank you for everyones help. Appreciate it
Reply With Quote
  #8  
Old 07-04-2006, 08:04 PM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default

Yep, try this...
Code:
Content visible to registered users only.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote
  #9  
Old 07-04-2006, 10:27 PM
MikeD's Avatar
MikeD MikeD is offline
Orange Plog
 
Join Date: Jun 2006
Location: Cologne / Germany
Posts: 487
Gallery: 10
Comments: 2
Default

Code:
Content visible to registered users only.
Exactly . That what Morgan mentioned.

FYI: The above path is the Absolute path. That was the reason why I told you to create the file "path.php" (Post #2) and to check it. Wonder why it won't works. Nah the most important is that your PhotoPlog runs strong -Mike
Reply With Quote
  #10  
Old 07-04-2006, 10:54 PM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default

@MikeD: getcwd was good advice; I'm also not sure why shayneh got HTML instead of the path, but he got the path fixed before I noticed post seven (I was replying to post six at the time).
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote
Reply

« Previous Thread | Next Thread »
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Blank page and I think I've tried everything phyc Troubleshooting & Problems 7 03-24-2008 03:04 PM
Blank page Bashy Troubleshooting & Problems 23 05-06-2007 07:45 PM
Blank Page... Zacarias Troubleshooting & Problems 21 03-05-2006 02:24 PM


All times are GMT. The time now is 09:58 AM.


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