Code Monkey home page Code Monkey logo

Comments (6)

rratsun avatar rratsun commented on May 27, 2024

Fixed in CORE 1.4.28

from atrocore.

clin12345 avatar clin12345 commented on May 27, 2024

hello @rratsun i still get the same error
Failed to load resource: the server responded with a status of 500 (Internal Server Error) createAdmin:1

i checked the version its core 1.4.29

thank you

from atrocore.

rratsun avatar rratsun commented on May 27, 2024

I cannot reproduce the error.
Please, provide me an errors logs. data/logs/

from atrocore.

clin12345 avatar clin12345 commented on May 27, 2024

hello @rratsun thank you for your help
i cant find any data/logs/ or log files

this is what i do
#mkdir /var/www/atropim_demo
#cd /var/www/atropim_demo
#git clone https://github.com/atrocore/skeleton-pim.git . && php composer.phar self-update && php composer.phar update
#chown -R www-data:www-data /var/www/atropim_demo
#find . -type d -exec chmod 755 {} + && find . -type f -exec chmod 644 {} +;
#find client data custom uploadCREATE DATABASE atrocore; -type d -exec chmod 775 {} + && find client data custom upload -type f -exec chmod 664 {} +
#crontab -e -u www-data

#mysql -u root -p
CREATE DATABASE atrocore_demo;
CREATE USER 'atrocore_demo_user'@'localhost' IDENTIFIED BY 'atrocore_password';
GRANT ALL ON atrocore_demo.* TO atrocore_demo_user@localhost WITH GRANT OPTION;

then i go to http://localhost
follow the instructions
at the administrator setup page i click finish

inspect
i found error "internal service error 500"
its give me a link http://localhost/api/v1/Installer/createAdmin

this page isn't working
http error 401

from atrocore.

clin12345 avatar clin12345 commented on May 27, 2024

heloo @rratsun
strange after a few hours, data/logs appears
this is the error value

[2022-04-20 23:10:01] Log.ERROR: Uncaught Exception TypeError: "Return value of Espo\Core\Utils\Language::detectLanguage() must be of the type string, null returned" at /var/www/atropim_demo/vendor/atrocore/core/app/Espo/Core/Utils/Language.php line 126 {"exception":"[object] (TypeError(code: 0): Return value of Espo\Core\Utils\Language::detectLanguage() must be of the type string, null returned at /var/www/atropim_demo/vendor/atrocore/core/app/Espo/Core/Utils/Language.php:126)"} []

from atrocore.

rratsun avatar rratsun commented on May 27, 2024

I still cannot reproduce this error.
Try now, maybe there is no error in new release.

Perhaps, the problem in your environment. Maybe you have different version of PHP for CLI and for WEB, or you have different extensions for different versions of PHP.

from atrocore.

Related Issues (20)

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.