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 Pro Support Forums > Photopost Pro Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old January 9th, 2010, 12:51 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Oct 2002
Location: Hamburg
Posts: 53
Photopost Pro 701 update, SEO Bugs

I applied the 1/7 build, including the newest .htaccess file, and all other files.


1- showmembers.php, it always displays Page 1
2- showphoto.php (comments), it always displays Page 1

Example
gegen den Strom - MacUser.de Community Galerie
gegen den Strom - MacUser.de Community Galerie

3 - I got about 1500 mysql error mails

Quote:
An error was encountered during execution of the query:

SELECT id,user,userid,cat,storecat,date,title,description,ismature,
keywords,bigimage,width,height,filesize,views,medwidth,
medheight,medsize,approved,rating,votes,allowprint,numcom,
astposter FROM pp_photos WHERE userid= AND storecat=0
ORDER BY disporder,date DESC

The query returned with an errorcode of:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND storecat=0 ORDER BY disporder,date DESC' at line 1

If you need assistence or feel this is a 'bug'; please report it to our support forums at: Photopost Pro Bug Reports - PhotoPost Community

To turn off these emails, set $debug=0 in your config-inc.php file.

my htaccess

Quote:
RewriteEngine on
Options +FollowSymLinks

#RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
#RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d

RewriteRule ^(.*)/p([0-9]+)-(.*)-cpage([0-9+]).html$ showphoto.php?photo=$2&cpage=$4 [L]
RewriteRule ^(.*)/p([0-9]+)-(.*).html$ showphoto.php?photo=$2 [L]
RewriteRule ^(.*)/p([0-9]+).html$ showphoto.php?photo=$2 [L]

RewriteRule ^g([0-9]+)-(.*)-page([0-9]+).html$ showgallery.php?cat=$1&page=$3 [L]
RewriteRule ^g([0-9]+)-(.*).html$ showgallery.php?cat=$1 [L]

RewriteRule ^(.*)/index([0-9]+)-([0-9]+).html$ index.php?cat=$2&page=$3 [L]
RewriteRule ^(.*)/index([0-9]+).html$ index.php?cat=$2 [L]

RewriteRule ^m([0-9]+)-(.*)-protype([0-9]+).html$ member.php?uid=$1&protype=$3 [L]
RewriteRule ^m([0-9]+)-(.*).html$ member.php?uid=$1 [L]

RewriteRule ^board.html$ board.php [L]
RewriteRule ^b([0-9]+)-(.*).html$ board.php?msg=$1 [L]

RewriteRule ^u([0-9]+)-(.*)-page([0-9]+).html$ showgallery.php?ppuser=$1&page=$3 [L]
RewriteRule ^u([0-9]+)-(.*).html$ showgallery.php?ppuser=$1 [L]

RewriteRule ^s([0-9]+)-(.*)-page([0-9]+).html$ showmembers.php?cat=$1&page=$3 [L]
RewriteRule ^s([0-9]+)-(.*).html$ showmembers.php?cat=$1 [L]

Last edited by macuser; January 9th, 2010 at 01:24 PM.
macuser is offline   Reply With Quote
Old January 9th, 2010, 01:04 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Showmembers is easy. two things. At top of that file move the typecast BELOW the path info stuff

Code:
Content visible to verified customers only.
Next find this line

Code:
Content visible to verified customers only.
Delete that and at the top of the file underneath the line noted add the code in bold

Code:
Content visible to verified customers only.
As far as showphoto you would need to post an explicit example because if all the new files are used there should be no issues as this was a reported and fixed bug.
__________________
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 January 9th, 2010, 01:30 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Oct 2002
Location: Hamburg
Posts: 53
thanks so much

showmembers is ok now

here is the example for the multipage comments

Code:
Content visible to verified customers only.
macuser is offline   Reply With Quote
Old January 9th, 2010, 01:35 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Change Line 2287 to this

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; January 9th, 2010 at 02:39 PM.
Chuck S is offline   Reply With Quote
Old January 9th, 2010, 01:59 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Feb 2007
Posts: 316
Are these bugs that we will all encounter? I'm holding off on this upgrade until I know it works.
jdougher is offline   Reply With Quote
Old January 9th, 2010, 02:12 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
well the 7.01 upgrades fixes all known issues the ones above where just reported.
__________________
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 January 9th, 2010, 02:24 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Oct 2002
Location: Hamburg
Posts: 53
Quote:
Originally Posted by Chuck S View Post
Line 2305 of pp-inc.php try changing to this

Code:
Content visible to verified customers only.

i changed the line, but unfortunately nothing happened
macuser is offline   Reply With Quote
Old January 9th, 2010, 02:40 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Thats what I get for starting at code too long. Line 2305 change -cpage back to -page and read my previous post
__________________
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 January 9th, 2010, 02:53 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Feb 2007
Posts: 316
Quote:
Originally Posted by Chuck S View Post
well the 7.01 upgrades fixes all known issues the ones above where just reported.
So a 7.02 will be coming shortly, then?
jdougher is offline   Reply With Quote
Old January 9th, 2010, 03:13 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Oct 2002
Location: Hamburg
Posts: 53
Quote:
Originally Posted by Chuck S View Post
Change Line 2287 to this

Code:
Content visible to verified customers only.

yeah, thanks
macuser is offline   Reply With Quote
Old January 9th, 2010, 04:04 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Have a good evening
__________________
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 January 9th, 2010, 04:21 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Oct 2002
Location: Hamburg
Posts: 53
Have a nice weekend
macuser is offline   Reply With Quote
Old January 9th, 2010, 04:24 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
I will try
__________________
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 January 9th, 2010, 04:49 PM   #14 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,834
I'll update the showmembers.php and pp-inc.php in the build to reflect these changes.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old January 9th, 2010, 05:10 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Oct 2002
Location: Hamburg
Posts: 53
Quote:
Originally Posted by Michael P View Post
I'll update the showmembers.php and pp-inc.php in the build to reflect these changes.
showmembers.php in 1/9 build is ok

you have only update the pp-inc.php
macuser is offline   Reply With Quote
Old January 9th, 2010, 06:58 PM   #16 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,834
I did update the pp-inc.php file according to the above.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P 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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PhotoPost PRO SEO site :) adult seo Show off your PhotoPost site! 19 January 9th, 2010 04:03 PM
701 upgrade, missing file? molieman Photopost Pro Bug Reports 5 January 8th, 2010 11:23 AM
PhotoPost PHP Pro v7.0 wants to update to 6.23 vFranky Photopost Pro Bug Reports 4 December 28th, 2009 07:18 PM
When is the next PhotoPost Pro update due? mihirp General Discussion 9 March 16th, 2007 01:18 PM
pp pro not showing profiles with vb seo 420 Photopost Pro Bug Reports 13 January 7th, 2007 04:12 PM


All times are GMT -5. The time now is 05:37 PM.

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