Questions tagged [reindex]

459 questions
0
votes
4 answers

Reindex visual foxpro table (corrupt cdx)

I have an accounting system running, and I'm receiving transactional error while opening a certain database. The problem is that some index files (CDX) are corrupt. The table file (DBF) seems to be perfect. I can open it and read it all even with…
LeanDroid
  • 43
  • 1
  • 2
  • 8
0
votes
1 answer

Magento mass reindexing gives internal server error

How can we reindex a Magento 1.7.02 version site having more than 24,000 products and hundreds of categories? When I try to reindex the product price index in Magento Admin Index Management, it generates an internal Server Error 500. When I…
Anuroop
  • 1
  • 1
  • 3
0
votes
1 answer

Cannot initialize the indexer process in magento 1.8

I have installed below extension http://www.magentocommerce.com/magento-connect/simple-configurable-products.html After that can't indexing its getting following errors "Cannot initialize the indexer process." Please help me to sort out this…
0
votes
1 answer

pandas: unexpected result when reindex(ing) a Panel

This is a follow-up on my reply to pandas pivot dataframe to 3d data, where later I needed to re-index (get a different sorting of the Panel labels and of the elements accordingly, as well as filling in with NaNs of the missing labels). reindex(ing)…
eldad-a
  • 3,051
  • 3
  • 22
  • 25
0
votes
2 answers

re-index php keys in array starting with certain number

I have an array which has keys starting from 0 upwards. Is there a way to reindex the array to change shift the keys to start from 3 instead of 0?
John Smith
  • 449
  • 5
  • 8
  • 16
0
votes
2 answers

Magento Product Prices reindexing error

I am trying to reindex product prices, but it would throw the following error: 2014-01-08T14:35:19+00:00 DEBUG (7): Exception message: SQLSTATE[21S01]: Insert value list does not match column list: 1136 Column count doesn't match value count at row…
user3173757
  • 79
  • 1
  • 6
0
votes
2 answers

Magento reindex url_rewrite is not working anymore

I’m stuck with the following issue in a live Magento store. After i've created new categories for one of my 2 stores (multistore setup), i’m not able to reindex the URL rewrites. I’ve already emptied the core_url_rewrite table in the database,…
0
votes
1 answer

What about performance of cursors,reindex and shrinking?

i am having recently came to know that sql server if i delete one column or modify it acquires space at backend so i need to reindex and shrink the database and i have done it and my datbase size reduced to 2.82 to 1.62 so its good like wise so…
Just code
  • 13,553
  • 10
  • 51
  • 93
0
votes
2 answers

Reindex array by increasing and decreasing all of top indexes

First, I have to list what I have found How to Remove Array Element and Then Re-Index Array? PHP reindex array? They did not make sense in my case. I have fallen into ridiculous request and I've force to find the way out, then please don't ask me…
Telvin Nguyen
  • 3,569
  • 4
  • 25
  • 39
0
votes
3 answers

Cannot Reindex Data's In Magento Admin & Shell

I have 70k products in my magento site. I need to reindex the product data's in admin panel. When i have tried to reindex the data's in Magento Admin panel it give below error. Cannot Initialize the Indexer Process So i have planned to reindex the…
0
votes
1 answer

Magento 1.7 reindex catalogsearch_fulltext

We have a multi-store/store-view installation, with 4 stores and 22 storeviews at all. We also have 446k products. The problem: indexing catalogsearch_fulltext isn't possible, because it is generating 1 entry for every product at every store_id.…
s4lfish
  • 633
  • 1
  • 11
  • 25
0
votes
1 answer

Mageno : PHP Fatal error: Class 'Mage' not found in MAGENTODIR/shell/abstract.php on line 79

I normally do the reindexing of "catalog_url" by entering into "shell" directory through SSH & using "indexer.php" But suddenly yesterday I tried to implement the process but getting error. Simply the following command php -f indexer.php info is…
Nuhil Mehdy
  • 2,424
  • 1
  • 21
  • 23
0
votes
1 answer

Magento 1.7: Fatal error getBackend()

After upgrading to Magento 1.7 i get this error in custom catalog search and custom related products: Fatal error: Call to a member function getBackend() on a non-object in \src\app\code\core\Mage\Eav\Model\Entity\Abstract.php on line 816 This…
s4lfish
  • 633
  • 1
  • 11
  • 25
0
votes
1 answer

Magento Reindexing doesn't work

I recently created around 700 attributes through script, all attributes look fine at backend. But when I reindex, I get following error: exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column…
Deepak Bhatta
  • 474
  • 4
  • 16
0
votes
2 answers

how to reindex a sparse associative array

first off, this question is not related to a specific language - I use Haxe to target multiple platforms - so a pseudo code will be more than enough. here's my problem : I have a sparse Matrix description in this form: edges =…
nicoptere
  • 1,067
  • 6
  • 9
1 2 3
30
31