[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

    Finda

    Well, I want to say that This is the best server Administration software I have ever encountered. It works perfectly on my Mac mini server running MacOSX Server 10.6.8 both web and mc server parts on the same machine. (with the exceptions of closed java sockets)
     
  2. Offline

    Luke Zwekii

    So, I'm getting the same problem as MistaHardKill with not being able to connect. I figured my host might be blocking the ports, so I sent them a ticket, and they asked me which ports need to be open. So, which ports do need to be open? I couldn't find it anywhere. Thanks.
     
  3. Offline

    RazorFlint

    Oh hai der error.
    Fatal error: Call to undefined function apache_get_modules() in /home/tzeale/public_html/server/app/Controller/InstallController.php on line 124
     
  4. Port 2011 and 2012

    What webserver are you using?
    Provide some more infos, just the error isn't much >_>

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

    Luke Zwekii

    That's it? No special curl ports or anything? If so, cool.
     
  6. No that're all.
     
    Luke Zwekii likes this.
  7. Offline

    Luke Zwekii

    Alright, I'll let them know! Thank you :)
     
  8. Offline

    Antariano

  9. Offline

    Handy1998

    [​IMG]
    Will that be the logo for 2.0 ?
    Btw: there is the psd for this one and the preview of Sputnik on you webserver since a long time :D
     
  10. Offline

    Monopol

    I've got some troubles while installing SpaceBukkit. When I installed the panel by using the installation script, everything went fine:
    Code:
    Checking dependencies...
     
    unzip...                        OK
    webserver...                    nginx
    sql...                          MySQL
    php...                          OK
    php-curl...                    OK
     
    Dependencies are OK!
     
    Downloading SpaceCP now...      OK
    Unzipping...                    OK
     
    Everything has been unzipped, modded and owned correctly! You now have a perfect copy of the awesome SpaceCP Panel! \o/ *!party!* \o/
    
    But when I try to install SpaceBukkit, I get this:
    Code:
    CakePHP: the rapid development php framework
    Missing Controller
     
    Error: Index.phpController could not be found.
     
    Error: Create the class Index.phpController below in file: app/Controller/Index.phpController.php
     
    <?php
    class Index.phpController extends AppController {
     
    }
     
    Notice: If you want to customize this error message, create app/View/Errors/missing_controller.ctp
    Stack Trace
     
    #0 /var/www/spacebukkit/public_html/app/webroot/index.php(96): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
    #1 /var/www/spacebukkit/public_html/index.php(40): require('/var/www/bukkit...')
    #2 {main}
     
    CakePHP: the rapid development php framework
    
    Some more information:
    Debian Linux 6.0
    nginx 1.0.11
    PHP 5.3.8-1

    EDIT: Ok, I didn't read the rest of the Wiki :D. Solution: You have to add this to your server config, if you're using nginx:
    Code:
    location / {
            index  index.php /index.php;
            rewrite (.*) /app/webroot$1 ;
    }
    location /app/ {
            rewrite ^$ webroot/ ;
            rewrite (.*) webroot$1 ;
    }
    location /app/webroot/ {
            if (!-e $request_filename) {
                    rewrite ^(.*)$ /index.php?$1 ;
            }
            index index.php /index.php;
    }
     
  11. SpaceBukkit has problems with Nginx because Nginx doesn't like relative paths but SpaceBukkit uses them. We are fixing it right now, the next udpate should work with Nginx.
    Edit: mmh let's hope the rewrite rules were the only problems :p
     
  12. Offline

    Antariano

    Wutlol?
    Where?

    Good to hear you got it working. Our next version makes the error you got a bit more user-friendly and suggests to do what you did :)
     
  13. Offline

    rmsy

    However that did fix my issue, now I'm having another. Whenever I enter my MySQL details (which do work), I get a CakePHP page that tells me that an 'internal error has occurred'. Any idea what that might be? It wasn't listed on the wiki.
     
  14. Offline

    Tux2

    I'm having some problems with spacebukkit. I downloaded and installed it about 24 hours ago (not sure how to check the versions I got) and set it up per the wiki. it works perfectly. The only problem I have now is that my server leaks memory like a sieve now when it is running. I am running centos 5.6 and craftbukkit R4 at the moment with java 7. If you need a list of the plugins I have installed I will give them to you. I have craftbukkit booted by itself now without rtoolkit and it is way below the ram it was reporting with rtoolkit running it, with hardly any memory leaks now.
     
  15. Offline

    NeatMonster

    Have you installed PHP-MySQL?

    Please post on our forums.
     
  16. Offline

    Handy1998

  17. Offline

    Antariano

  18. Offline

    rmsy

    Wow, I completely overlooked that. Thanks!
     
  19. Offline

    neo6633

    How can I fix this?
    I installed with your tutorial perfectly.
    [​IMG]
     
  20. Offline

    B3NW

    If you did not install the panel with the installer, you should consult the installation wiki as to what permissions that file needs, also were there any issues during the install?
     
  21. Offline

    neo6633

    Nope there isn't
     
  22. Offline

    NeatMonster

    CHMOD 777 on the 3d_skins folder.
     
  23. Offline

    M1sT3rM4n

    Hello, finally installed SpaceBukkit and everything looks ok, just can't access the web panel for some reason. I unzipped the web part to /var/www on my server folder and executed the install.sh that way.

    Now when I tried http://<IP>:25561 (default port) it returns a "webpage not available" page.
     
  24. Offline

    Antariano

    The panel must be installed on a webserver, not the bukkit server. It will them be accessible via your address without a port attached.
     
  25. Offline

    M1sT3rM4n

    Right after I clicked Next, I got: Fatal error: Call to undefined function apache_get_modules() in/app/Controller/InstallController.php on line 124. I checked all the file permissions via FTP and they were ok.

    I then re-ran the installation again and got a 500 error.
     
  26. Offline

    Antariano

    First you said you wanted to wait, then you install it the day we do our big update :p
    Silly M1sT3rM4n is silly.

    Back on track, I'll send you a PM with a 1.1 pre-release, which includes several installation fixes that should help resolve the issues you are having :)
     
    M1sT3rM4n likes this.
  27. Offline

    M1sT3rM4n

    I love you so much that I decided to switch over from MMA
     
    Antariano likes this.
  28. Offline

    Antariano

    <3
     
  29. Offline

    nicquehen

    I wait the next version . Need to use the schedule functionnality and the user managment panel :)
     
  30. Offline

    M1sT3rM4n

    If you don't release it by the time I get home tonight (in about 7 hours) I shall slander you on the internet!!!!!
     
Thread Status:
Not open for further replies.

Share This Page