php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64289 Bug in Searching Modules
Submitted: 2013-02-24 04:13 UTC Modified: 2013-03-05 08:51 UTC
From: matiunico at hotmail dot com Assigned:
Status: Not a bug Package: Translation problem
PHP Version: Irrelevant OS: Windows XP
Private report: No CVE-ID: None
 [2013-02-24 04:13 UTC] matiunico at hotmail dot com
Description:
------------
Hi, my "bug" is the next one, (sorry if i don't speak well, im learning english)
well, i have an ogame server, i put some mods in the server, but, i have a 
problem with the last plugin i have installed. What problem? 

Fatal error: Class 'ShowStatisticsPage' not found in 
/home/mb000331/public_html/ogamelat/testsv/game.php on line 148

That error, says that doesn't finds "ShowStaticsPage" class on line 148 of 
game.php, but lines 146 to 149

case'statistics':
        include_once(XGP_ROOT . 'includes/pages/class.ShowStatisticsPage.php');
        new ShowStatisticsPage($user);
    break;  

It's there, and the file class.ShowStaticsPage.php is in the folder pages...
So, i asked for a fix on the bugs report site of the developer, but they said 
that is a php bug, cause dosn't find a module, that is there...

Sorry if i dont explain well, i can do it on spanish, and sorry too if i don 
report well, im new on dis, hope you can understand.

Test script:
---------------
case'statistics':
        include_once(XGP_ROOT . 'includes/pages/class.ShowStatisticsPage.php');
        new ShowStatisticsPage($user);
    break;  



Fatal error: Class 'ShowStatisticsPage' not found in /home/mb000331/public_html/ogamelat/testsv/game.php on line 148



Expected result:
----------------
I expect that the bug fix... lol


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-03-05 08:51 UTC] yannick@php.net
-Status: Open +Status: Not a bug
 [2013-03-05 08:51 UTC] yannick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 10:01:28 2024 UTC