PhotoPlog

Go Back   PhotoPlog > PhotoPlog Lite > "How Do I..." Questions
Screens Demo Purchase Download Register

Reply
Attention: Last reply in this thread was more than 18 Years ago
 
Thread Tools
  #1  
Old 03-01-2006, 05:39 AM
tspore tspore is offline
Yellow Plog
 
Join Date: Feb 2006
Posts: 33
Gallery: 0
Comments: 0
Default moderate files, and seeing the config.php file

I can not in the admincp see the link "moderate files" or get into the config.php file located within fourthirdsphoto.com/photoplog
What do I need to do, what are the file permissions?
Thanks
Tony

Last edited by tspore; 03-01-2006 at 05:41 AM..
Reply With Quote
  #2  
Old 03-01-2006, 05:46 AM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default

There isn't a way to see the PhotoPlog config file via the vB ACP. You'd need to edit the PhotoPlog config file on your local machine and then FTP it to your server. If you are not seeing the 'Moderate Files' link in the PhotoPlog group shown in the vB ACP, then try FTPing all the PhotoPlog files over to your server, overwriting the old PhotoPlog files.
__________________
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
  #3  
Old 03-01-2006, 06:05 AM
tspore tspore is offline
Yellow Plog
 
Join Date: Feb 2006
Posts: 33
Gallery: 0
Comments: 0
Default

Code:
Content visible to registered users only.
I have modified the config file to read my forum's website. So that is done.
I uploaded over all the files the files in the folder. I still cannot see the files.
Lastly I think I have a error accessing the photoplog directory.
http://fourthirdsphoto.com/photoplog
So what should i do now?
Reply With Quote
  #4  
Old 03-01-2006, 06:14 AM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default

Both fourthirdsphoto.com and fourthirdsphoto.com/photoplog currently show the same content on screen, so it seems that you have something, such as an htaccess file, redirecting PhotoPlog back to the main index page for your site.
__________________
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
  #5  
Old 03-01-2006, 06:35 AM
tspore tspore is offline
Yellow Plog
 
Join Date: Feb 2006
Posts: 33
Gallery: 0
Comments: 0
Default

Code:
Content visible to registered users only.
I changed the htaccess file so it won't rewrite to the home page. It says its a 500 internal server error. so I don't know what to do.
For the moderate comments file I get a 404 file.
Thanks for the quick reply.
If we get this working I will forsure upgrade to the pro version I appreciate it a lot.
Reply With Quote
  #6  
Old 03-01-2006, 03:27 PM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default

The 500 internal server error might be from a mistake in the htaccess file. Try temporarily renaming .htaccess to .htaccess_temp and see if the error goes away. For the 404 not found error, are the following files located in your /forum/admincp directory? What happens if you call /forum/admincp/photoplog_comment.php from your browser?
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
  #7  
Old 03-01-2006, 03:38 PM
tspore tspore is offline
Yellow Plog
 
Join Date: Feb 2006
Posts: 33
Gallery: 0
Comments: 0
Default

I disabled the htaccess file:
and for the comment.php, it works.

But if I type in fourthirdsphoto.com/photoplog/index.php
I get a 404 error.
Reply With Quote
  #8  
Old 03-01-2006, 04:16 PM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default

The fourthirdsphoto.com/photoplog link looks to still be redirecting back to your main site page. Is the /photoplog directory in web root on your server?
__________________
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 03-01-2006, 04:37 PM
tspore tspore is offline
Yellow Plog
 
Join Date: Feb 2006
Posts: 33
Gallery: 0
Comments: 0
Default

When I change the .htaccess page, it screws up all the content, on the site. But I will leave it renamed for the time being.
the url for photoplog is:
http://fourthirdsphoto.com/photoplog

So after you look let me know so I can rename the htaccess thanks
Tony
Reply With Quote
  #10  
Old 03-01-2006, 05:00 PM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default

Code:
Content visible to registered users only.
This is all a 500 internal server error message. The 404 not found bit you see is that there isn't an error document in place: it's not a 404 PhotoPlog is not found. PhotoPlog is not reached, perhaps because of the htaccess file, but your server error logs may provide a clue. You'll probably need to edit the htaccess file so it doesn't redirect PhotoPlog requests.
__________________
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
Editing file.php didjital "How Do I..." Questions 2 12-01-2006 05:08 PM


All times are GMT. The time now is 08:14 PM.


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