Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Fatal error: Cannot redeclare class JModuleHelper in D:\xampp\htdocs\joomla\plugins\system\jat3\core\jo omla\modulehelper.php on line 30
Plzz... Help
You probably need to update your template and T3-plugin.
See this post by Joomla Art.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 days ago.
Improve this question
$this->chat = new ChatFormatter;
$ev->setFormatter($this->chat::format($p->getName(), "test"));
Error: [23:39:12.370] [Server thread/CRITICAL]: Error: "Cannot instantiate interface pocketmine\player\chat\ChatFormatter"
I'm curious about the solution!
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 days ago.
Improve this question
Undefined function 'bloginfo'.intelephense(1010)
I'm facing this error in my code. pls assist
Undefined function 'bloginfo'.intelephense(1010)
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 days ago.
Improve this question
enter image description here this is the scenario of error
How can I solve this error
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I had a very important question
How do you get HTTP_AF_REMOTE_ADDR
What code and what version?
Run
echo $_SERVER['HTTP_AF_REMOTE_ADDR'];
error
Undefined index: HTTP_AF_REMOTE_ADDR -- at line 1
{
answered me;
my server limit
}
Many options:
$_SERVER['HTTP_AF_REMOTE_ADDR'];
filter_input(INPUT_SERVER, 'HTTP_AF_REMOTE_ADDR');
Second is preferable.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i have this following line of code
$xml = new SimpleXMLElemenet($content);
but im getting this error
Fatal error: Class 'SimpleXMLElemenet' not found in
I have checked phpinfo and simpleXML is enabled.
Any ideas in how to fix this?
thanks
Spell "Element" correctly. It only has 7 letters in it.