Coder Social home page Coder Social logo

bgpanelv2's People

Contributors

darrenrainey avatar warhawk3407 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bgpanelv2's Issues

Bad route : login/process (404 Not Found)

<title>404 Not Found</title>

Not Found

The requested URL /bgpanelv2-master/login/process was not found on this server.


Apache/2.4.7 (Ubuntu) Server at 192.168.1.40 Port 80

Where`s login folder?

Fatal error

Fatal error: Call to undefined method Core_GUI_JS::getAngularController() in /var/www/html/bgpanelv2-master/app/modules/box/box.php on line 191

Install page is blank

Here is what the error log gives out.

PHP Parse error:  syntax error, unexpected ')', expecting :: (T_PAAMAYIM_NEKUDOTAYIM) in /install/index.php on line 620

I tried to fix it myself but I really didn't know why it wasn't working properly.

Using Debian Wheezy with PHP 5.4.4-14+deb7u14 under Apache

I apologize if the V2 of BGPanel is a WIP and isn't yet fully made for it to work.

Init.php vs. init.php

The index.php requiere the Init.php but i only found the init.php
Maybe a spelling mistake?

PHP Warning: require(Init.php): failed to open stream: No such file or directory in /var/www/html/bgpanelv2/index.php on line 34

Base table or view not found

Hi

I can't install the BGpanelV2 i got this error:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dropmoti_bgp.bgp_config' doesn't exist in /home/dropmotionninja/public_html/gpanel/init.app.php on line 198
}

Install Script Error PHP7.0

Hey, I'm currently using PHP 7.0 on Ubuntu 16.04 and when installing stuff with Apache2 I get this error:

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Math_BigInteger has a deprecated constructor in /var/www/bgp/app/libs/phpseclib/Math/BigInteger.php on line 176 SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'last_activity' in /var/www/bgp/install/sql/full.php on line 467

Syntax error

SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'last_activity' in /var/www/html/bgpanelv2/install/sql/full.php on line 449

What should i do?

Unable to find .htaccess file

Trying to get the install working for v2, there is a slight problem.
"Unable to find .htaccess.

Make sure you have uploaded the ".htaccess" file at the root of the application directory then retry."

However, it is clearly there in the application directory; /var/www/bgp2/.htaccess
Accessing 192.168.1.22:81/bgp2/.htaccess is forbidden. Running Apache on Centos 7.
http://i.theforgivenbeast.tk/1444502565.png

Install Error

SQLSTATE[21S01]: Insert value list does not match column list: 1136 Column count doesn't match value count at row 1 in /var/www/html/bgpanelv2/install/sql/full.php on line 549
Panel can be installed in this time?

NGINX : apache_request_headers

There is an issue with the following function which is not compatible with nginx : "apache_request_headers"

You can solve it with :
if (!function_exists('apache_request_headers')) {
function apache_request_headers() {
foreach($SERVER as $key=>$value) {
if (substr($key,0,5)=="HTTP
") {
$key=str_replace(" ","-",ucwords(strtolower(str_replace("_"," ",substr($key,5)))));
$out[$key]=$value;
}else{
$out[$key]=$value;
}
}
return $out;
}
}

Deprecated MySQL functions - PHP 7

This project uses many deprecated MySQL functions of which some not working any more (in PHP 7), so they should be replaced by current ones.

Error 404 /login after install

Hello,

I was trying the last source to check this new version.
I have install the panel with success but i get a 404 on redirect route /login


192.168.1.161 - - [09/Jun/2015:21:16:28 +0200] "GET /bgpv2/login HTTP/1.1" 404 183 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36"


What I am missing. Is there something related to .htaccess rewrite engin.

Thanks for your help.

No New Updates

Just wondering if your still working on this project or if you have abandoned it as its been over 5 months since the last update and no new pulls

Can't use function return value in write context

I'm getting "Fatal error: Can't use function return value in write context in app/core/gui.class.php on line 74"

if ( !empty($bgp_module::$module_definition['module_options']) ) {

                if ( !empty($bgp_module::getModuleOption( 'empty_navbar' )) ) {

                    $this->empty_navbar = boolval( $bgp_module::getModuleOption( 'empty_navbar' ) );
                }

                if ( !empty($bgp_module::getModuleOption( 'no_sidebar' )) ) {

                    $this->no_sidebar = boolval( $bgp_module::getModuleOption( 'no_sidebar' ) );
                }
            }

This is most likely thrown from using empty on a variable function.

I have removed !empty and replaced it with != null but it has caused the GUI to only show the header, footer, sidebar.

cannot LOGIN

<title>404 Not Found</title>

Not Found

The requested URL /svpanel2/login/process was not found on this server.


Apache/2.2.22 (Debian) Server at cp.wgaming.net Port 80

What I cannot even login.... ?

Cannot add a box

404 Not Found

The page you have requested could not be found.

Or this not yet implemented?

Says I Don't Have Apache2 During Install.

So i was upgrading my panel to V2 and during the install requirement check it said i did not have Apache2 which is strange cause i do.

I'm currently use Plesk Web Panel for my Web Server with Apache2 V.2.4.7

Cache not being installed

Hello,

I have installed Bright Panel but I have an issue with the game cache.
It's not being installed after I click the install button.
It's saying:

Making Game Cache Repository!
Your game cache repository is currently being created. Please wait...

But nothing happens and I cannot install a gameserver.

Documentation

Hi Nikita,

really nice that you again start up to development this great application.
At the moment i use the old version 1 (with own customizing).

I try to install the new version but i just get "System not configured -> Please configure and install the application"...

Really need ANYTHING! an documentation ;) I think i need to start the (installation-)wizard but i really have no idea how i can do it ...

My System:
Debian 9 (Stretch)
PHP 7.0+49
Apache 2.4

Regards
erdo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.