-
Content Count
961 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Rhobur
-
[SOLVED] problem backend after update 1.7.3.1 to 1.7.6.1
Rhobur replied to mir 's topic in Configuring and using PrestaShop
Glad to hear, please edit your first post and add [SOLVED] before the title. -
[SOLVED] problem backend after update 1.7.3.1 to 1.7.6.1
Rhobur replied to mir 's topic in Configuring and using PrestaShop
You're welcome! Did it solve your problem? If so, we can mark this as SOLVED to help other people with the same issue. -
Problema afisare pagina produs
Rhobur replied to jajarom 's topic in Instalare, configurare şi upgrade
In Design->IQITthemeeditorbackoffice la Content->Product page poti schimba locul afisarii tab-urilor. -
Add to cart button does nothing in Prestashop 1.7.5.2
Rhobur replied to Aidelio 's topic in Bug reports
to me it worked both the layer cart and adding to cart, https://i.imgur.com/m9IMH8r.png Other than that I see lots of image not found errors and considering you have problems with debug off there is most likely you have some server issues, check your server logs. -
you may have some resources not being loaded through SSL, check the browser's inspect tools->console for such errors.
-
[SOLVED] problem backend after update 1.7.3.1 to 1.7.6.1
Rhobur replied to mir 's topic in Configuring and using PrestaShop
you seem to be missing the column filter_id from the cecf_admin_filter table for some reason; here you have attached the PS1.7.6.1 version of this table, you can import it instead of your current one. ps_admin_filter.sql -
extension Intl n'est pas chargée
Rhobur replied to medel86 's topic in Installing PrestaShop for the first time
You need access to server to install the php7.X-intl extension (where X stands for your php7 minor version). Either that or contact your hosting to install it for you. -
I suppose you tested with several browsers and you don't have Cloudflare or similar to cache things. So, no JS errors in console and no frontend errors with debug activated?
-
It clearly has a problem with JSON data sent by a module probably. Disable the JS caching in backoffice so there may be a more explanatory JS file name. Anyway, you'll have to dig into that JS file at that specific line and debug to find out which module has this issue.
-
Error 500 with vendor after updating to 1.7.6.1
Rhobur replied to Vivianagr 's topic in Addons, modules and themes developers
Delete the vendor directory completely and upload the vendor from the 1.7.6.1 archive. -
Check the console tab of the browser's inspect tools and see what javascript errors are there.
-
you should replace your encrypted password from the employee table (using phpmyadmin) with another one, md5 encoded, made of your password+cookie_key string form app/config/parameters.php.
-
How can we retrieve newsletter addresses..?
Rhobur replied to Jhonmicky 's topic in Configuring and using PrestaShop
You mean there is no email list in the Advanced Parameters/Email backoffice section? -
Check if those 2 modules came with an override dir then rename all those files from the PS override dir, if they exist there too and are not used by other modules
-
Prestashop 1.7.6.1 Error 500
Rhobur replied to Voltass1906 's topic in Installing PrestaShop for the first time
Since the module is broken you should ask for support from its developers. Meanwhile if you don't have BO access to uninstall it, go by FTP/SSH to the modules directory and rename that module e.g from module_name to module_name.bad. Once done you'll get the site working again. If not check if the module comes with an override dir then rename all those files from the PS override dir, if they exist there too and are not used by other modules. -
Maintenance the forum, Monday 9th of September 2019
Rhobur replied to ttoine 's topic in PrestaShop news and releases
I wonder what Invision has to do with it? -
Got error after upload prestashop files
Rhobur replied to artes1 's topic in Installing PrestaShop for the first time
most likely these files do not exist there, try removing the vendor dir completely then importing it back from the PS archive (checking the permissions afterwards). -
PS on dedicated server permission problem
Rhobur replied to Jhonmicky 's topic in Installing PrestaShop for the first time
Shouldn't be that painful 😞 If you keep your PS files on an user directory, depending on the server's settings, you might want to add that user to the Apache's group (or nginx accordingly) then set up the perms as 0775 for dirs and 0664 for files. -
desigur, vezi aici https://zemez.io/prestashop/support/how-to/prestashop-1-6-manage-product-relations-crosssellers-accessories-products-category-2/ cum sa iti setezi produsele pentru acest modul.
-
CSV import & export files enquiry
Rhobur replied to WVW 's topic in Configuring and using PrestaShop
Yes, you can skip any column not marked with the "*" although if you skip the category for example. all your products will be assigned to the default Home category. As for a free module to populate your csv I am sorry, not aware of something like that. -
Personalizare produs
Rhobur replied to BroderiiTraditionale 's topic in Instalare, configurare şi upgrade
Nu stiu sa existe o setare BO pentru asta dar poti modifica tipul de camp pentru coloana name in ps_customization_field_lang din varchar in text. Poti face asta usor cu phpmyadmin. -
CSV import & export files enquiry
Rhobur replied to WVW 's topic in Configuring and using PrestaShop
You have to use the sample Products.csv and fill your products data in there. Mind that not all those columns are required so you can remove the columns you don't need from this sample file. The required columns have a star, "*", next to the column title. -
Need some help to migrate to fresh install
Rhobur replied to silviu_25 's topic in Upgrading PrestaShop from a previous version
I think, there are to many tables and relations between them to consider a manual upgrade so I'd advise you use a paid module for this. I see that some of my clients are successfully using, https://addons.prestashop.com/en/data-migration-backup/8934-migrationpro-prestashop-upgrade-and-migrate-tool.html
