Yetiforcecrm: [Question] Blank page, if trying to install yetiforce 5.0.0

Created on 13 Feb 2019  ·  8Comments  ·  Source: YetiForceCompany/YetiForceCRM

Hello everyone,

I have one working yetiforce installation on the server. Everything works perfekt on 4.4.0

I was waiting and I was very excited to try new version 5.0.0
So what I did:
1) I downloaded the file .zip
2) moved the package to var/www/html/devyeti
3) unpacked it
4) chmod und chown the files like they are defined on working directory var/www/html/yetiforce
4.1) systemctl apache2 restart (done)
5) opened the browser and mydomain.com/devyeti
6) I will forwarded to directory mydomain.com/devyeti/install/Install.php BUT I have internal error 500
7) logfile on apache2: throw this line:
PHP Fatal error: Uncaught Error: Class 'Locale' not found in /var/www/html/devyeti/app/Language.php:717\nStack trace:\n#0 /var/www/html/devyeti/app/Controller/Base.php(23): App\Language::initLocale()\n#1 /var/www/html/devyeti/install/views/Index.php(66): App\Controller\Base->__construct()\n#2 /var/www/html/devyeti/install/Install.php(34): Install_Index_View->__construct()\n#3 {main}\n thrown in /var/www/html/devyeti/app/Language.php on line 717

What did I missed? What do I wrong?

❔ question

Most helpful comment

To understanding this topic you need to have some system administration experience.
Intl - php extension what needed for correct crm functionality.
"get-app install php7.2-intl" - terminal command for installation intl extension for php 7.2 to your linux based server.
I'm not developer of yeti but i have opinion what developers of system must give solutions regarding system but not server, hardware, etc.
If somebody try to install system to server with not proper configuration this is not problem of system at all.
If you don't understand something written here ypu can use google. Google know everything!

All 8 comments

check
extension=intl

Please consider adding this to the web server requirements and any other requirements that are missing. I’ve been having a really difficult time doing upgrades because of this and didn’t want to submit an issue since 99% of the responses redirect people to that page or pay $ for you guys to “fix” it.

Thanks

@mariuszkrzaczkowski
Thank you!
get-app install php7.2-intl
has solved the problem on the server.

we will update the instruction because there is actually no information about this extension

The instruction has been updated. Thank you for letting us know.
Here is a direct link - Web server requirements.

I think this might be the solution to my issue as well, but comments here are too vague I fail to understand what is meant.

For example: "check
extension=intl " where is this located and how to go about it?

Also: "get-app install php7.2-intl" Where is this App found and how is it installed?

To understanding this topic you need to have some system administration experience.
Intl - php extension what needed for correct crm functionality.
"get-app install php7.2-intl" - terminal command for installation intl extension for php 7.2 to your linux based server.
I'm not developer of yeti but i have opinion what developers of system must give solutions regarding system but not server, hardware, etc.
If somebody try to install system to server with not proper configuration this is not problem of system at all.
If you don't understand something written here ypu can use google. Google know everything!

Eish, I must watch some tutorials about System Administration then...
thanks a lot.

On Fri, 08 Mar 2019, 21:57 Vladimir notifications@github.com wrote:

To understanding this topic you need to have some system administration
experience.
Intl - php extension what needed for correct crm functionality.
"get-app install php7.2-intl" - terminal command for installation intl
extension for php 7.2 to your linux based server.
I'm not developer of yeti but i have opinion what developers of system
must give solutions regarding system but not server, hardware, etc.
If you don't understand something written here ypu can use google. Google
know everything!


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/YetiForceCompany/YetiForceCRM/issues/9482#issuecomment-471056759,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AhHFpd5XvRhpVC58PbzUF4LlprAlltMDks5vUsC9gaJpZM4a53bd
.

Was this page helpful?
0 / 5 - 0 ratings