[WEB/ADMIN] SpaceBukkit Beta 1.2 - Web Administration the awesome way!

Discussion in 'Bukkit Tools' started by SpaceCP, Feb 3, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    NeatMonster

    HereInPlainSight and maniacmusic like this.
  2. Offline

    NeatMonster

  3. Offline

    unv_annihlator

    I know you aren't a web developer but I'm getting the same issue as the gui HERE on you forums. I used the Install.sh Just wondering if you knew what the issue is, also does the Install.sh take care of the "AllowOverride"?

    -Anni
     
  4. Offline

    NeatMonster

    I'm afraid I can't help you with this issue.

    half_bit our moderator is more competent than me for anything panel related.
     
  5. Offline

    unv_annihlator

    Okay, well thank you anyways, I'll see if he can help me then. :)
     
  6. Offline

    greatman

  7. Offline

    NeatMonster

    You're welcome!
     
  8. Offline

    greatman

    How is the staff online counter works? I got my staff all oped but it doesn't get the counter up.
     
  9. Offline

    NeatMonster

    « That's people connected to the specific server (...) on the panel. » (Antariano)
     
  10. Offline

    greatman

    Oh alright. Could be nice if it would report players ingame also :p
     
  11. Offline

    NeatMonster

    Do you mean OPs? Regular players are already displayed.
     
  12. No it doesn't, and that's the problem ;)
    Apache tries to look for the real file install because the rewriteengine doesn't have permissions to well rewrite.
    You will need to edit the AllowOverride None inside the <Directory /var/www>-Tag to AllowOverride All and activate the rewrite module if necessary.
     
  13. Offline

    greatman

    Yeah like every OP on the server get displayed on that Staff counter on the dashboard. (If there's 3 ops online it would show 3 Staff online)
     
  14. Offline

    NeatMonster

    Post this suggestion on our forums.
     
  15. Offline

    unv_annihlator

    Okay and where is this file? (Sorry if that's a noob question just I don't do Web stuff lol) The server is running CentOS Apache2
     
  16. Offline

    Royal_Soda

    Finally a release! :)
     
  17. Offline

    SilencShadoW

    HEya Guys :)
    found 3 things ...

    1. I'm dump or is there no World delete button? If not, why?

    2. On Disable of a Plugin i got a Error and a kick for about 30 sec out of the Webpanel:

    Code:
    23:50:50 [INFO] [FoundBoxx v1.6.1.4] Disabled.
    23:50:56 [SEVERE] java.lang.NullPointerException
    23:50:56 [SEVERE]      at me.neatmonster.spaceapi.actions.ActionsManager.execut
    e(ActionsManager.java:71)
    23:50:56 [SEVERE]      at me.neatmonster.spacebukkit.PanelListener.interpret(Pa
    nelListener.java:47)
    23:50:56 [SEVERE]      at me.neatmonster.spacebukkit.PanelListener.run(PanelLis
    tener.java:105)
    3. Can u implent the sheduled Panel 2 Options???
    3.1 Server messages like ServerSend lolololol (i know there is a run server command, but a server send would be more comfortable)
    3.2 Restart EMPTY server ... so you can force every hour to restart if the server is empty :) Clears ram and so on :p


    Edit: Got a Error on apply a Shedule (was an runCommand - backup every X(6) hour) ... but it got added to the list ... tryed to "run" the task ... got following error:
    Code:
    CakePHP: the rapid development php framework
    Der Benutzer wurde aktualisiert.
    Missing Method in SchedulesControllerController
     
    Error: The action runTask is not defined in controller SchedulesControllerController
     
    Error: Create SchedulesControllerController::runTask() in file: app\Controller\SchedulesControllerController.php.
     
    <?php
    class SchedulesControllerController extends AppController {
     
     
        public function runTask() {
     
        }
     
    }
     
    Notice: If you want to customize this error message, create app\View\Errors\missing_action.ctp
    Stack Trace
     
    #0 C:\xampp\htdocs\lib\Cake\Routing\Dispatcher.php(107): Controller->invokeAction(Object(CakeRequest))
    #1 C:\xampp\htdocs\lib\Cake\Routing\Dispatcher.php(89): Dispatcher->_invoke(Object(SchedulesController), Object(CakeRequest), Object(CakeResponse))
    #2 C:\xampp\htdocs\app\webroot\index.php(96): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
    #3 {main}
     
    
    Code:
    Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\lib\Cake\Model\Datasource\CakeSession.php on line 615
     
    Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\lib\Cake\Core\App.php on line 885

    Tryed to edit the Server ... ip and so on ... pressed on save ... all disappeared ... :S
    Regards
     
  18. Ah I thought you knew where to do it since you asked so "professionally" lol

    Apache2 or httpd?
    If you are unsure look if you have a /etcapache2 or /etc/httpd directory

    If Apache2:
    Open /etc/apache2/sites-enabled/000-default
    Replace "AllowOverride None" with "AllowOverride All" inside the <Directory /var/www>-Tag
    Execute a2enmod rewrite
    Then execute service apache2 reload.

    If httpd:
    Open /etc/httpd/conf/httpd.conf
    Search for the <Directory "/var/www/html">-Tag
    Search for the "AllowOverride None" inside(!) that Tag
    Edit it to "AllowOverride All"
    Execute service httpd reload.
     
  19. Offline

    unv_annihlator

    Haha I know Java and other coding languages, and I try to be professional lol. I'm pretty sure it's httpd since we don't have a /etc/apache2 but do have the httpd

    Now the issue is that when I looked in the httpd.conf last time I didn't even see anything about AllowOverride. I'll check again and make sure, if all else fails I'll just post the .conf in pastebin for you.

    Thanks in advance,
    -Anni

    Edit:
    Found it and changed it, will post results once I get done trying it.

    Edit 2:
    Changed the setting and got it semi-working, new error but install page is there

    Code:
    Warning: SplFileInfo::openFile(/var/www/html/console/app/tmp/cache/persistent/cake_core_default_en-us) [function.SplFileInfo-openFile]: failed to open stream: No such file or directory in /var/www/html/console/lib/Cake/Cache/Engine/FileEngine.php on line 293
     
    Warning: _cake_core_ cache was unable to write 'default_en-us' to File cache in /var/www/html/console/lib/Cake/Cache/Cache.php on line 310
    Installing Spacebukkit
     
  20. Offline

    dmacrye

    I'm working with UNV on the same server, we also got the error below:

    Code:
    Warning: SplFileInfo::openFile(/var/www/html/s2/app/tmp/cache/persistent/cake_core_cake_en-us) [function.SplFileInfo-openFile]: failed to open stream: No such file or directory in /var/www/html/s2/lib/Cake/Cache/Engine/FileEngine.php on line 293
     
    Warning: SplFileInfo::openFile(/var/www/html/s2/app/tmp/cache/persistent/cake_core_cake_dev_en-us) [function.SplFileInfo-openFile]: failed to open stream: No such file or directory in /var/www/html/s2/lib/Cake/Cache/Engine/FileEngine.php on line 293
     
    Warning: _cake_core_ cache was unable to write 'cake_dev_en-us' to File cache in /var/www/html/s2/lib/Cake/Cache/Cache.php on line 310
     
    Warning: _cake_core_ cache was unable to write 'cake_en-us' to File cache in /var/www/html/s2/lib/Cake/Cache/Cache.php on line 310
    
     
  21. Offline

    B3NW

    Great panel so far, better than any other currently available, even though at current it's incredibly buggy (Don't install it if you can't handle something buggy and temperamental).
     
  22. Offline

    Phinary

    Do I need to run the server using RTK or can I just have the RTK plugin installed?
     
  23. Offline

    w00kie

    Need to run using RTK...
     
  24. Offline

    NeatMonster

    I'm on it.
     
  25. Offline

    Jamy

    Anyone interested in us hosting the panel for you?
     
  26. Offline

    MistaHardkill

    Untitled-2.png
    Does not work. I get the error shown in the screenshot.

    I KNOW my details are right, and I know the plugin is starting up correctly. I can see it. It says it's running. I also get zero errors during server startup, and it literally says that spacebukkit is enabled. I also know RTK is working, as I can connect to it with the little java client it comes with. I also know for a fact that the ports are forwarded (plus, I've tried with other ports). It just won't work.

    Any ideas?
     
  27. Offline

    Jamy

    The panel uses curl to contact the server, sometimes webhosting companies block all non port 80 trafic on curl. Only suggestion I have atm ;)

    Please, it's not our fault that your host blocks curl ports, but you can ask them to open those ports. Most main webhost will do that without a problem..
    Every external web panel will have to use curl to connect to one another.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 29, 2015
  28. Offline

    MistaHardkill

    That's not it, I can confirm the ports are opened. I have direct contact with my host and they have assured me they are opened. Any other ideas, man?

    P.S. Sorry if I seem a little agitated. I've had an all-nighter of ridiculous proportions with a side of idiocy on the part of everyone around me:p
     
  29. Offline

    Jamy

    Did you try it with a local installation of Xampp?
     
Thread Status:
Not open for further replies.

Share This Page