Uncaught PHP Exception "Unknown handler dfs" in eZ Publish - php

I'm getting following error in my eZpublish application while fetching the content using:
$wrapper->content->getFieldValue('short_name', $currentLanguage)->text;
Error:
CRITICAL - Uncaught PHP Exception Symfony\Component\Config\Definition\Exception\InvalidConfigurationException: "Unknown handler dfs" at /var/www/application/releases/v1/wwwroot/vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishIOBundle/ApiLoader/HandlerFactory.php line 39.
Is there any way to solve this issue.
Thanks in advance.

Related

Fatal Error in Prestashop

I'm editing a template in prestashop for one of clients.
I found an error while trying to add a new product from the backend:
"(500 Internal Server Error)A server error occurred while loading the tabs: some tabs could not be loaded.Please try again by refreshing the page.If you are still encountering this problem, please check your server logs or contact your hosting provider for assistance."
After enabling _PS_MODE_DEV_ to TRUE it gives this error on the "SEO" and "Associations" tabs: Fatal error: Uncaught --> Smarty: unable to write file C:\xampp\htdocs\relaxme/cache/smarty/compile\95\2b\9c\952b9c1156e995ab664f7186cc0ebddf6ecae0c7.file.header.tpl.php <-- thrown in C:\xampp\htdocs\relaxme\tools\smarty\sysplugins\smarty_internal_write_file.php on line 74
and this one in "Quantities" and "Combinations"
Fatal error: Uncaught --> Smarty: unable to write file C:\xampp\htdocs\relaxme/cache/smarty/compile\c5\0f\a1\c50fa17a01bbceed324628ae8fe2b71d5e76786a.file.page_header_toolbar.tpl.php <-- thrown in C:\xampp\htdocs\relaxme\tools\smarty\sysplugins\smarty_internal_write_file.php on line 74
How can I solve this?

Why is this error happening? Class 'FPDF' not found -- typo3-flow

The error happens when warming up caches and is in full:
PHP Fatal error: Class 'FPDF' not found in /home/shop/public_html/releases/20150122171219/Packages/Sites/Mystuff.ModelSite/Classes/Mystuff/ModelSite/Service/InvoiceService.php on line 14
Uncaught Exception
Execution of subprocess failed with exit code 255 without any further
output. (Please check your PHP error log for possible Fatal errors)
More Information
Exception code #1355480641
File /home/shop/public_html/releases/20150122171219/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Scripts.php line 531
Exception reference #201504011936306ce58c
I've seen this error before and got around it but can't for the life of me remember how nor can I find the notes I'm sure I made about it. Driving me crazy. What is weird is that the live server gets this error but not my dev server, which is a copy of the live one. The fpdf.php is there.
Thanks

Google_ServiceException while using Mirror api php sdk

I'm getting errors while running Google Glass quick starter PHP project using Mirror API. I've seen a similar question in the forum but in my case i've enabled the Mirror api in the Google API console. We are working in a group using a new Gmail account(that aptly describes our group) which has been tied up to our Glass very recently.
In the error log it says:
Uncaught exception 'Google_ServiceException' with message 'Error calling GET
https://www.googleapis.com/mirror/v1/timeline?maxResults=3&key=xxxxxxxxxxx: (403)
Access Not Configured'
Any help in this regard would be very much appreciated.
Thanking the experts in advance.
The complete error log:
PHP Fatal error: Uncaught exception 'Google_ServiceException' with message 'Error calling GET https://www.googleapis.com/mirror/v1/timeline?maxResults=3&key=xxxxxxxxxxxxxx: (403) Access Not Configured' in /var/www/mirror-quickstart-php/google-api-php-client/src/io/Google_REST.php:66\nStack trace:\n#0 /var/www/mirror-quickstart-php/google-api-php-client/src/io/Google_REST.php(36): Google_REST::decodeHttpResponse(Object(Google_HttpRequest))\n#1 /var/www/mirror-quickstart-php/google-api-php-client/src/service/Google_ServiceResource.php(186): Google_REST::execute(Object(Google_HttpRequest))\n#2 /var/www/mirror-quickstart-php/google-api-php-client/src/contrib/Google_MirrorService.php(434): Google_ServiceResource->__call('list', Array)\n#3 /var/www/mirror-quickstart-php/index.php(142): google_TimelineServiceResource->listTimeline(Array)\n#4 {main}\n thrown in /var/www/mirror-quickstart-php/google-api-php-client/src/io/Google_REST.php on line 66
And in the index.php line 142 shows:
//Load cool stuff to show them.
$timeline = $mirror_service->timeline->listTimeline(array('maxResults'=>'3'));

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!

PHP Fatal error: Uncaught exception 'Zend_Mail_Protocol_Exception' with message '501 <>: missing or malformed local part

Hi guys all of a sudden I'm getting this error in my Zend program where I am trying to send an email. I have no idea whats wrong here :(
PHP Fatal error: Uncaught exception 'Zend_Mail_Protocol_Exception' with message '501 <>: missing or malformed local part
It was working fine till a few days back...
Could it be you have invalid local part of domain? like myapp.localhost?

Categories