Peter
November 25, 2015, 11:15am
4
Hi Mick,
Great, I am glad that it is working for you now!
Are the upload_max_filesize etc settings fine after you made those changes?
For more documentation regarding php.ini settings for max upload file size etc, see this topic:
Other symptoms include an error when uploading files:
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
or simply the message
true
Xibo does not limit file upload size - but PHP does. You need to edit your php.ini file for your system to support large file uploads.
By default, the php.ini file is in the following locations:
Ubuntu (with Apache): /etc/php5/apache2/php.ini
Ubuntu (with php-fpm - for example with nginx or lighttpd): /etc/php5/fpm/php.ini
Wind…
For your minor problem with Internationalization, it should be easy to fix that too, please see this post:
Windows
Installing PHP extensions on Windows is easy and the php_intl.dll extension should be bundled with the PHP installation (if it isn’t then it is likely the version of PHP you are installing is too low).
There are plenty of articles giving detailed steps for this if you search for php windows php_intl.dll, however the basic process is:
Find the PHP installation, look in the ext folder and make sure the file php_intl.dll is present
In the PHP installation, look for the php.ini file and o…