Hello l just bough the script and having some issues.
when l upload a video l get this error
ERROR: There was a server problem when attempting the upload, please try again later.
also can't see some image that upload
clicking on anything doesn't do anything in the account_home.html
admin page work fine.
using nginx
nginx Directives
# nginx configuration
location /app {
rewrite ^/app/(.*) /plugins/webdav/site/control/$1 break;
}
location /api {
rewrite ^/api/v2/(.*)$ /api/v2/index.php?_page_url=$1 break;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?_page_url=$1;
}
}
Custom php.ini settings
upload_max_filesize = 2G
post_max_size = 2G
max_execution_time = 84600
max_input_nesting_level = 84600
max_input_time = 84600
when l upload a video l get this error
ERROR: There was a server problem when attempting the upload, please try again later.
also can't see some image that upload
clicking on anything doesn't do anything in the account_home.html
admin page work fine.
using nginx
nginx Directives
# nginx configuration
location /app {
rewrite ^/app/(.*) /plugins/webdav/site/control/$1 break;
}
location /api {
rewrite ^/api/v2/(.*)$ /api/v2/index.php?_page_url=$1 break;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?_page_url=$1;
}
}
Custom php.ini settings
upload_max_filesize = 2G
post_max_size = 2G
max_execution_time = 84600
max_input_nesting_level = 84600
max_input_time = 84600
Attachments
-
114.8 KB Views: 21