Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

Fatal error after update to Joomla 3.8.1
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Fatal error after update to Joomla 3.8.1

Fatal error after update to Joomla 3.8.1 6 years, 6 months ago #34574

Hi,
I updated to joomla 3.8.1 and my web page appears Fatal error: Warning: require_once(/home/www/elektrahrob.cz/subdomeny/dev/libraries/joomla/document/html/renderer/head.php): failed to open stream: No such file or directory in /home/www/elektrahrob.cz/subdomeny/dev/templates/sj_thecool/error.php on line 44

Fatal error: require_once(): Failed opening required '/home/www/elektrahrob.cz/subdomeny/dev/libraries/joomla/document/html/renderer/head.php' (include_path='.:/usr/share/php') in /home/www/elektrahrob.cz/subdomeny/dev/templates/sj_thecool/error.php on line 44

Could you help me?
Last Edit: 6 years, 6 months ago by TomasZmuda.

Re: Fatal error after update to Joomla 3.8.1 6 years, 6 months ago #34583

Dear TomasZmuda

please refer our blog here: www.smartaddons.com/blog/how-to-fix-bugs-when-update-sj-templates-to-joomla-38
to fix this issue go to file templates\sj_thecool\error.php
and find:

require_once(JPATH_LIBRARIES.'/joomla/document/html/renderer/head.php');

=> change to

require_once(JPATH_LIBRARIES.'/src/document/renderer/html/HeadRenderer.php');

thanks

Re: Fatal error after update to Joomla 3.8.1 6 years, 6 months ago #34605

Hi, thank you, I removed line 44, as is written on posted link. Now I'm getting another error: Serialization of 'SimpleXMLElement' is not allowed
see dev.elektrahrob.cz/

Re: Fatal error after update to Joomla 3.8.1 6 years, 6 months ago #34611

Dear TomasZmuda

To fix this issue, please go to modules\mod_sj_contact_ajax\mod_sj_contact_ajax.php find code:

$layout = $params->get('layout', 'default');
$cacheid = md5(serialize(array($layout, $module->id)));
$cacheparams = new stdClass;
$cacheparams->cachemode = 'id';
$cacheparams->class = 'ContactAjax';
$cacheparams->method = 'getList';
$cacheparams->methodparams = $params;
$cacheparams->modeparams = $cacheid;
$list = JModuleHelper::moduleCache($module, $params, $cacheparams);

=> edit to:

$layout = $params->get('layout', 'default');
$list = ContactAjax::getList($params);


or

$layout = $params->get('layout', 'default');
$list = ContactAjax::getList($params, $module->id);

thanks

Re: Fatal error after update to Joomla 3.8.1 6 years, 6 months ago #34616

Hi, thank you very much, now the forst page is working with some notices, but main page dev.elektrahrob.cz/index.php/domu/elektra-hrob lost most of css styles. It's propably after update to Helix 2.3. Any solution, please?

Thank you!

Re: Fatal error after update to Joomla 3.8.1 6 years, 6 months ago #34624

Dear TomasZmuda

We have not check our template with Helix 2.3, did you backup your site. please use the old version before that.

thanks
  • Page:
  • 1
Time to create page: 0.30 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes