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

installing my CRM server in android keeps hanging #4

Open
Nebukadnezar01 opened this issue Mar 11, 2018 · 7 comments
Open

installing my CRM server in android keeps hanging #4

Nebukadnezar01 opened this issue Mar 11, 2018 · 7 comments

Comments

@Nebukadnezar01
Copy link

During loading of server settings in my android phone in 'my CRM server' the download keeps hanging at language files.
Please advise what to do. Thank you.

@QuickCRM
Copy link
Owner

QuickCRM commented Mar 11, 2018 via email

@Nebukadnezar01
Copy link
Author

Hi,
Thx for quick reply. The problem is that there is no error log. It seemed that I had to change mapright to 775 but this did not help. Is the below mentioned the correct one for a basic installation ?

You should first have a look at your PHP/Apache error log for more details on the error.
It is likely that permissions are not correct in your custom and mobile folder, and default_permissions are not set correctly in config.php.
All files in custom folder and subfolders should have the same permissions as index.php in your CRM root folder.
All folders in custom folder and subfolders should have the same permissions as the cache folder.

The owner of these folders and files must be the Apache User.
If that not the case, change the owner of these files and folders.

Once you have solved the issue, you should update config.php so that the problem does not happen again next time you install a new version of the server module.

You should first make sure that the apache user and group are set in config.php (default_permissions user and group).
You should have

'user' => 'Apache user', // for example 'www-data' in default Ubuntu configuration
'group' => 'Apache group', // for example 'www-data' in default Ubuntu configuration

If permissions of index.php are 775, you should define :

'dir_mode' => 509,
'file_mode' => 436,

If permissions of index.php are 755, you should define :
'dir_mode' => 493,
'file_mode' => 420,

@QuickCRM
Copy link
Owner

QuickCRM commented Mar 12, 2018 via email

@Nebukadnezar01
Copy link
Author

My webhost provider does not work with ubuntu but with CentOs. Installation of SuitCRM is manually done via SSH so not via Script Installer. In the last case script installer installs all rigths automatically.

Can you instruct which rights the files need to have in CentOs environment ? My hosting runs on mod_ruid2 so it is no option to run Apache.

@QuickCRM
Copy link
Owner

QuickCRM commented Mar 14, 2018 via email

@st-ives
Copy link

st-ives commented Apr 3, 2018

I am having the exact same issue. App hangs at Language Files after entering my credentials. Owner of all files is www-data:www-data. Permissions have been set per SuiteCRM instructions.
No apparent errors in Suitecrm.log or apache2 log. I am using PHP 7.1, is this the issue?
Please advise

@QuickCRM
Copy link
Owner

QuickCRM commented Apr 3, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants