Jump to content

flashmovar

Members
  • Posts

    11
  • Joined

  • Last visited

About flashmovar

  • Birthday 05/03/1983

Profile Information

  • Activity
    User/Merchant

flashmovar's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Közben meglett a megoldás: Frissítésből kifolyólag ez-az beragadt az adatbázisba. http://www.templatemonster.com/help/prestashop-1-6-x-how-to-fix-an-error-occurred-while-updating-an-object-product.html#gref Üdv: Laci
  2. Ha egy termékhez képet szeretnék feltölteni, egy hibaüzenetet kapok: "xy.jpg : Hiba történt a kép létrehozásakor" Megnéztem hibakeresés módban: "Unexpected token <". Tárhelyen mappa jogosultság 755, fájlok 644 config.inc.php-ben: ini_set('memory_limit', '256M'); Semelyik bőngészőben sem működik (Chrome, Firefox, IE) Kis- és nagyméretű fájlokkal is ugyanezt csinálja Prestashop 1.6.1.4 Üdv: Laci
  3. Köszönöm a választ, beleásom magam a témába.
  4. Sziasztok! Megoldható a termékek xml fájlból történő feltöltése és utána szinkronizálása? Az xml fájl naponta frissül a szerveren és azt kellene szinkronizálni a webshopban. Üdv: Laci
  5. I have the solution Here it is: http://nerdia.net/2013/08/30/prestashop-categories-block-empty-after-migrating-from-oscommerce/ I did not migrated, but this solved my problem. I hope it helps another people. Solution: You need to access the PrestaShop MySQL databas using phpMyAdmin. Open the table ps_categories. The id_category 1 is the root category. Find which id the home category has (it will have the field is_root_category set to 1). The home category is probably id_category 2. Open the table ps_configuration and find the key PS_ROOT_CATEGORY and make shure it has value ’1′ (the id_category of the root category). Find the key PS_HOME_CATEGORY and make shure it has the value of id_category for the home category, probably ’2′. Go to the back office, in the preferences menu go to the general settings. Activate multi store. In the advanced parameters menu, go to Multi store. Click on the default group and edit your store. Select the Home category as Root category. Save the store. Go back in the preferences menu general settings and disable the multi store.
  6. Website checked, cache cleared, but no errors, no warnings, no notice. I reinstalled caregories block, but nothing happend. When I upload a product, categories are there, but in categories managebment it is blank.
  7. I switch on debug mode, but nothing happend. What should I see? config/defines.inc.php /* Debug only */ define('_PS_MODE_DEV_', true); /* Compatibility warning */ define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false); if (_PS_MODE_DEV_) { @ini_set('display_errors', 'on'); @error_reporting(E_ALL | E_STRICT); define('_PS_DEBUG_SQL_', true); } else { @ini_set('display_errors', 'off'); define('_PS_DEBUG_SQL_', false); } define('_PS_DEBUG_PROFILING_', false); define('_PS_MODE_DEMO_', false);
  8. How did you get this error report? I turned define('_PS_MODE_DEV_', false); to "true" in defines.inc.php but didn't show me such report.
  9. Upgrade from 1.5. When upload a product the categories are there, but in categories menu they disappear as shown in the picture above.
  10. I have the same problem. I hope somebody can help us.
  11. Nekem problémám lenne 1.5-ről 1.6-ra frissítés után. Új kategória hozzáadásánál a szülő kategória mező teljesen üres. Ha így létrehozom a ketagóriát, akkor azt kiteszi a home kategória mellé és nem tudok alkategóriákat létrehozni. Mi lehet a probléma? Valaki találkozott már ilyennel? Időközben megtaláltam a megoldást a problémámra. Közzé teszem, hátha valaki más is hasonló cipőben jár. Íme a megoldás angol nyelven: http://nerdia.net/2013/08/30/prestashop-categories-block-empty-after-migrating-from-oscommerce/ Solution: You need to access the PrestaShop MySQL databas using phpMyAdmin. Open the table ps_categories. The id_category 1 is the root category. Find which id the home category has (it will have the field is_root_category set to 1). The home category is probably id_category 2. Open the table ps_configuration and find the key PS_ROOT_CATEGORY and make shure it has value ’1′ (the id_category of the root category). Find the key PS_HOME_CATEGORY and make shure it has the value of id_category for the home category, probably ’2′. Go to the back office, in the preferences menu go to the general settings. Activate multi store. In the advanced parameters menu, go to Multi store. Click on the default group and edit your store. Select the Home category as Root category. Save the store. Go back in the preferences menu general settings and disable the multi store.
×
×
  • Create New...