I am working with Prestashop 1.7.1.2. I want to modify profile permissions but they are locked (I am superAdmin)
How can I unlock it?
This a currently known bug in Prestashop. Restore you database table called 'ps_access' and you should be fine.
Related
I'm using Strapi Admin Panel Version 3.6.8, and after deployment some of the Content Types and Single Types disappeared from the Panel. I've been trying to debug this issue for weeks now and the thing that most of the people who faced the same issue suggested is deleting an entry in the database of the panel named plugin_content-manager_schema in the core_store table and restarting the app. I've tried to find this entry in my database but no such entry exists.
All of my content exists normally in the database and also in the app root folders.
Did anyone face the same issue and managed to successfully debug, understand the causes and fix it?
I accidentally installed a more recent component of J2XML designed for Joomla 3 into my J2.5 site... and now I have no idea how to remove it. The only Admin page that works is the main Admin page... all the other admin pages are blank... I'm assuming it's logging the error somewhere, but I have no idea where that would be.
Can I manually remove the extension/module? What database tables should i remove?
I have already removed the folder of files, but I'm not familiar enough with the Joomla db structure to know what damage has been caused.
And in this case, backups have failed me.
you should able to look at _components table and remove J2XML entry so it doesn't show in administrator panel
I'm developing a Magento store and there is a guy that manages the store, we were transferring the store to another domain but the old one was with all products.
The guy went in advanced configurations and disabled all modules in the old Magento installation, even the Mage ones and now the initial page is white and the admin is too, what could I do to solve this problem?
The version of Magento is 1.9.1.1.
So, he disabled all the Mage modules, including REMOVE ENGINE ie Mage Core?
Hmm...
Ok, here's what you do.
Use phpMyAdmin to open core_config_data, sort table by path and look for all the paths beginning with advanced/modules_disable_output/Mage_ and change the value from 1 to 0
Then delete all the mage--? subfolders in var/cache/ so Magento is forced to reload the configuration data out of the core_config_data table.
This should put your engine back in so the old jalopy will run.
I cannot find the theme option in the preference menu bar (see the picture). PrestaShop version - 1.6.0.5
I installed a new theme but now I want to switch back to my default but I couldn't find any way to do it.
https://www.dropbox.com/s/eho6yz5e8ynz5c3/Screen%20Shot%202015-04-05%20at%202.35.44%20pm.png?dl=0
I think you are not logged in as super admin and you don't have permission to view themes with your current profile. You can check your profile in Administration->Employees. And you can check your permission in "Administration->Permission".
If you do not have permission then contact your super admin and ask to give you permission to make changes theme section.
If you are already a super admin. And still you don't see it,Then try following things.
1) Then try renaming the new theme from themes folder directory.
2) If you have access to database goto ps_shop table and change 'id_theme' to 1.
I have a Magento ecommerce created with "Add2Cart" (www.add2cart.com). I tried to install a new theme from ThemeForest bought but I had problems in the installation.
I followed step by step installation guide but apparently does not work. In the backend of magento are not at all or the name of the home page of the new theme or any new options related to the same topic. The version of Magento is 1.7.
What could be the problem? What am I wrong?
It's possible that this platform "Add2Cart" is not compatible with some particular topic?
It's possible that there are restrictions on file permissions in ftp?
I've never had to do so I do not know !!
Here are the steps I follow the guide to install the new theme:
Log out from Magento admin panel
Using your FTP client (like FileZilla) go to your Magento root directory (it is the
directory on your server where Magento is installed). Clear the store cache in
var/cache directory (delete all the files inside). Do not delete var/cache folder! It's
necessary since Magento uses cache heavily.
Next, delete all cookies for your store domain in your web browser. All these steps
will eliminate most of potential problems.
Navigate inside Theme directory. Using your FTP client upload content of Theme
directory to your Magento root directory.
That's all. Now you can log in to Magento admin panel to enable and configure your
new Magento theme.
If you can help I would be grateful. Thanks.