PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Classifieds Support > Classifieds Installation & Upgrades

Classifieds Installation & Upgrades If you're having install or upgrade problems, post here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old September 7th, 2005, 02:51 PM   #21 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
The files that are/were uploaded were from the most recent download of PP Classifieds - pp-classifieds242.zip

I have double checked the files - and they are all the pp-classifieds files - including the config-inc.php, etc....
__________________
*~AJ~*
AquariumPros.ca

Last edited by aquariumpros; September 7th, 2005 at 03:00 PM.
aquariumpros is offline   Reply With Quote
Old September 7th, 2005, 05:10 PM   #22 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
I seriously doubt this. The only vb3.php file that has a diskspace column in the usergroups table is photopost. It simply is not in the classifieds vb3.php file.

Photopost uses the format to look for templates like this

if ( !isset($TMPL_PATH) || empty($TMPL_PATH) ) $Globals['TMPL_PATH'] = "templates";
else $Globals['TMPL_PATH'] = $TMPL_PATH;

then calling the templates is like this

include "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/ppopen.tmpl";
include "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/ppclose.tmpl";

Classifieds is this in pp-inc.php

$Globals['TMPL_PATH'] = "$PP_PATH/templates";

then calling templates is like this

include "{$Globals['TMPL_PATH']}/ppopen.tmpl";
include "{$Globals['TMPL_PATH']}/ppclose.tmpl";

So the only thing that makes sense with the error your reporting is the files your uploading are photopost not classifieds
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old September 7th, 2005, 05:17 PM   #23 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
I am not disputing your statement - however - all I did was to DL / unzip then FTP the files that were in the pp-classifieds242.zip per your suggestion. I'm not sure if somehow there was an error within the download...but that's all I did.

What do I have to purchase now to get someone to look into this - as the members on my site are getting annoyed by this not being available to them.

Thanks...
__________________
*~AJ~*
AquariumPros.ca
aquariumpros is offline   Reply With Quote
Old September 7th, 2005, 05:26 PM   #24 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
ok - I just now re-downloaded the zip file.

Unzipped it - and opened vb3.php into EditPlus:

Starting @ line 286:
Code:
Content visible to verified customers only.
__________________
*~AJ~*
AquariumPros.ca
aquariumpros is offline   Reply With Quote
Old September 7th, 2005, 07:21 PM   #25 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
You missing the point here.

Line 356 of vb3.php is this in classifieds

$query = "SELECT groupid, groupname, cpaccess, uploads, comments, uploadsize, editpho, editposts, modaccess, reqmod, highlight, bold, italic FROM {$Globals['pp_db_prefix']}usergroups";


Your posting an error from your classifieds of this

SELECT groupid,cpaccess,modaccess,diskspace,uploadsize,uplimit,uploads,comments,editpho,editposts,useralbums,reqmod,canassign FROM pp_usergroups WHERE groupid=2 LIMIT 1

THIS IS 100% THE PHOTOPOST FILE USERGROUP QUERY FROM THE PHOTOPOST VB3.PHP FILE

Your other statement same thing your pp-inc.php is from Photopost not that of Classifieds.

Your mixing up your downloads here thinking your looking at a classifieds download. Photopost download is called photopost514.zip classifieds is called pp-classifieds242.zip. There is nothing more I can say on this matter. Until you upload the Classifieds distribution to your Classifieds folder your going to have issues cause you have uploaded Photopost files to your classifieds folder.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old September 7th, 2005, 10:49 PM   #26 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
Chuck - MY point to you is that someone on your end must have uploaded the wrong files to the pp-classifieds242.zip then - as THAT is the exact zip file that I downloaded - unzipped - and then uploaded to the server.

I'll download it again - to see if this issue has been fixed...

(while I'm not a php expert - I'm not an idiot either...as I know how to read and know the difference of what directory I'm working with)
__________________
*~AJ~*
AquariumPros.ca
aquariumpros is offline   Reply With Quote
Old September 8th, 2005, 12:19 AM   #27 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
OK - I have downloaded the zip file again, and have opened the config-inc and config-int files in Beyond Compare. Same (other then the paths that I filled-in for my application). I also compared these files to the ones found in the 2.4.1 version = SAME.

So while I'm not trying to doubt you = it's not possible that the files are the wrong ones - unless the last two zip files from Photopost Classifieds official download section all have contained the wrong files....

Please help..............
__________________
*~AJ~*
AquariumPros.ca
aquariumpros is offline   Reply With Quote
Old September 8th, 2005, 12:44 AM   #28 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
I am looking at the classifieds zip and have done so before every response. I know the classifieds download is correct and has been so. The only way you can get the error's you noting is if your downloading Photopost thinking its classifieds and uploading those files to classifieds.

The query in meantion does not exist in the classifieds vb3.php file. The template paths the only thing that explains anything on that as well suggests you are uploading photopost files.

Take note you need to close your browser and reopen it and enter your classifieds license to download classifieds. I do not know what else to say on this matter. Here is a stock brand new install of classifieds 2.42

http://www.reeftalk.com/classifieds/index.php
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old September 8th, 2005, 12:54 AM   #29 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
Chuck - can you PM or contact me - as I really need to get this fixed, and I don't know what else to tell you.

I've done all you have asked - and still - the problem exists.

Can you contact me so you can look at this yourself (somehow) - so this can finally get straightened out?

Thanks,
__________________
*~AJ~*
AquariumPros.ca
aquariumpros is offline   Reply With Quote
Old September 8th, 2005, 01:05 AM   #30 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
You would need to email me

Your definately uploading Photopost to your classifieds as the site I just linked I uploaded before I posted the 2.42 files
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old September 8th, 2005, 01:25 AM   #31 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
Email sent to chuck@photopost.com


Thanks again Chuck!
__________________
*~AJ~*
AquariumPros.ca
aquariumpros is offline   Reply With Quote
Old September 8th, 2005, 05:53 AM   #32 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
As always - Chuck to the rescue.

Thanks again Chuck for the fantastic support and customer service.

As always - it's appreciated more then you could ever know!
__________________
*~AJ~*
AquariumPros.ca
aquariumpros is offline   Reply With Quote
Old September 8th, 2005, 11:53 AM   #33 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
Just my luck - just found another glitch...

The ads don't display the large (main) image, just the "name" - and clicking on the other images, don't pull them into view either...
(see attached)
Attached Images
File Type: jpg pp-1.jpg (13.9 KB, 2 views)
__________________
*~AJ~*
AquariumPros.ca
aquariumpros is offline   Reply With Quote
Old September 8th, 2005, 02:09 PM   #34 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
Well they did display till you turned on on the fly watermarks in admin

Simply turn it off in admin and you'll be right as rain
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old September 8th, 2005, 02:15 PM   #35 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
*sigh*

Don't know how that got turned on - much past time to go to sleep.

Thanks again as always Chuck...
(going to hide in corner now)
__________________
*~AJ~*
AquariumPros.ca
aquariumpros is offline   Reply With Quote
Old September 8th, 2005, 02:52 PM   #36 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
LOL I knew you turned in on as when I left your site everything was fine
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old September 8th, 2005, 02:54 PM   #37 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
(((I'll just keep my head in the sand - I like it here)))



Thanks again!
__________________
*~AJ~*
AquariumPros.ca
aquariumpros is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Issues after moving to new server... aquariumpros Photopost Pro Installation & Upgrades 6 September 6th, 2005 11:10 PM
Moving Gallery to new server! msimonds Installs and Upgrade - vBulletin 3.0.X 7 April 30th, 2005 11:06 AM
Moving Database to a New Server BobHarbison Photopost Pro How Do I...? 3 March 23rd, 2005 09:40 AM
Moving site to new server...what should I look for when moving Photopost? zerinS4 Photopost Pro Installation & Upgrades 5 February 14th, 2005 07:56 AM
Moving to a new server pergesu Photopost Pro Installation & Upgrades 2 January 31st, 2005 10:58 PM


All times are GMT -5. The time now is 07:17 AM.

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