Edit .htaccess file. Add following line on top of your .htaccess file in the STXtube installation folder.
php_flag display_errors On
Now hit the page again, you should see the real problem.
You have to upload files in BINARY mode. Check this page.
Please mail your server setup to
this e-mail address.. For fixing the issue, read
this forum thread.
Your PHP installation doesn't allow file_get_contents function on remote URL's and you don't have cURL installed on your hosting. You should enable one of these by contacting your hosting provider.
PHP can't open sessions because of /tmp write-lock. Your server administrator should fix it by making /tmp webserver writable.
Probably, STXtube's .htaccess is colliding with parent .htaccess file(s).
First of all, try applying this
post. If it doesn't work you should resolve the issue on parent .htaccess because on Apache webserver, parent always is the dominant one.
If you can't fix it, you can disable STXtube's rewrite system by following steps:
Problem is same as Links giving 404. Look (Install Faq#h84–7 previous).
Use always SFTP (SSH over FTP). You can use
FileZilla FTP client. Example setting:
You can find it
here.
Look
there.
This is explained on
this post.
Since version 1.5.0, there is already an option for that. Go to Administartion Panel / System Modules / Settings Module. Click Misc tab. You should see the video per page field, edit it.
Probably there is some error on some tab. Explore all tabs, you should see an error icon near troubled field. Mostly it is 'Misc / Other' tab. If all fields are null there, fill in 28 for video per page and 'd/m/y' for date format. You can find the full date format identifiers on DateFormat page.
Follow this
post.