Code Monkey home page Code Monkey logo

bugkick's People

Contributors

aarondunn avatar alexweb avatar andrewrothman avatar artjan avatar mrinal981 avatar nousename avatar tarasis2 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  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  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

bugkick's Issues

/project/ ->Error 500 Settings are not found.

Account still gives me CDbException -> bugkick/framework/db/CDbCommand.php(516)

And this error turns up all over the place

performAjaxValidation() should be compatible with that of Controller::performAjaxValidation()

eg here
Declaration of ArticleController::performAjaxValidation()
Declaration of CouponController::performAjaxValidation()
Declaration of MarketingController::performAjaxValidation()
Declaration of CompanyController::performAjaxValidation()
Declaration of ForumController::performAjaxValidation()

Using the latest version 13.03.2013
Still not actually usable

Database file, missing tables ?

Hi,

I might be doing something wrong, but if the file /protected/data/bugkick.sql is the one to use to create the initial database, some tables seem to be missing (domains_blacklist, user_block...).

Also "bugkick.sql" is using "bk_" as table prefix when "/devconf/db.php" is using "bugkick_", having the same prefix could be nice.

Thanks for going open source with this project & good luck !

Getting SSL CA Cert Error on Invite Member

Getting the following exception when inviting a new member to my project:

RequestCore_Exception
cURL resource: Resource id #5; cURL error: Problem with the SSL CA cert (path? access rights?) (77)

/var/www/clients/bugkick.com/web/protected/vendors/amazon/lib/requestcore/requestcoreClass.php(824)

forum crashes

well does not start
Fatal error: require(): Failed opening required 'webseiten/bugkick/protected/config/curl-options.php' (include_path='.:/usr/local/lib/php') in /webseiten/bugkick/protected/config/main.php on line 275

bugkick.com not loading

Sorry n00b here, trying to log into my account and browser is telling me it cant find bug kick server. Any news?

new error .....

updated to latest.
try to login, and receive the following error
Declaration of CompanyController::performAjaxValidation() should be compatible with that of Controller::performAjaxValidation()

/kunden/376342_25358/webseiten/bugkick/protected/controllers/CompanyController.php(4)

All of the email addresses are still @BugKick.

Can maybe one of the writers of this install it new on a server, and then solve all of the bugs that turn up.
Or if now bugs turn up, maybe inform the rest of us, what the dependencies, server configurations, etc are needed.
Because i have been trying to install this since February, and it has never ever worked.
Different errors each time, and in different places, but never actually functional

This is somewhat buggy

  • sign up - get error message MySQL error #1 during registration. - which means what exactly ?

try to login - get error message - Declaration of UserBlock::insert() should be compatible with that of CActiveRecord::insert()

And so i get no further at the moment.

I have changed the db host in the config/db.php
but is it using localhost anywhere else ?

Minify not serving up CSS and JS

I've tried to figure out what the issue is but just cannot find where the disconnect is. When I go to the homepage, none of the styles or scripts load. Looking in the application.log I find a list of these:

[ext.minScript.components.ExtMinScript] Can't access /js/plug-in/chosen/chosen/chosen.css

I'm guessing you guys have run into this before and have an easy answer. Thanks for the hand!

Use of undefined constant CURLOPT_USERAGENT

Copied all config files from /devconf to /protected/config/ like the instructions say. Database connections seem to be working and the Bugkick UI partially loads without CSS but the top of the page shows errors:
Notice: Use of undefined constant CURLOPT_USERAGENT - assumed 'CURLOPT_USERAGENT' in D:\wamp\www\bugkick\protected\config\curl-options.php on line 4

Notice: Use of undefined constant CURLOPT_CAPATH - assumed 'CURLOPT_CAPATH' in D:\wamp\www\bugkick\protected\config\params\ssl.php on line 7

Installation/Documentation Comments

Do you have any documentation on the setup and use of BugKick? The lack of comprehensive documentation, and the confusing installation process makes it difficult to use or understand.

The README file should be more detailed on what specific settings can be changed and what the options are. Since there are numerous files in this project, with haphazard organization, specifics should be outlined in a way that is easy to understand with specific locations, not only for those who wish to use your application, but for those would would like to make future contributions to it.

For example, step 3 says

"By default we use APC cache. You can change it main.php or turn it off."

  • Where is the "main.php"? There are several in the directory.
  • How do you change it? Are there options?
  • How do you turn it off?
  • What line is the setting on?

Some examples of some other things that could be outlined more clearly:

  • How do you set select the theme? Once the user figures out installation, the page loads with no theme selected.
  • How does an administrator access the admin area? Is there an admin area?
  • Is there a default user?
  • After test installations on 4 different machines, all page links come back 404. This is a common error, so how does someone address it?

On the surface this looks like a great project. I look forward to seeing it once it's cleaned up a bit and has more direction on setup and operation. I think with some clear and concise documentation, you may be able to solve the main issues with this script right away since they don't appear to be really issue, but more the result of poor commenting and documentation.

Requirement: PHP apc extension

When trying to install bugkick I get the notice that PHP needs PHP apc extension, might want to add that to the readme.md as requirement.

to do ?

maybe remove all the references to the pro plan ?

  • seems irrelevant when doing your own hosting

Property "Company.coupon_id" is not defined.

I'have updated Database with the new file bugkick.sql.
When i submit the form in the signup page i'm getting this error :

Property "Company.coupon_id" is not defined.
../framework/db/ar/CActiveRecord.php(129)

thank you for your support

[Bug reporting] two XSS vulnerabilties in wp_kses_bad_protocol in ActivateLinks.php and BKActivateLinks.php(CVE-2019-20041)

Hi

I found two known XSS vulnerabilities in the recent version of bugkick.
In particular, the bug we report is a known bug by CVE-2019-20041.

wp_kses_bad_protocol in wp-includes/kses.php in WordPress before 5.3.1 mishandles the HTML5 colon named entity, allowing attackers to bypass input sanitization, as demonstrated by the javascript: substring.

Please check this lines:

$string2 = preg_split( '/:|&#0*58;|&#x0*3a;/i', $string, 2 );

$string2 = preg_split( '/:|&#0*58;|&#x0*3a;/i', $string, 2 );

Thanks!

Cannot add the bug with the feedback-button

When I add a bug with the feedback button on https://bugkick.com, I receive the following error:
CDbCommand failed to execute the SQL statement: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1-0' for key 'uc_next_number'. The SQL statement executed was: INSERT INTO bk_bug (priority, notified, is_created_with_api, company_id, project_id, label_id, user_id, type, title, description, api_user_email, next_id, next_number, prev_id, prev_number, number, priority_order, github_issue_id, created_at) VALUES (:yp0, :yp1, :yp2, :yp3, :yp4, :yp5, :yp6, :yp7, :yp8, :yp9, :yp10, :yp11, :yp12, :yp13, :yp14, :yp15, :yp16, :yp17, NOW())

No create user table migration

I don't see a database migration to create a user table in the database. When I try to get BugKick running I see the main page with the feature list but when I try to login I get this error:

The table "{{user_block}}" for active record class "UserBlock" cannot be found in the database.

The lack of this migration seems to me to be the reason for this, but please correct me if I am wrong.

another problem is

at some point i have jumped over the create project part, and there seems now to be no way to create a project ?

BugKick inside a sub-folder

Is this possible to install bugkick on www.domain.com/bugs? Which changes should I make to configurations? Due to the location I've installed, main page has no css and all pages (sign in, sign up and admin) end up with 404.

Thanks!

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.