PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   Search function not working & other problems... (http://www.photopost.com/forum/photopost-pro-bug-reports/141490-search-function-not-working-other-problems.html)

blackdog December 24th, 2009 12:24 PM

Search function not working & other problems...
 
Hi,

I recently updated my PhotoPost site from 6.0 to 7.0. I hoped that this would fix the search feature on my site which had not been working for several months, but it hasn't, so now I'm trying to figure out what's going wrong. When I click "search", this is what comes up on the search.php page...

Quote:

We're sorry, but the system experienced an unrecoverable error. Please try again later.

Script:

Query: DELETE FROM ppsearchids WHERE date < 1261074135

Result: Table 'g503photopost.ppsearchids' doesn't exist

Database handle: Resource id #6
----------------------------------------------------------------------

Another problem I'm having with the new version is that I'm unable to get to the large versions of images (medium for me is 650px wide, large is 950px wide)... it used to be that I could just click the medium image to see the larger version, but this is no longer the case. The medium image is displayed and is no longer a "link".

The "popup window" feature fixes this problem, but I don't like how and where the popup window opens. I tried enabling the lightbox feature and it does not seem to work.

----------------------------------------------------------------------

Thanks,

Brian

Chuck S December 28th, 2009 08:22 AM

That error tells me you have not ran your upgrades because there should most definately be a searchids table in photopost it was added back in version 5.5 along time ago.

blackdog January 12th, 2010 10:59 AM

Chuck,

I started with PP on a rented dedicated server. Installed it myself at that time and upgraded it at least once. But when I moved to a colocated Windows server I was having problems, so I paid for the installation/upgrade service and you ended up installing it on the new server. That was the last time the software was updated prior to now, and I have once again changed hosting - now to shared hosting. However, I do know that the search function has not worked since at least before this latest upgrade and move.

Is there any way for me to manually insert this table somehow? I did check phpMyAdmin and it is indeed missing.

Thanks,

Brian

Chuck S January 12th, 2010 12:48 PM

You could run the 55 upgrade or try inserting it like this in phpmyadmin. Make sure to use your correct table prefix

Code:

Content visible to verified customers only.


All times are GMT -5. The time now is 12:22 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