 | |  | | | Classifieds Installation & Upgrades If you're having install or upgrade problems, post here. |
April 18th, 2006, 01:03 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
| PLEASE HELP - Moved my forum from www.horsetrailertalk.com to www.horsetrailertalk.com/forum
Now I get these errors on the pp-classified section
Warning: main(/forum/header-inc.php): failed to open stream: No such file or directory in /home/content/t/r/a/trailertalk1/html/pp-classifieds/config-inc.php on line 11
Warning: main(/forum/header-inc.php): failed to open stream: No such file or directory in /home/content/t/r/a/trailertalk1/html/pp-classifieds/config-inc.php on line 11
Warning: main(): Failed opening '/forum/header-inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/content/t/r/a/trailertalk1/html/pp-classifieds/config-inc.php on line 11
|
| |
April 18th, 2006, 01:11 PM
|
#2 (permalink)
| | Registered User
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,244
|
photopost/config-int.php
- Update PATHs and URLs of the new forums location.
|
| |
April 18th, 2006, 01:19 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
would the /home/content/t/r/a/trailertalk1/html/pp-classifieds/config-inc.php
now be /home/forum/content/t/r/a/trailertalk1/html/pp-classifieds/config-inc.php
since i just moved it?
|
| |
April 18th, 2006, 01:38 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
/home/content/t/r/a/trailertalk1/html/forum/pp-classifieds
|
| |
April 18th, 2006, 01:48 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
Still getting:
Warning: main(/header-inc.php): failed to open stream: No such file or directory in /home/content/t/r/a/trailertalk1/html/forum/pp-classifieds/config-inc.php on line 11
Warning: main(/header-inc.php): failed to open stream: No such file or directory in /home/content/t/r/a/trailertalk1/html/forum/pp-classifieds/config-inc.php on line 11
Warning: main(): Failed opening '/header-inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/content/t/r/a/trailertalk1/html/forum/pp-classifieds/config-inc.php on line 11
|
| |
April 18th, 2006, 01:51 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
| |
| |
April 18th, 2006, 01:53 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
what about the images that have been uploaded?
|
| |
April 18th, 2006, 01:57 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
Here is every place you need to change
In config-inc.php change the $PP_PATH variable to the correct path
In config-int.php change all the variables to the correct paths and urls
In admin you need to update your global options with all the new server paths and urls
|
| |
April 18th, 2006, 02:11 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
how can i access the admin now....
what would the url be?
|
| |
April 18th, 2006, 02:16 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
I would suggest you use phpmyadmin and change these in the settings table.
Or
You can move the classifieds back to its original location update the global options which will break the program but dont worry then move it and update the config files and you should be good to go
Pick which one you think is easiest but those are the 2 ways I know of.
|
| |
April 18th, 2006, 02:40 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
OK...I moved it all back...changed the directories back...and I still get this:
Warning: main(/header-inc.php): failed to open stream: No such file or directory in /home/content/t/r/a/trailertalk1/html/pp-classifieds/config-inc.php on line 11
Warning: main(): Failed opening '/header-inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/content/t/r/a/trailertalk1/html/pp-classifieds/config-inc.php on line 11
Should I have back slashes at the end?? What am I missing?
|
| |
April 18th, 2006, 03:38 PM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
Anyone still around?
|
| |
April 18th, 2006, 04:07 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
Your config files need to be updated to the new paths after you change the admin paths and move the directory to the new spot. If you moved the directory to the new path under forums update your config files need to be updated next with the proper information. You should be fine then.
|
| |
April 18th, 2006, 04:10 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
I stated that I moved everything back and thought I changed the config files back. All I had to do was remove the "forum" out of the paths.
However it is still generating those errors
|
| |
April 18th, 2006, 04:13 PM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
// We need to know the server paths to both your vB installation and your Classifieds installation
$vbpath = "/home/content/t/r/a/trailertalk1/html";
$pppath = "/home/content/t/r/a/trailertalk1/html/pp-classifieds";
// We need the URL path to your PhotoPost and vb installation
$class_path = "http://www.horsetrailertalk.com/pp-classifieds";
$vb_urlpath = "http://www.horsetrailertalk.com";
//
|
| |
April 18th, 2006, 04:15 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
<?php
//**************** External Header Configuration ****************//
//
// the isset prevents vB headers from being sent during login/logout -
// do not remove this line as it may cause the vB headers to interfere with the login/logout process
//
// To include the file, first edit the header-inc.php
//
if ( !isset($skip_exheader) ) {
include "/header-inc.php";
}
// PhotoPost Classifieds Pro Version Number
$VERSION = "2.5";
// Path to your PhotoPost Classifieds installation - no end slashes
$PP_PATH = "/home/content/t/r/a/trailertalk1/html/pp-classifieds";
//
|
| |
April 18th, 2006, 04:16 PM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
I am not seeing what I need to change...I see that it all looks correct now
|
| |
April 18th, 2006, 04:26 PM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
There is a slash in front of header-inc.php and there should not be in your config-inc.php
|
| |
April 18th, 2006, 04:31 PM
|
#19 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
That did it...great.
Thanks
I knew i just wasn't seeing something
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 09:34 AM. | |