PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   General Discussion (http://www.photopost.com/forum/general-discussion/)
-   -   Need Help! Getting search errors. (http://www.photopost.com/forum/general-discussion/142821-need-help-getting-search-errors.html)

pgowder May 3rd, 2010 11:09 AM

Need Help! Getting search errors.
 
Just updated the my.ini file on my server via this thread:
vBulletin Community Forum

Now getting tons of errors on photopost with searching. And searching returns no results.

Main Index - PowWows.com - Your portal to Native American Tribal Culture

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

INSERT INTO searchids (searchid,userid,searchtype,searchterms,searchdate,cats,name,preview,idlist,numresults,ipaddress,searchtime,date)
VALUES ( NULL, 0, 'p', 'Lamar', '', '', '', 1, '25977', 1, '', '0.364382', 1272902229)

The query returned with an errorcode of:

Incorrect information in file: '.\photopost\searchids.frm'

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.

Chuck S May 3rd, 2010 02:42 PM

This tells me your mysql table is corrupt and you should preform a repair on the table.

If you use phpmyadmin you can issue a command like this in the sql box

REPAIR TABLE searchids;

pgowder May 5th, 2010 09:11 AM

Quote:

Originally Posted by Chuck S (Post 1268010)
This tells me your mysql table is corrupt and you should preform a repair on the table.

If you use phpmyadmin you can issue a command like this in the sql box

REPAIR TABLE searchids;

It was a problem in my.ini file. Got it fixed now.

I turned off innodb tables.

Does PP have to have innodb for the searchids? Or can it be MyISM?

Chuck S May 5th, 2010 09:18 AM

myism should be okay


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