 | |  | | | Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here. |
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.
|
| |
January 9th, 2010, 01:04 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
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.
|
| |
January 9th, 2010, 01:35 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
Change Line 2287 to this Code: Content visible to verified customers only.
Last edited by Chuck S; January 9th, 2010 at 02:39 PM.
|
| |
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.
|
| |
January 9th, 2010, 02:12 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
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 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
|
| |
January 9th, 2010, 02:40 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
January 9th, 2010, 02:53 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Feb 2007
Posts: 316
| Quote:
Originally Posted by Chuck S well the 7.01 upgrades fixes all known issues the ones above where just reported. | So a 7.02 will be coming shortly, then?
|
| |
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 Change Line 2287 to this Code: Content visible to verified customers only.
|
yeah, thanks |
| |
January 9th, 2010, 04:04 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
Have a good evening
|
| |
January 9th, 2010, 04:21 PM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Oct 2002 Location: Hamburg
Posts: 53
|
Have a nice weekend
|
| |
January 9th, 2010, 04:24 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
I will try |
| |
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. |
| |
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 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
|
| |
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. |
| | |
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 05:37 PM. | |