After upgrade magento 2.1.0 to 2.2.1 product export not working - magento2.2

After upgrade magento 2.1.0 to 2.2.1 product export redirect to dashboard.
Click on System > Export
then choose entity type Product and then scroll and click on continue.
Its redirect to dashboard.

Root cause of the issue: Usage of deprecated config setting.
You may be having config value in core_config_data table for modules output restrictions. This functionality was deprecated in 2.2.0 and the config menu system -> advanced -> advanced was removed.
However the logic for processing existing settings was preserved. It should be removed in future releases of Magent. This is an issue with Core Magento
Since those options are deprecated and can be safely deleted. Below are the steps for the same:
1) Remove deprecated "modules_disable_output" values from core_config_data table:
DELETE FROM core_config_data WHERE path LIKE "advanced/modules_disable_output/%";
2) Clean config cache:
php bin/magento cache:clean config
Note: Please try this in your dev or staging environment before deploying to your production environment.

Related

Updated my Joomla backend to 3.8 from 3.4 mistakenly, now I cannot access back end

I updated my Joomla backend to 3.8 from 3.4 mistakenly, now I cannot access back end but can access cPanel front end, any ideas on how to solve this?
It's likely that one or more third party plugins or other extensions installed on your website are not Joomla 3.8 compatible yet.
I recommend the following:
Edit your configuration.php file via cPanel File Manager or similar and set $error_reporting = 'development'
browse the back-end of your website to check for any error messages that may give you a clue about which extensions are causing the error
temporarily disable the extension(s) that are causing the error(s) by using File Manager in cPanel or similar to rename the filename.php file to filename.php.old or similar
assuming you can now log in to the back-end, update third party extensions to the latest versions and set $error_reporting = 'none' in Global Configuration

Getting blank page when saving a product in magento

when i try to save an already existing product page magento gives me a blank page.
the memory_ limit is 256 M (core)
haven't done no recent updations and it was working fine.
I open get blank page in Magento in 2 cases bellow:
memory_limit is not enough
max_execution_time is not enough
I think you shoud check your php setting for max_execution_time
Go to System->Configuration
Then Enabled the log setting under Advanced->Developer->Log Setting
Then save product and then see the system.log file into
/var/www/html/magento/var/log
May help you
For enable error reporting
In Index page change the following:
error_reporting(E_ALL | E_STRICT);
to
error_reporting(E_ALL);
Set $_SERVER['MAGE_IS_DEVELOPER_MODE'] = true
and uncomment this line #ini_set('display_errors', 1);
In Errors folder rename "local.xml.sample" to local.xml.
hope this help.
Don't forget to set full access permissions (777) to the following folder: /var/log, since that is the place where those log files are stored.
UPDATE-1
to solve the issue please use the following steps:
Clean Magento cache, either using Flush Cache at System -> Configuration -> Cache Magement in Magento Backend or using Clean Cache button at Store settings in your Managing panel.
Disable Magento Compiler at the System -> Tools -> Compilation screen
One by one, disable recently installed modules at System -> Configuration > Advanced -> Advanced -> Disable Modules output and flush Magento cache after each operation.

Magento PayPal Express not showing

I have a pretty standard Magento installation (Magento ver. 1.7.0.2) and I have enabled PayPal Express settings (Including API username. password & Signature all filled in). I have set the default theme to blank so that it doesn't use any of my template files but the button is not showing on any pages (product, basket or checkout - These options are set to show in the admin).
So even with the default Magento theme non of the paypal buttons show up.
Anyone seen this before? Can anyone shed any light on this?
Thanks
edit p.s. Mage_Paypal & Mage_PaypalUk both enabled in Advanced.
its seems like you have enabled paypal with another configuration scope ..Not in Default configuration scope or may be you have disabled paypal exp in your current configuration scope. It will override Default configuration scope even you enabled in Default configuration scope. Make sure about this..
Just go to your database. open core_config_data table enable to view all datas with one page. Here you can see all your paypal configs. If you see any paypal configs with websites or something not like default in scope field then you have configured paypal for your current configuration scope.
Update :
consider your current config scope is website. In your core_config_data table set value to "1" for this payment/paypal_express/active for only the other config scopes (website) not the default. Just have a look at the following image. Then check again..It should be work now..!

Checkout button in Magento not working after I upgraded from 1.6 to 1.7. - Am I missing something?

The store works when I add an item, but when I click to checkout the link re-directs to the home page store. It’s the same when I click on Proceed to checkout. Before, I had the cache management disabled and now is enabled. Is this related or what could be causing this problem? Thanks so much for the help, with kind regards.
Try deleting all the cache files stored in the /var/cache folder in magento.
Using chrome console or firebug check to see if you have any JS error before redirecting
Check your web logs to see if you have any php errors on the checkout page
It's most likely to be a Javascript issue when the checkout button does not work. Remove your theme to fall back to the base theme then see if it works.
I fixed and these where the steps I took to make it work. However, before you do any of the following work disable your cache management:
Open Magento admin panel
Go to System>Cache Management
Check all Cache types and in the Actions box select refresh
Then select all Cache types and in the Actions box select disable
Also click Flush Magento Cache and Flush Cache Storage buttons
Now you are free to perform any changes to your store.
Now, if you upgraded and nothing works make sure that under:
System/Configuration -> Web – Default Pages /that your ‘Home page’ is listed under
‘CMS Home Page’. Also check:
System/Configuration -> Design – Packages /that your ‘Template’ is listed under
‘Current Package Name’. Otherwise default takes over.
Note: your template will still come up with all its features and buttons in your browser, even if no home page is setup; this is because of the previous version configuration.
If the ‘Home Page’ and ‘Template’ are not listed, add them and go into your File System and erase everything under ‘var/cache’ and ‘var/session’. Reload your home page: www.yourstore.com/magento/ it should work. After, all work is done enable your cache management.
Also, it’s good to check that your home page lands at the store, and to check - do the following:
Login to your Magento MySQL database.
Open the db [database_prefix] for your store.
Locate core_config_data.
Find the row with entry: 'web/unsecure/base_url' and 'web/secure/base_url' they should look like www.yourstore.com/magento/ or whatever you name your magento store file.

Magento module can't see in the admin panel after installation

I installed a module in my magento site. But after installation I cannot see it in the admin panel. Can anybody help me?
http://www.magentocommerce.com/magento-connect/simple-admin-payment.html
Go to System-> Cache management: Clear all caches.
Log out and go to System->Configuration-> Advanced: Check to see that module is in the list of installed modules.
I know this is answered, but here's another possible cause for anyone in the future finding this question.
It's possible that the store admin has set up user roles/permissions to only allow access to specific sections of the backend. I have installed modules and nearly gone crazy wondering why there are no backend config sections for the module, only to find out that the client has stripped some of my admin user's permissions.
So it's possible that some new modules will get installed without correct 'allow' rights for the currently logged in admin user.
Either set the roles/permissions to allow this, or if that isn't possible, you can find the config section's permissions in the database in the admin_rule table. Find the section you're trying to gain access to and change 'permission' from 'deny' to 'allow'.
Module install after fire setup upgrade command
php bin/magento setup:upgrade
After fire this command
php bin/magento setup:static-content:deploy
and check admin panel

Resources