PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Installation & Upgrades (http://www.photopost.com/forum/classifieds-installation-upgrades/)
-   -   Waring:main....header-inc.php on line 62 (http://www.photopost.com/forum/classifieds-installation-upgrades/115072-waring-main-header-inc-php-line-62-a.html)

fpoole July 28th, 2005 10:53 PM

Waring:main....header-inc.php on line 62
 
I know, I know, it's the cookies.. but???

I can see the Classified cp ( adm-index.php ) just fine and it works. I've looked at the header/footer paths, compared them to my Review post just installed and working so far to match the format, but when I click on
http://www.psdivers.com/ppclass/index.php
get the following errors:

Quote:

Warning: main(./global.php): failed to open stream: No such file or directory in /home/pnwhosti/public_html/x_psdivers/ppclass/header-inc.php on line 62

Warning: main(./global.php): failed to open stream: No such file or directory in /home/pnwhosti/public_html/x_psdivers/ppclass/header-inc.php on line 62

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pnwhosti/public_html/x_psdivers/ppclass/header-inc.php on line 62
I checked the vb license, and set the cookies to bb (what page is that on... everyone talks about them, but cant' find on the config-inc and -int.php so exactly what 'file'are they in.

also getting very confused on the terms as classifies is referring to photo post which Ï'm also running here and I don't know if they are referring to PP or just misnamed for Classifieds... if?, in the classsified area and I see photopost, should I just think "Classifieds" or are they actually meaning photopost in the other directory..

been beating my brains out last 3 days off and on so any "simply described" help will be appreciated.. it's the last install for this site... and I need to get going...

And yes, i'm recognizing it's something simple, but have searched and see references but nothing I can say "Here it is".... even in the FAQ for pp... on cookies..

thanx much.... again...

ps. is there a "Global.php" file missing, I don't see one nor in the extracted files... had this in the last extract files too, so checking?? also looked in the header-inc.php to see if there was anything in there. Allowing for the warning "Do not edit below..."I didn't see anything that needed editing..

fpoole July 28th, 2005 11:13 PM

Here's the config-int
I can see the classifieds admincp but not the web pages for the classifies

If I change the vb path from /ppclass/forums
to
/forums
I get the classifeds, but if I click on the admin it goes to vb admincp
not classifieds admincp

Quote:

<?php
//-----------------------------------------------------------------------------------//
// Forum Integration Configuration File
//
// For users using our forum integration files, there are a few things
// we need to know - like the location of Classifieds and your forums; this
// prevents us from doing alot of extra processing in these scripts we otherwise
// would have to do.
//
// Follow the guides to set your paths and enable the integration options you
// want.
//-----------------------------------------------------------------------------------//

// We need to know the server paths to both your vB installation and your Classifieds installation
$vbpath = "/home/pnwhosti/public_html/x_psdivers/forums/";$pppath = "/home/pnwhosti/public_html/x_psdivers/ppclass/";

// We need the URL path to your PhotoPost and vb installation
$url_path = "http://www.psdivers.com/ppclass";
$vb_urlpath = "http://www.psdivers.com/forums";

// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "http://www.psdivers.com/ppclass/data";

// If your PhotoPost tables have a prefix, put it here
// Example:
// ppcl_ = "pp_";
$pp_db_prefix = "ppcl_";

//------------------------------------- vB3 -----------------------------------------//
// VB3_INTEGRATION is for using vB3 headers/footers and styles
// VB3_ENHANCEDINT is for Enhanced vB3 Integration (using vB3 elements in Classifieds)
// requires that VB3_INTEGRATION also be set to 'on'
// VB3_COMMWYSIWYG is for turning on the WYSIWYG interface on the Post A Comment page
// if you set this to 'off' then only the standard input box will appear
//
// Set to 'on' to enable specific integrations
define(VB3_INTEGRATION, 'on');
define(VB3_ENHANCEDINT, 'on');
define(VB3_COMMWYSIWYG, 'on');
//-----------------------------------------------------------------------------------//





Chuck S July 28th, 2005 11:45 PM

Your admin link for classifieds is in the menubar of classifieds not the admin link in the footer which is vb

So if you do not get an admin link on the classifieds menubar your not logged in and your cookies are not aligned. You set your cookie settings in the settings table of the classifieds database settings 181-183

fpoole July 29th, 2005 12:04 AM

Doh !!!.. it's working... I didn't see the ADMIN in the menu bar... geesh..
thanx much.. I'm not seeing the upload photo link, but assuming this is just an option that is off now.. somewhere...
Ok, looks like we're done...
Thanx much for the help.... till the next time... ;-))

deb0 February 1st, 2006 07:45 AM

Quote:

Originally Posted by Chuck S
Your admin link for classifieds is in the menubar of classifieds not the admin link in the footer which is vb

So if you do not get an admin link on the classifieds menubar your not logged in and your cookies are not aligned. You set your cookie settings in the settings table of the classifieds database settings 181-183

More specifically, what is the command to do this?

Chuck S February 1st, 2006 09:02 AM

Well phpmyadmin would be in your hosting control panel under mysql administration usually.

Some information here on your install url integration type would be best here so I can assist you.


All times are GMT -5. The time now is 06:12 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97