-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration Setting not showing after manual installation #36
Comments
Can you check to see if this file exist https://github.com/magepal/magento2-gmailsmtpapp/blob/master/Block/Adminhtml/System/Config/Version.php If manually installed, should be in |
@srenon Yes is there and is exactly the file that you mention < Magentohome >/app/code/MagePal/GmailSmtpApp/Block/Adminhtml/System/Config/Version where < Magentohome > in my case is /Applications/MAMP/htdocs/magento2 |
What mode are you running magento in? see app/etc/env.php
|
'MAGE_MODE' => 'default', |
Just re-deply the module in developer mode and below you can find the stack trace. It is generated when I try to enter in Stores -> Configuration -> Advanced -> System -> 2 exception(s): Exception #0 (Magento\Framework\Exception\LocalizedException): Invalid block type: MagePal\GmailSmtpApp\Block\Adminhtml\System\Config\Version Exception #1 (ReflectionException): Class MagePal\GmailSmtpApp\Block\Adminhtml\System\Config\Version does not exist |
I am having the same issue. I have verified that the file exists and has the correct content. |
@caseybarsness .... What version of magento2.x, php, and OS are you using? |
Dears,
I am trying to install this extension following the instruction in a Mac using MAMP php7 and magento 2.1
the installation is successful and the module is in config.php
if I go to tores -> Configuration -> Advanced -> System ->
All i can see is just the following blank page
[2016-11-28 12:32:35] main.CRITICAL: Class MagePal\GmailSmtpApp\Block\Adminhtml\System\Config\Version does not exist [] []
[2016-11-28 12:32:35] main.CRITICAL: Invalid block type: MagePal\GmailSmtpApp\Block\Adminhtml\System\Config\Version [] []
Am I missing something?
The text was updated successfully, but these errors were encountered: