Exception in Magento 1.5.0.1 - php

I get an error message in the bottom of the page :
Fatal error: Uncaught exception 'Exception' with message
'Serialization of 'Mage_Core_Model_Layout_Element' is not allowed' in
[no active file]:0 Stack trace: #0 {main} thrown in [no active file]
on line 0
Problem is i don't get any file or line number.
Have you seen this before? Where can I start to fix it?
I searched on google and found this answer but the response is not valid in my case. Didn't find any other response, probably because of large number of websites that display this error.

http://magentophp.blogspot.com/2011/02/magento-enterprise-full-page-caching.html
This might clarify the Magento Full caching
Regards Bernd

Related

Magento 2 crash after changing to dev mode

Need help for telling me what that error is so I will have an idea what to do or if someone can tell me way to fix it.
This is the error I am getting when switching to developer mode and website crashing.
PHP Fatal error: Uncaught Magento\Framework\Exception\LocalizedException: Invalid Document
Element 'config', attribute 'xsi:noNamespaceSchemaLocation': The attribute 'xsi:noNamespaceSchemaLocation' is not allowed.
Line: 2
in /home/software/public_html/vendor/magento/framework/Config/Reader/Filesystem.php:160
Stack trace:
#0 /home/software/public_html/vendor/magento/framework/Config/Reader/Filesystem.php(127): Magento\Framework\Config\Reader\Filesystem->_readFiles(Object(Magento\Framework\Config\FileIterator))
#1 /home/software/public_html/vendor/magento/framework/App/ObjectManager/ConfigLoader.php(69): Magento\Framework\Config\Reader\Filesystem->read('global')
#2 /home/software/public_html/vendor/magento/framework/App/ObjectManager/Environment/Developer.php(77): Magento\Framework\App\ObjectManager\ConfigLoader->load('global')
#3 /home/software/public_html/vendor/magento/framework/App/ObjectManagerFactory.php(194): Magento\Framework\App\ObjectManager\Environment\Developer->configureObjectManager(Object(Magento\Framework\Inte in /home/software/public_html/vendor/magento/framework/Config/Reader/Filesystem.php on line 160

Fatal Error on website

I had to upgrade our website Open Cart from 1.5.5.1 to 2.0.1.1 because our hosting company decided to upgrade the PHP. Now the website does not work anymore and gives a fatal error. I don't understand anything from this fatal error code:
Fatal error: Uncaught exception 'Exception' with message 'error_theme_option_file_lost' in /public/sites/www.hippehangmatten.nl/catalog/model/kuler/cp.php:40
Stack trace:
#0 /public/sites/www.hippehangmatten.nl/system/modification/catalog/controller/module/kuler_cp.php(2157): ModelKulerCp->loadThemeOptions(NULL)
#1 /public/sites/www.hippehangmatten.nl/system/modification/catalog/controller/module/kuler_cp.php(2966): Kuler->processStyles()
#2 /public/sites/www.hippehangmatten.nl/system/modification/system/library/response.php(63): Kuler->processOutput('...')
#3 /public/sites/www.hippehangmatten.nl/index.php(266): Response->output()
#4 {main} thrown in /public/sites/www.hippehangmatten.nl/catalog/model/kuler/cp.php on line 40
I hope that somebody can help me to fix this problem. The designer of this theme ended their company, so I am not able to reach out to them.

PHP Shopify Fatal error: Uncaught exception 'ShopifyClientCurlException' with message 'SSL connection timeout'

Just starting out with shopfiy and this is my first ever stack post!
I'm trying to setup Sandeeps Shetty's "Simple Shopify API client in PHP" found here:
https://github.com/sandeepshetty/shopify_client
I keep seeing the following error in my logs (i've removed full paths and api creds):
PHP Fatal error: Uncaught exception 'ShopifyClientCurlException' with
message 'SSL connection timeout' in
shopify_client/shopify_client.php:67\nStack trace:\n#0
shopwriters/shopify_client/shopify_client.php(36): shopify_api('POST',
'https://baumbac...', NULL, Array)\n#1
/home/matt/public_html/projects/shopwriters/public_html/index.php(20):
oauth_access_token('shopurl...', 'xxx...', 'xxx...', 'xxx...')\n#2
{main}\n thrown in shopify_client/shopify_client.php on line 67
Anyone had a similar issue? I'm on Ubuntu 12.04.
The fix for this problem was adding:
CURLOPT_SSLVERSION => 3
to wcurl.php in the $default_curl_opts array.
Thanks to all who helped out!

Google Api Oath Exception Issues

I am newer to the Google Plus Api, but I have followed each and every rule to integrate G-Plus API in my WEB. But every time I get stuck at the issue:
Fatal error: Uncaught exception 'apiAuthException' with message 'Error refreshing the OAuth2 token, message: ''' in C:\AppServ\www\googleplus-source\google-api-php-client\src\auth\apiOAuth2.php:203
Stack trace:
#0 C:\AppServ\www\googleplus-source\google-api-php-client\src\io\apiCurlIO.php(51): apiOAuth2->sign(Object(apiHttpRequest))
#1 C:\AppServ\www\googleplus-source\google-api-php-client\src\io\apiREST.php(55): apiCurlIO->authenticatedRequest(Object(apiHttpRequest))
#2 C:\AppServ\www\googleplus-source\google-api-php-client\src\service\apiServiceResource.php(148): apiREST::execute(Object(apiServiceRequest))
#3 C:\AppServ\www\googleplus-source\google-api-php-client\src\contrib\apiPlusService.php(204): apiServiceResource->__call('get', Array)
#4 C:\AppServ\www\googleplus-source\google-plus-access.php(40): PeopleServiceResource->get('me')
#5 C:\AppServ\www\googleplus-source\index.php(2): include_once('C:\AppServ\www\...')
#6 {main} thrown in C:\AppServ\www\googleplus-source\google-api-php-client\src\auth\apiOAuth2.php on line 203
What could be the reason for this error?
What could be the reason for this error?
The reason for this error (a Fatal error) is given in the error message: Uncaught exception. That means an exception­Docs has been thrown and was not caught. This results in a fatal error.
Most likely in your case, the root cause of the problem highlighted in the exception message is misconfiguration and/or wrong API usage. As you have not posted any code in your question, you should read the API documentation first and double check your usage of the API and it's configuration.

Bosh Error Message in Debian server

HI, I have a debian server.
I am using xmpphp library for bot development.
When i create a bot using xmpp file its working fine but when i try to use bosh it generates a fatal error.
Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /var/www/testlib/XMPPHP/BOSH.php:75
Stack trace:
0 /var/www/testlib/XMPPHP/BOSH.php(75): SimpleXMLElement->__construct('')
1 /var/www/testlib/index.php(14): XMPPHP_BOSH->connect('myserver')
2 {main}
thrown in /var/www/testlib/XMPPHP/BOSH.php on line 75
Please help me on this
Thanks
Not sure but could it be related to this known bug:
http://bugs.php.net/bug.php?id=42682

Categories