 | |  | | | Classifieds Installation & Upgrades If you're having install or upgrade problems, post here. |
July 12th, 2005, 12:20 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Jul 2005
Posts: 53
| Photopost Classifieds Problems
I have encounter several problems in PP Classifieds:
1. Member List not working http://www.singaporeexpats.com/class...howmembers.php
2. When I click on a nick in showmember.php, 404 error http://www.singaporeexpats.com/class...t=500&ppuser=4
3. Seller/Buyer Feedback not working
4. Seller/Buyer Rating not working
This is by far the most buggy script with the poorest installation instructions I have ever encounter.
Can some support staff assist me ?
How do I edit the navigation bar ? I need to remove Member List altogether if it doesn't work!
(Admin · Home · Search · Member List · Profile · Place An Ad · Logout)
Thanks .......
Unhappy customer
Last edited by prodigy; July 12th, 2005 at 12:24 AM.
|
| |
July 12th, 2005, 10:47 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,802
|
Please make sure your downloading and installing 2.4.1 as this has been fixed
|
| |
July 12th, 2005, 10:47 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Jul 2005
Posts: 53
|
This is not fixed. The version I am using is 2.41 as the zip filename is "pp-classifieds241.zip"
Can you at least goto my site and take a look???
And also the feedback ratings is not working .....
Please help! I need to launch it asap.
|
| |
July 12th, 2005, 10:50 PM
|
#4 (permalink)
| | Member Verified Customer
Join Date: Jul 2005
Posts: 53
|
I have this error when I install :
REPLACE INTO pp_usergroups (groupid,groupname,modaccess,cpaccess,uploads,comments,diskspace,uploadsize,editpho,editposts) VALUES(348,'Forum Moderators','0','0','0','0','0','0','1','1')
The query returned with an errorcode of:
Unknown column 'diskspace' in 'field list'
How to rectify?
|
| |
July 13th, 2005, 01:56 AM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Jul 2005
Posts: 53
|
OK I have managed to insert the additional missing field using phpMyadmin.
Now I have another problem, if an user does not belongs to any Usergroups in my phpbb2 forum, he cannot post an ad!! Is there a way to add in a new Usergroup in PP Classifieds ? Example: Unregistered, Registered etc ??????
Please Help .....
Seems like there is no support after I have purchased this software |
| |
July 13th, 2005, 10:01 AM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,802
|
Hello? You post late last night three times in the late hours of the evening and early morning are complaining of no support.
In membhead.tmpl line 17 remove the code in bold
include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/searchmem.tmpl" );
|
| |
July 13th, 2005, 10:06 AM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,802
|
For usergroups issue in your forums directory file phpbb.php replace your import_user_groups and init_user_groups functions with these Code: Content visible to verified customers only.
|
| |
July 13th, 2005, 10:09 AM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,802
|
Please tell more on what issue you think there is with feedback. I am able to post feedback on a user. If you post a test username for me to use I will try your site
|
| |
July 13th, 2005, 03:32 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,802
|
Okay I was waiting for a username but try this in member.php find this line and add the code in bold
typecast($_POST, array('rating' => INT, 'feedback' => STRING,'editemail' => STRING, 'editemailconfirm' => STRING, 'editbio' => STRING, 'editbirthday' => STRING,
Last edited by Chuck S; July 13th, 2005 at 03:38 PM.
|
| |
July 13th, 2005, 03:35 PM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Jul 2005
Posts: 53
| |
| |
July 13th, 2005, 03:40 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Jul 2005
Posts: 53
|
Cant login now even after I cleared the cookies ....
|
| |
July 13th, 2005, 03:40 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,802
|
Okay what link is that and where?
there is no showgallery script in classifieds. showcat would be the correct script but I would need to know where you getting that link.
|
| |
July 13th, 2005, 03:42 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,802
|
Okay found where you where talking
Line 24 of showmembers.tmpl
<span class="{$Style['medium']}"><a href="{$Globals['maindir']}/showgallery.php?cat=$cat&ppuser={$puserid[$x]}">{$puser[$x]}</a></span>
change to this
<span class="{$Style['medium']}"><a href="{$Globals['maindir']}/showcat.php?cat=$cat&ppuser={$puserid[$x]}">{$puser[$x]}</a></span>
|
| |
July 13th, 2005, 03:52 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Jul 2005
Posts: 53
|
Great !!! The link http://www.singaporeexpats.com/clas...at=500&ppuser=4 is working now  ))
And the showmember.php is working too.
The usergroup seems fine. But now I can't login even after I deleted cookies.
Is it because I have changed the member.php ?
|
| |
July 13th, 2005, 04:22 PM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Jul 2005
Posts: 53
|
Thanks a million Omegatron, all seems working now, which is great !!!
Sorry for the comments above but I think it is due to the time difference of our countries.
One more question, what is the difference between "ModAccess" and "Moderate Ad" permission in the Usergroups?
Thanks again, you made my day |
| |
July 13th, 2005, 05:51 PM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,802
|
Yes you where looking for support at late hours.  However I think your in the UK you must be an early riser posting at 3 something AM twice and then again at almost 7AM
It is 550PM here right now and should be if I can remember 1050PM there?
As far as login you sure you did not mistype your password. I can login fine at your site.
Modaccess means a mod can access certain admin functions like approve ads etc etc Nothing crutial or server side. Moderate ads means whichever usergroup you set this for there ads are not displayed till you approve them
|
| |
July 13th, 2005, 06:08 PM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Jul 2005
Posts: 53
|
Thanks for the tips
I am in Singapore, GMT +8 and the time now is 6 am ......... so its 12 hours different ..... Day and night are reversed!
Working great now. But I wondered why I must edit so many lines of codes for it to work ?
|
| |
July 13th, 2005, 06:19 PM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,802
|
Ouch Singapore yeah thats night and day
We just released 2.4 which was a complete rewrite using a more secure codebase like we do in Photopost. However most issues are simply variables that where not declared and every variable needs to be declared through the typecast function to work.
There is not many issues there have been around a dozen which aint bad when releasing a new version like this
|
| | |
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 02:23 PM. | |