dashboard issues

freddiehdxd

New Member
YetiShare User
Jun 10, 2017
2
0
1
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
 

Attachments

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
I've responded to your ticket, but it looks like an issue with the Nginx rules. Make sure they match the ones we supply with the script download.