Giter Club home page Giter Club logo

phkondo's People

Contributors

ivus84 avatar phalkaline avatar

Stargazers

 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

phkondo's Issues

403 Forbidden error

Hi guys

I am strugling with a annoying "403 Forbidden error" when I am trying to update a receipt and save the changes.

I already change the permissions of tmp to 777 but without success.

Any idea what it could be?

https://www.accmatosinhos.pt/condo/receipts/pay_receipt/6?condo_id=1


Forbidden

You don't have permission to access this resource.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

Error in English Translation

hello, i've found that Share Periodicity = 6 Months is translated as "Monthly". In my opinion it should be "Biannual"

An Internal Error Has Occurred. PHP 5.3

Hi
Getting An Internal Error Has Occurred. on PHP 5.3

https://github.com/pHAlkaline/phkondo/wiki/Install#requirements

Requirements

  • HTTP Server with mod_rewrite or similar.
  • PHP 5.3 or higher.
  • PHP Ext mcrypt.
  • MySQL 5.1 or higher.
  • All built-in drivers require PDO. You should make sure you have the correct PDO extensions installed.

I tried to Debug and Found Following Error

you have used Short array tag at Many places no longer Support in PHP 5.3

syntax error, unexpected '['

app/Model/User.php Lone142

public $belongsTo = array
	('Entity'=> [
		'foreignKey' => 'foreign_key',
		'conditions' => ['User.model' => 'Entity']
	//'joinType' => 'LEFT'
]);

app/Model/Entity.php Line 78

public $hasOne = array('User'=>[
		'foreignKey' => 'foreign_key',
		'conditions' => ['User.model' => 'Entity'],
		'dependent' => true,
	]);

app/Controller/IncomeController.php Line 79

$conditions['conditions']['And'] = ['payment_date BETWEEN ? AND ?' => array($open_date, $close_date)];

Phkondo v1.5 - Support Request

Hello,
I finded a bug im the "Support Request" module.
I use the v1.5 (from your website)

If you create a new request and then edit this request the property is change by another one (from another condo)

I have 2 condo.
the first have property 1,2 and 3
the second have A B and C

I opened the support with property B ... if i edit the request i can't change the preoperty but it's set to 3 ...

Entity deletion

when deleting entities sql error raises.
i've found the error in Entity.php file at line 80.

        'conditions' => ['Users.model' => 'Entity'], 

should be changed to

        'conditions' => ['User.model' => 'Entity'], //FIX IB161207

Error in database setup

Error importing file SQL phkondo.sql

please add primary key to SQL and set AUTO_INCREMENT in field id.

DROP TABLE IF EXISTS users;
CREATE TABLE users (
id int(11) NOT NULL AUTO_INCREMENT,
name varchar(40) NOT NULL,
username varchar(40) DEFAULT NULL,
password varchar(50) DEFAULT NULL,
role varchar(20) DEFAULT NULL,
active tinyint(1) NOT NULL DEFAULT '1',
modified datetime DEFAULT NULL,
created datetime DEFAULT NULL,
model varchar(45) DEFAULT NULL,
foreign_key int(11) DEFAULT NULL,
PRIMARY KEY (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

Invalid username or password, try again

Hi,
I Have Installed phKondo 1.5
In My Machine
I am only Administrator in it
and just edited my password and unchecked Active checkbox
Now I am unable to Login. Getting Invalid username or password

Please let me Know How to Login ??

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.