GithubHelp home page GithubHelp logo

jtylek / epesicrm Goto Github PK

View Code? Open in Web Editor NEW
34.0 6.0 22.0 71.37 MB

Epesi BIM • Business Information Manager • Free and Open Source web CRM & Cloud ERP kickstarter RAD for LAMP stack

Home Page: https://epe.si

PHP 83.76% CSS 3.07% JavaScript 10.24% Smarty 0.94% HTML 1.82% TSQL 0.12% PLSQL 0.03% Perl 0.01% C 0.01% Python 0.01%
erp-framework crm crm-online crm-system cloud wfh wfa epesi crm-functionality epesi-bim sourceforge

epesicrm's Issues

Can't run application after setup

Describe the bug
on a fresh EPESI CRM, After creating the first CRM user (admin account).
on the screen shows "alert('Invalid request')".
This happens on epesiurl/process.php

2020-11-02_14-09-29

2020-11-02_11-28-57

(php 7.3.10, apache 2.4.41)

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'epesiurl/setup.php'
  2. Select English
  3. accept License Agreement
  4. Hit ok on the default EPESI root .htaccess
  5. enter Database information (create database = yes with full access database user)
  6. Everything is green on the next page, hit "Continue with installation"
    7.Enter user login and password and hit next

Expected behavior
EPESI splash screen to enter login information

Additional context
database looks empty. only 11 tables got created. May be normal at this point of the setup though.

EasyInstaller is not working

Describe the bug
EasyInstaller is showing 'File http://www.epesi.org/installer/config.ini can not be downloaded: file not found.
Proceed with manual installation.'

To Reproduce
Steps to reproduce the behavior:

  1. Go to EasyInstaller and download it
  2. Configure php 5.6 and apache2
  3. enter /easyinstaller.php
  4. See error

Expected behavior
Install continues

Desktop (please complete the following information):

  • OS: CentOS 7
  • Browser Chrome

Additional context
Add any other context about the problem here.

Modules?

Isn't it kind of dumb to hide the premium store? An Apps ecosystem is a MAJOR selling point yet you have chosen not to list the store/modules on the website or make them viewable through the Admin interface. If I am trying to sell something I make it as easy as possible because nobody is going to jump through hoops just to see if their needs are met by some solution when there is tons of free competition around.

Update 1.8.2 -> 1.9.1: old file attachments missing

After updating to 1.9.1 my oldest file attachments where gone. The attachments itself are still there but there is no reference to the files anymore.

I checked the MySQL database and it seems it might be an older bug that just now causes problems. All the affected file attachments where older than 2017-09-24 and did not have the backref column set in utils_filestorage.

Looking at modules/Utils/Attachment/patches/20171024_use_generic_file_field.php shows the problem: Only attachments with backref set are converted in the patch.

The following SQL statement before redoing the update fixed the problem:

UPDATE utils_filestorage, utils_attachment_file SET backref = CONCAT('rb:utils_attachment/', attach_id) WHERE utils_attachment_file.id = SUBSTR(link,17) AND backref IS NULL;

PHP 8.x compatibility - Quickform

Currently EpesiCRM is compatible with PHP up to version 7.4.
Quickform is to be upgraded using a forward compatible composer package

PHP 8 issue

Is PHP 8 supported?

I tried the 1.9.0 RC branch and I get the following error:

Error Message: Call to undefined function each() File: /html/crm/test/libs/adodb/adodb.inc.php Line=1137 error backtrace: File: /html/crm/test/libs/adodb/adodb.inc.php line 1601 function called: Execute("", Array (Array (#0))) File: /html/crm/test/include/database.php line 213 function called: GetAssoc("SELECT name,value FROM variables", Array ()) File: /html/crm/test/include/database.php line 504 function called: call_with_retry("GetAssoc", Array ("SELECT name,value FROM variables", Array (#0))) File: /html/crm/test/include/variables.php line 18 function called: GetAssoc("SELECT name,value FROM variables") File: /html/crm/test/include/variables.php line 23 function called: load() File: /html/crm/test/include/version.php line 9 function called: get("version") File: /html/crm/test/index.php line 36 function called: epesi_requires_update()

Note that I replaced a previous version of EPESI as I was trying to upgrade it.

Thanks,

jjjj12212

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.