EnglishHi After an Update from 2.2.x to the last version i got the following errors:
Notice: Undefined index: nb_image_page in E:\HostingSpaces\Hermens1\foto.hermenswetzels.nl\wwwroot\include\section_init.inc.php on line 173 Notice: Undefined index: order_by_inside_category in E:\HostingSpaces\Hermens1\foto.hermenswetzels.nl\wwwroot\include\section_init.inc.php on line 180 Notice: Undefined index: index_new_icon in E:\HostingSpaces\Hermens1\foto.hermenswetzels.nl\wwwroot\include\functions_category.inc.php on line 127 Notice: Undefined index: high_width in E:\HostingSpaces\Hermens1\foto.hermenswetzels.nl\wwwroot\include\category_cats.inc.php on line 349 Notice: Undefined index: high_height in E:\HostingSpaces\Hermens1\foto.hermenswetzels.nl\wwwroot\include\category_cats.inc.php on line 350 Notice: Undefined index: rating_score in E:\HostingSpaces\Hermens1\foto.hermenswetzels.nl\wwwroot\include\category_cats.inc.php on line 352 Notice: Undefined index: index_new_icon in E:\HostingSpaces\Hermens1\foto.hermenswetzels.nl\wwwroot\include\category_cats.inc.php on line 354
How can i rebuild the index
Hi joshermens1,
Can you go into your database manager (like PhpMyAdmin) and tell what's inside your "piwigo_upgrade" table?
Offline
Here's a sample:
ID 61
Applied 2011-08-15 13:37:49
Discription upgrade included in installation
OK, please do the following : in your MySQL manager, perform this request
delete from piwigo_config where param = 'piwigo_db_version';
Then open your Piwigo in your web browser and you'll be redirected to upgrade.php automatically (if not, tell us)
Offline
Oke.
I did an than I get the following message
No upgrade required, the database structure is up to date
1) currently, what does:
select param, value from piwigo_config where param = 'piwigo_db_version';
give you?
2) do you have a column "rating_score" in table piwigo_images?
Offline
Question 1)
I get an sintax error on: select param, value piwigo_config where param = 'piwigo_db_version';
Questeion 2) How can i see it.
joshermens1 wrote:
Question 1)
I get an sintax error on: select param, value piwigo_config where param = 'piwigo_db_version';
sorry, I have updated the request. Please retry.
Offline
On Question 1 :
There are zero results after the execution of the statement.
Are you really 100% sure you have no "rating_score" column in table piwigo_images? (I mean the column, not the values in the column)
Offline
Sorry for the late reply joshermens1. It seems your gallery is OK right now.
I really wonder what the problem was and how you fixed it.
Offline