Error Hosting

alt=
@info7130
9 years ago
8 posts
Hello,

I have some errors on the vps hosting I have. Can you help me to tell the hosting provider that is what you should activate and change.

I guess one of them is because they need to configure any modules, as foxycart.

For example:
1. / usr / bin / du is not executable - unable to stat disk space
2. post_max_size and upload_max_filesize are properly September (watch this if I put phpinfo 512m and is modified but not reflected in Jamroom).

Most of all I would like to know if it is possible, signs should tell the service provider's hosting that I have.

Thank You
1.jpg
1.jpg  •  103KB


updated by @info7130: 08/06/15 04:29:09AM
michael
@michael
9 years ago
7,715 posts
All of those things are issues that your server guy can sort out. They are just settings that need to be adjusted.

You can ask whoever your hosting with to sort them out for you.

The Foxycart api needs to be setup via the instructions:
https://www.jamroom.net/the-jamroom-network/documentation/modules/2/setting-up-foxycart-jrfoxycart

but things like "unable to find imageMagick..." is probably because its not installed on your server.
alt=
@info7130
9 years ago
8 posts
Hello,
As ImageMagick binary must be installed on the server where I found where to download.
http://www.imagemagick.org/script/binary-releases.php

The same applies to:
FFMpeg binary
Audio SOX binary
Audio ID3v2 binary
checking disk space

Urls know where to download.

Thank You
updated by @info7130: 07/02/15 01:44:01AM
michael
@michael
9 years ago
7,715 posts
These are questions for your host. All of those come packaged with the modules. They should just need to be permissioned to 'executable'.

Unless your hosting company has some different settings that don't allow the packaged versions to work properly.

I recommend our hosting:
https://www.jamroom.net/hosting

As for image magick it should be able to be installed from the command line of your server:
sudo apt-get install imagemagick
http://ask.xmodulo.com/install-imagemagick-linux.html

Depends on what version of linux you are running though.
alt=
@info7130
9 years ago
8 posts
Hello,
We have ImageMagick installed on a Centos yum ya.

but it is disabled, why?

Also I give a performance check but does nothing

Thank You
brian
@brian
9 years ago
10,148 posts
info7130:
Hello,
We have ImageMagick installed on a Centos yum ya.

but it is disabled, why?

Also I give a performance check but does nothing

Thank You

The imagemagick "convert" binary must be executable by the web user. Your hosting provider should be able to assist you with that until the binary checks in the Server Check all show green.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
@info7130
9 years ago
8 posts
Hi Brian,
And so with:
checking disk space
Audio SOX binary (or any module requires this)
Audio ID3v2 binary (or any module requires this)

Thank You
michael
@michael
9 years ago
7,715 posts
Same with those too, all need to be executable by your web user. Ask your web hosting company to check.

'executable' is a permission that you change the file to. You might be able to do it via your FTP client, or maybe it needs SSH, your server company will know.

If your interested in doing it yourself:
https://duckduckgo.com/?iac=1&q=make%20a%20file%20executable

Tags