Hi,
I've just upgraded Joomla to 3.6.2 which is the latest version. However, "custom code" doesn't work after this.
I mean, "redirect" function doesn't work after clicking on "submit". After clicking on submit button, then it is supposed to be redirected to top page in 4 seconds. It worked before upgrading. Do you have any ideas?
Here is the script.
<?php
$doc = JFactory::getDocument();
$doc->setMetaData('refresh', '4;url=http://www.photo-life.net/index.php', 'true');
?>
I've just upgraded Joomla to 3.6.2 which is the latest version. However, "custom code" doesn't work after this.
I mean, "redirect" function doesn't work after clicking on "submit". After clicking on submit button, then it is supposed to be redirected to top page in 4 seconds. It worked before upgrading. Do you have any ideas?
Here is the script.
<?php
$doc = JFactory::getDocument();
$doc->setMetaData('refresh', '4;url=http://www.photo-life.net/index.php', 'true');
?>