 | |  | | | Classifieds Installation & Upgrades If you're having install or upgrade problems, post here. |
September 7th, 2005, 02:51 PM
|
#21 (permalink)
| | Member Verified Customer
Join Date: Sep 2002 Location: Honolulu, HI
Posts: 130
|
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....
Last edited by aquariumpros; September 7th, 2005 at 03:00 PM.
|
| |
September 7th, 2005, 05:10 PM
|
#22 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
September 7th, 2005, 05:17 PM
|
#23 (permalink)
| | Member Verified Customer
Join Date: Sep 2002 Location: Honolulu, HI
Posts: 130
|
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...
|
| |
September 7th, 2005, 05:26 PM
|
#24 (permalink)
| | Member Verified Customer
Join Date: Sep 2002 Location: Honolulu, HI
Posts: 130
|
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.
|
| |
September 7th, 2005, 07:21 PM
|
#25 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
September 7th, 2005, 10:49 PM
|
#26 (permalink)
| | Member Verified Customer
Join Date: Sep 2002 Location: Honolulu, HI
Posts: 130
|
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)
|
| |
September 8th, 2005, 12:19 AM
|
#27 (permalink)
| | Member Verified Customer
Join Date: Sep 2002 Location: Honolulu, HI
Posts: 130
|
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..............
|
| |
September 8th, 2005, 12:44 AM
|
#28 (permalink)
| | Photopost Developer Verified Customer
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 |
| |
September 8th, 2005, 12:54 AM
|
#29 (permalink)
| | Member Verified Customer
Join Date: Sep 2002 Location: Honolulu, HI
Posts: 130
|
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,
|
| |
September 8th, 2005, 01:05 AM
|
#30 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
September 8th, 2005, 01:25 AM
|
#31 (permalink)
| | Member Verified Customer
Join Date: Sep 2002 Location: Honolulu, HI
Posts: 130
|
Email sent to chuck@photopost.com
Thanks again Chuck!
|
| |
September 8th, 2005, 05:53 AM
|
#32 (permalink)
| | Member Verified Customer
Join Date: Sep 2002 Location: Honolulu, HI
Posts: 130
|
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!
|
| |
September 8th, 2005, 11:53 AM
|
#33 (permalink)
| | Member Verified Customer
Join Date: Sep 2002 Location: Honolulu, HI
Posts: 130
|
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)
|
| |
September 8th, 2005, 02:09 PM
|
#34 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
September 8th, 2005, 02:15 PM
|
#35 (permalink)
| | Member Verified Customer
Join Date: Sep 2002 Location: Honolulu, HI
Posts: 130
|
*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)
|
| |
September 8th, 2005, 02:52 PM
|
#36 (permalink)
| | Photopost Developer Verified Customer
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 |
| |
September 8th, 2005, 02:54 PM
|
#37 (permalink)
| | Member Verified Customer
Join Date: Sep 2002 Location: Honolulu, HI
Posts: 130
|
(((I'll just keep my head in the sand - I like it here)))
Thanks again!
|
| | |
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 07:17 AM. | |