Forum
Welcome, Guest
Please Login to access forum.
Re:wrap with tag fatal error (1 viewing) 
Go to bottom
TOPIC: Re:wrap with tag fatal error
#7916
authentic.it
Fresh Boarder
Posts: 0
User Offline
Re:wrap with tag fatal error Karma: 0  
Thanks for the pointer, John.



I’ve turned off all modules within the responsivizer template.



It looks like an issue with the existing site template.



This is the error message I see in the Joomla error log:



[12-Feb-2019 05:55:06 UTC] PHP Fatal error: Call to undefined function wrap_with_tag() in /home/lovefinder/public_html/templates/theme1568/html/com_content/category/category.php on line 23



When I query that file I see this code:



Code:

<?php echo wrap_with_tag(wrap_with_span($this->escape($this->params->get('page_heading'))), $template->params->get('categoryPageHeading')); ?>
That’s where the wrap_with_tag function is called. I’ve deleted that one line of code to see what the impact would be to the site and there appears to be no impact. Once that line of code was deleted, the device emulator and phone browser started working. I’ll make a note of the changes in case I need them in the future. Thanks again for your assistance. Seemed to have found a way forward. Regards, Campbell
 
Logged Logged  
  The administrator has disabled public write access.
      Topics Author
    thread link
wrap with tag fatal error
Campbell
    thread link
thread linkthread link Re:wrap with tag fatal error
John Dagelmore
    thread link
thread linkthread linkthread link Re:wrap with tag fatal error
Campbell
Go to top