PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   [5.13]change per page picture amount ,.. will not go past page 1(NOT A BUG) (http://www.photopost.com/forum/photopost-pro-bug-reports/115219-5-13-change-per-page-picture-amount-will-not-go-past-page-1-not-bug.html)

somerfeld August 9th, 2005 10:44 PM

[5.13]change per page picture amount ,.. will not go past page 1(NOT A BUG)
 
http://djgateway.com/v5/bin/gallery/...e/3/perpage/24

now try hitting page 2 or 3 etc.

doesnt work, every cat does this

Chuck S August 10th, 2005 08:04 AM

What version of the software you running? If I visit everyone elses site including mine it works so I can only assume your running an initial 5.0 or 5.1 release

On your typecast line you should have the following 'page' => INT

somerfeld August 10th, 2005 04:17 PM

the latest version 5.13 look above in the subject line :)

djgateway.com/v5/bin/gallery/showgallery.php/cat/3004/page/3/perpage/24

look at the above link ,.. here it is again so you can see it . It does have page = 3

Chuck S August 10th, 2005 04:55 PM

This is right on the typecast line

typecast(Array, array(\'si\' => STRING, \'name\' => STRING, \'cat\' => STRING, \'catp\' => STRING, \'page\' => INT,

so the only thing I can suggest since everyone elses site works is that you make sure you have all the latest files uploaded

somerfeld August 10th, 2005 05:16 PM

what file? is that located

Chuck S August 10th, 2005 05:21 PM

It is located in showgallery.php and the download definately had this in there so I can only assume as I have said you have an old file on the server from a previous version

somerfeld August 10th, 2005 05:26 PM

hmm will check

somerfeld August 30th, 2005 02:59 AM

ok I checked,.. downloaded and reuploaded the newest version.. it must be some other item

It still does not swtich pages if you change the picture amount per page number

Chuck S August 30th, 2005 08:30 AM

I would double check you have uploaded all the required files. You may even want to delete the files except the config files and upload the new files

page variable is clearly typecast

typecast(Array, array(\'si\' => STRING, \'name\' => STRING, \'cat\' => STRING, \'catp\' => STRING, \'page\' => INT,

I have visited many sites running 5.13 and dont see an issue with this which is why I stated to upgrade. I beleive way back the issue here in a prior version when 5.1 came out page was not typecast

somerfeld August 31st, 2005 11:56 PM

i checked the file looks fine, it has the typecast and is the newest version


I deleted all the files but the templates and my config and inc_features and inc_photopost and reuploaded.. I\'m still have the problem

please advise thank you

Chuck S September 1st, 2005 06:32 AM

Code:

Content visible to verified customers only.
I have viewed several sites and see no issues with this feature. As long as your page variable is being typecast things should work.

Now you must upload the templates as an FYI as there where templates that changed.

Now here are the following suggestions.

1. Delete all main scripts and templates except the config files then reupload clean 5.13 files to ensure your ftp client is not per chance not allowing a file to be overwritten

2. Try turning off your vb3 header and see if the page variable works. If this is the case then you have a hack you have applied in VB that is overwriting our variable. I have seen this on a few sites that are hacked so something to try.

Otherwise thats about all I can suggest.

somerfeld September 1st, 2005 08:31 AM

ok will try


All times are GMT -5. The time now is 02:19 AM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97