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!
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 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 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
I am looking for a function in php that allows throwing IP into the same server.
This is how I should throw their ip into the page, so I will hear what function devices that can locate the people's ip?
Are you looking for the remote client address?
echo $_SERVER['REMOTE_ADDR'];
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.
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
How can I save each photoset to a folder on my server where the the name of the folder would be the title of the photoset.
Take a look at PHPFlickr. It makes it easy to interface to the Flickr API.