Git Product home page Git Product logo

bnpanel's Introduction

For more information open documentation/index.html in your favorite browser or less favorite browser.

bnpanel's People

Contributors

jmontoyaa avatar jwarnier avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

bnpanel's Issues

Deleting of client and site data

What steps will reproduce the problem?
1. User bought package (test)
2. Marked user and site as deleted
3. Site in ISP Config is marked as disabled correctly but client not.
4. After deleting client and site in ISP Config client still shows in bnPanel

What is the expected output? What do you see instead?
Client should be deleted if deleted in ISP Config or a button to delete client 
on bnpanel added.

What version of the product are you using? On what operating system?
1.3, Centos 5.5

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Mar 2011 at 7:05

How i get it installed?

Hmm i tried to install it for test on a wamp server with Apache 2.2.11 and php 
5.2.9 and i get the following error on main root

Notice: Use of undefined constant E_DEPRECATED - assumed 'E_DEPRECATED' in 
C:\Program Files\wamp\www\bnpanel\includes\compiler.php on line 12

The same appears on the install/ page as well

What i do wrong ?:(


Original issue reported on code.google.com by [email protected] on 10 Sep 2010 at 8:51

$db is not defined in class_style.php

What steps will reproduce the problem?
1. Clone the latest available in repository 
2. Upload to a webserver
3. Navigate to site

What is the expected output? What do you see instead?
I'm expecting to be sent to install/ but I get a blank page with the following 
error:
PHP Fatal error:  Call to a member function config() on a non-object in 
/media/sf_Workspace/THT1.3/bnpanel/includes/class_style.php on line 172

What version of the product are you using? On what operating system?
The latest.

Please provide any additional information below.

More Info:

I took the time to review the code, it appears that $db is never defined only 
if conf.inc.php is created first. Code snippet below: 

//Grab DB First
require INCLUDES."class_db.php"; # Get the file

if (file_exists(INCLUDES."conf.inc.php")) {
    require INCLUDES."conf.inc.php"; # Get the config
    define("NOCONFIG", false);
} else {
    define("NOCONFIG", true);
}

if (isset($sql) && $sql['install']) {   
    define('INSTALL', 1);   
    $db = new db();     
    global $db;
    $db->getSystemConfigList();

    define('SERVER_STATUS', $db->config('server_status')); # Set the default theme  
} else {
    //Default constants
    define('SERVER_STATUS', 'test');
    define("INSTALL", 0);
}

but you make a call to style with the following:

$available_classes = array('addon', 'billing', 'currency', 'email', 'invoice', 
'order', 'style','package', 'server', 'staff', 'ticket', 'type','user', 
'extrafield','controller');

foreach($available_classes as $class_item) {
    ${$class_item} = new $class_item();
    global ${$class_item};      
}

Original issue reported on code.google.com by [email protected] on 2 Apr 2012 at 1:01

php error line :/

What steps will reproduce the problem?
1. -
2. -
3. -

What is the expected output? What do you see instead?
i see white page saying Fatal error: Call to undefined function 
bindtextdomain() in 
/home2/cpanelusername/public_html/billing/includes/compiler.php on line 145

What version of the product are you using? On what operating system?
latest 1 and im ussing it on centos.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 May 2011 at 8:51

A lot of errors

Hello 

I just installed the panel, but I think there's been something wrong with php 
comes with a lot of error messages

see my installation at www.jdh.dk/ npanel

-
Jesper

Original issue reported on code.google.com by [email protected] on 29 May 2011 at 7:24

Order form autocompleted data

What steps will reproduce the problem?
1. Use example Google Chrome, fill in order form
2. Chrome suggests auto filling fields, address etc.
3. If fields auto filled, if Next step is pushed

What is the expected output? What do you see instead?
That it goes to the ext screen, but it complains that required fields not 
completed event hough they are.

What version of the product are you using? On what operating system?
1.3, Centos 5.5

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Mar 2011 at 7:13

Notification email

Is it possible to send an notification email to specified address at new order 
completion or client signup etc?

Original issue reported on code.google.com by [email protected] on 16 Mar 2011 at 7:59

Images / Styles not working

What steps will reproduce the problem?
1. Installation of BNPanel

What is the expected output? What do you see instead?

Expected: nice, CSS / image enabled homepage
Instead: Text only page - not very aesthetically pleasing

The issue does not occur if I do not go past the MySQL step.

Original issue reported on code.google.com by [email protected] on 25 Aug 2011 at 1:16

Several bugs


Only letters in city:
My City is : Berkel-Enschot

Tax ID (VAT):
NL1504.06.733.B02
Only saves:
NL1504.06.7

Client Area:
Invoices
Missing field : User

----->
New order email sent to "Staff Accounts" email adress
[ProWebService] Order Waiting for Validation
Dear %USERNAME%,

Order #%ORDER_ID% waiting for validation.
-----<

Look and Feel -> NavBar Editor
/bnpanel/admin/?page=lof&sub=navedit
it does save the order and edits.
but is not show in menu the correct order nor the correct name
Only after logoff, changes are visible

----->
Order Form -> Logout
Logout = wrong adress, when using a directory to install it in to
http://www.prowebservice.nl/client/?page=logout

Order Form -> klicking Username
Username = wrong adress, when using a directory to install it in to

IN: /Order/index.php
CHANGE:    $array['WELCOME_MESSAGE'] = 'Signed in as <a 
href="/client">'.$user_info['user'].'</a> | <a 
href="/client/?page=logout">Logout</a>';
TO:        $array['WELCOME_MESSAGE'] = 'Signed in as <a 
href="'.URL.'client">'.$user_info['user'].'</a> | <a 
href="'.URL.'client/?page=logout">Logout</a>';
-----<

----->
Order Form -> Login (after login as tester12 the text is missing a space)
Logged in astester12
Hit F5 and its:
Signed in as tester12

IN: /bnpanel/includes/ajax.php
CHANGE:            echo _('Logged in as').'<a 
href="'.URL.'client">'.$user_info['user'].'</a> | <a 
href="'.URL.'client/?page=logout">'._('Logout').'</a>';
TO:            echo _('Logged in as ').'<a 
href="'.URL.'client">'.$user_info['user'].'</a> | <a 
href="'.URL.'client/?page=logout">'._('Logout').'</a>';
<-----

Original issue reported on code.google.com by [email protected] on 3 Mar 2011 at 5:35

Micropayment

Would it be possible to add the micro payment allopass  and / or Starpass? 
thank you

Original issue reported on code.google.com by [email protected] on 23 Sep 2011 at 7:04

unable to install

hi i'm trying to install the prog off the latest rep but get the following 
errors 



Notice: Use of undefined constant 
AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS - assumed 
'AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS' in 
D:\xampp\htdocs\bnpanel\includes\model.php on line 115

Notice: Use of undefined constant 
AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS - assumed 
'AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS' in 
D:\xampp\htdocs\bnpanel\includes\model.php on line 115

Notice: Use of undefined constant 
AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS - assumed 
'AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS' in 
D:\xampp\htdocs\bnpanel\includes\model.php on line 115

Notice: Use of undefined constant 
AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS - assumed 
'AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS' in 
D:\xampp\htdocs\bnpanel\includes\model.php on line 115

Notice: Use of undefined constant 
AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS - assumed 
'AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS' in 
D:\xampp\htdocs\bnpanel\includes\model.php on line 115

Notice: Use of undefined constant 
AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS - assumed 
'AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS' in 
D:\xampp\htdocs\bnpanel\includes\model.php on line 115

Notice: Use of undefined constant 
AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS - assumed 
'AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS' in 
D:\xampp\htdocs\bnpanel\includes\model.php on line 115

Notice: Use of undefined constant 
AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS - assumed 
'AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS' in 
D:\xampp\htdocs\bnpanel\includes\model.php on line 115

Notice: Use of undefined constant 
AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS - assumed 
'AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS' in 
D:\xampp\htdocs\bnpanel\includes\model.php on line 115

Notice: Use of undefined constant 
AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS - assumed 
'AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS' in 
D:\xampp\htdocs\bnpanel\includes\model.php on line 115

Notice: Use of undefined constant 
AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS - assumed 
'AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS' in 
D:\xampp\htdocs\bnpanel\includes\model.php on line 115

Notice: Use of undefined constant 
AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS - assumed 
'AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS' in 
D:\xampp\htdocs\bnpanel\includes\model.php on line 115
Site Information

the occur just after entering the site information and clicking next step

Original issue reported on code.google.com by [email protected] on 1 Feb 2011 at 6:02

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.