Magento Braintree Install Errors - magento

Have just installed Braintree extension - keep getting these errors..
Fatal error: Class 'Braintree_Payments_Helper_Data' not found in
/home/my-dir/public_html/app/Mage.php on line 547
Fatal error: Class 'Mage' not found in
/home/my-dir/public_html/includes/src/Mage_Core_functions.php on line
244
Fatal error: Class 'Mage' not found in
/home/my-dir/public_html/includes/src/Mage_Core_Model_Resource_Session.php
on line 108
It happens on the system - Configuration page - SALES - PAYMENT METHODS Tab
Looks like it cant find files from install - Have Braintree support looking at also but no suggestions as yet..
I think it maybe another extension causing conflict.. I have uninstalled & reinstalled a few times & reset cache.. but still not working

It seems you have enabled compilation and installed the extension.
Go in Admin
System>Tools>Compilation , disable it and try.

Related

Trying to problem solve "Fatal Errors" and "No Such File or Directory"

I'm at a total loss here.
All I am trying to do is clone a Laravel Project onto my local mac machine and I've probably spent 10 - 12 hours on this and I keep getting the same errors over and over.
I've tried Homestead, MAMP and now I am on Valet.
I can load the app but all the links are broken so the CSS and JS don't load.
After I clone (via bitbucket) the project I hit the test site on my machine and I get this error:
Warning: require(/Users/henry/sites/nestdb2017/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /Users/henry/sites/nestdb2017/bootstrap/autoload.php on line 17
Fatal error: require(): Failed opening required '/Users/henry/sites/nestdb2017/bootstrap/../vendor/autoload.php' (include_path='.:/usr/local/Cellar/php/7.3.9_1/share/php/pear') in /Users/henry/sites/nestdb2017/bootstrap/autoload.php on line 17
The next thing I do is I try to install the missing vendor files by doing this:
composer update --no-scripts
which then throw the broken links.
Literally I'm going to have to throw the towel in here...
It's unbelievable how hard this is.
Is it because the source files are corrupt in the first instance??
Try
composer install
php artisan clear-compiled
Then
composer dumpautoload
Tell us the results.

Joomla: Blank site when uninstall a component

I have installed AdvancedModuleManager while trying to assign modules to certain pages. However It did not work as I wanted and when I tried to uninstall it from the Administration panel - the website gone blank.
Both /administrator/ and front end are blank.
Any ideas how to fix it?
[22-Apr-2016 21:25:36 Europe/Sofia] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/public_html/libraries/regularlabs/helpers/functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/public_html/plugins/system/sourcerer/sourcerer.php on line 41
The problem was that I have installed another Plugin called "Sourcerer".
Both "Sourcerer" and "Advanced module Manager" are made from "Regular Labs" and when I uninstalled the AMM I also uninstalled their common component called Regular Labs Library...
Installed it again and everything was fine

Drupal picture module uninstall

I cannot uninstall the drupal picture module.
I disabled the module at Admin > Modules
Went to Admin > Modules > Uninstall. I ticked the checkbox and try to uninstall.
I am getting that error when trying to unistall it.
Fatal error: Call to undefined function file_type_load_all() in /www/htdocs/liyago.com/sites/all/modules/picture/picture.install on line 91
Is there any other way to unistall it.
Thanks a lot.
You should try to apply patch #4 from the corresponding issue: https://www.drupal.org/node/2604628 and then uninstall the module.

Magento 1.9.2.1 (after upgrade): Fatal error by saving product

I did upgrade on my Magento shop from 1.8.1 to 1.9.2.1 - almost everything worked well. Only saving products ends with a fatal error:
Fatal error: Call to undefined method Mage_Sales_Model_Resource_Quote::markQuotesRecollectByAffectedProduct() in /usr/share/nginx/www/magento/app/code/core/Mage/Sales/Model/Observer.php on line 135
The function is definitely there under /app/code/core/Mage/Sales/Model/Resource/Quote.php
On the server is nginx 1.4.6 with PHP 5.5.9 and MySQL 5.5.44
/var/cache/* and /var/session/* was cleared
cache is also disabled
I did also reindex
any ideas?
Thanks in advance!
Damian
For those who might have this problem again:
Magento uses an override of core files in local folder, and also in
community. So have a look at these folders also even if you called a
Mage class.

Cant install extension on Joomla 3.1

I am running joomla on IIS 7.5 and MSSQL, everything seems to be working just fine, but when I install JCE Eqitor from the admin panel it times out and when i check the logs for error this is what i got:
PHP Notice: Undefined index: cache_entries in
D:\Joomlawebsite\libraries\joomla\cache\storage\wincache.php on line
147
PHP Warning: Invalid argument supplied for foreach() in
D:\Joomlawebsite\libraries\joomla\cache\storage\wincache.php on line
150
I have IUSR permission as well.
Try to completely uninstall extension
http://www.inmotionhosting.com/support/edu/joomla-25/extensions/uninstall-extension
also modules and plugins if extension have.
Try to clear your site cache.
Go to global configration and check your site all folder's has writable permission.
try to install again with jce installation doc. http://www.joomlacontenteditor.net/support/installation/editor/item/install-or-update-the-jce-editor-in-joomla3

Resources