Fatal error: Class 'PHPExcel_Reader_Excel2007' not found in codeigniter - codeigniter

I am beginner person in codeigniter.
I have face one error in PHPExcel. can anyone tell me how to fixed it.?
Fatal error: Class 'PHPExcel_Reader_Excel2007' not found in PHPExcel IOFactory.php on line 171
Thanks

Related

Not able to add products on magento HTTP ERROR 500

Getting error on my magento website.
HTTP ERROR 500 on adding products.
Attached my error log files.
[16-Feb-2017 09:19:24 UTC] PHP Fatal error: Call to a member function getResourceCollection() on a non-object in /home/allinoll/public_html/smnutritions.com/includes/src/Mage_Catalog_Model_Product_Attribute_Source_Countryofmanufacture.php on line 48
Issues Fixed. I just deleted all the files from includes except config.php and htaccess and now its working perfectly even performance also improved.

Fatal error: Call to undefined method DOMPDF::loadHtml() i

I'm trying out DOMPDF and include this file as instructed: dompdf_config.inc.php. But when I go to the page, I get a fatal error, as in the title. It appears the file with classes isn't be loaded or something is going on. Any suggestions?
Since you're using 0.6.x (based on the presence of the dompdf_config.inc.php file) the correct method is $dompdf->load_html(); [wiki].

PrestaShop Smarty fatal error

I am really new to PrestaShop and am facing trouble debugging an error in PrestaShop 1.6.1.3
It was working just fine, until I have changed some localization and delivery settings in admin panel.
Now, whenever I make an order, and try to proceed with bank wire payment, I receive the following error:
Fatal error: Call to undefined method Tools::getInvoiceProductName() in /home/makede/domains/manokede.lt/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code on line 36
Any help or guidance for how to solve it or at least debug deeper is much appreciated.
by default class Tools have no method called getInvoiceProductName in Presta, if you added this line (where method called), just comment/delete it
Can you please try clearing your cache and then check again?

Magento getReadConnection() Error in /app/code/core/Mage/Core/Model/Resource/Db/Collection/Abstract.php on line 134

There is an error suddenly started popping up. The error occurs on various part of website like cart area, product detail page etc..
I am running my site on local server.
the error is as follows:
Fatal error: Call to a member function getReadConnection() on boolean in app/code/core/Mage/Core/Model/Resource/Db/Collection/Abstract.php on line 134
I have googled the issue but that didn't helped either.
You have to define the class and the resource model. Please check this link. I hope solve your problem.

Magento Cash on Delivery success page throwing error after upgarding to 1.9.2

After upgrading to magento 1.9.2 and also updating the theme, when I was checking the payment option after i selected the cashondelivery payment option and clicked on place an order got a message that "Your order has been received.
Thank you for your purchase!" but below that page I got this error -
Fatal error: Call to a member function loadByIncrementId() on a non-object in /public_html/app/design/frontend/theme/default/template/checkout/success.phtml on line 87
Could someone please help me to resolve this issue?
I debugged success.phtml and found that the google conversion tracking code was causing the error. I removed it and the error is not coming up anymore.
I debugged checkout/success.phtml and found that the some useless code for send order mail which not found helper class so I found fatal error. I removed it and the error is not coming up anymore.

Resources