Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Blank page, if trying to install yetiforce 5.0.0 #9482

Closed
manwenick opened this issue Feb 13, 2019 · 8 comments
Closed

[Question] Blank page, if trying to install yetiforce 5.0.0 #9482

manwenick opened this issue Feb 13, 2019 · 8 comments
Labels
❔ question This is a question about the YetiForce system.

Comments

@manwenick
Copy link

manwenick commented Feb 13, 2019

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?

@manwenick manwenick added the ❔ question This is a question about the YetiForce system. label Feb 13, 2019
@manwenick manwenick changed the title [Question] Blank page, if trying to install [Question] Blank page, if trying to install yetiforce 5.5. Feb 13, 2019
@manwenick manwenick changed the title [Question] Blank page, if trying to install yetiforce 5.5. [Question] Blank page, if trying to install yetiforce 5.0.0 Feb 13, 2019
@mariuszkrzaczkowski
Copy link
Member

mariuszkrzaczkowski commented Feb 13, 2019

check
extension=intl

@sbouillon
Copy link

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

@manwenick
Copy link
Author

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

@mariuszkrzaczkowski
Copy link
Member

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

@KatarzynaUlichnowska
Copy link
Contributor

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

@MyBlissIT
Copy link

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?

@vovpff
Copy link
Contributor

vovpff commented Mar 8, 2019

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!

@MyBlissIT
Copy link

MyBlissIT commented Mar 10, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❔ question This is a question about the YetiForce system.
Projects
None yet
Development

No branches or pull requests

6 participants