matmatoo Posted October 9, 2012 Share Posted October 9, 2012 Hi there, Is anyone able to help me make sense of these errors with my bankwire module: Warning: include(/home/felixclo/public_html/store/modules/bankwire/../../header.php) [function.include]: failed to open stream: No such file or directory in /home/felixclo/public_html/store/modules/bankwire/payment.php on line 32 Warning: include() [function.include]: Failed opening '/home/felixclo/public_html/store/modules/bankwire/../../header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in/home/felixclo/public_html/store/modules/bankwire/payment.php on line 32 Fatal error: Call to a member function isLogged() on a non-object in /home/felixclo/public_html/store/modules/bankwire/payment.php on line 35 This is URGENT and I need to get this fixed immediately, please help me!!! Thank you Link to comment Share on other sites More sharing options...
Erikku Posted October 9, 2012 Share Posted October 9, 2012 Have you checked what your first warning is saying? Link to comment Share on other sites More sharing options...
prestanesia Posted October 17, 2012 Share Posted October 17, 2012 pls check header.php, does it missing one line ($controller->displayHeader();) ? the content of the file should be $controller = new FrontController();if (Tools::usingSecureMode())$useSSL = $controller->ssl = true;$controller->displayHeader(); Link to comment Share on other sites More sharing options...
Recommended Posts