[ Video Sharing CMS v4 ] Uploading Section not working...

Started by nobelkansal,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

nobelkansalTopic starter

Before purchase phpvibe 3.6 for my domain i had install phpvibe 3.1 as demo on my same domain and hosting on that time youtube link uploading & video uploading from pc were working so i purchase 3.6 version from you but there is problem the uploading section is not working solve my problem as soon as possible..i also talk to my hosting provider they also tell me there is not any problem in server setting

this is my .htaccess code 
[<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^embed/([^/]*)/$ /embed.php?id=$1 [L]
RewriteRule ^feed(.*)$ feed.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/?$ index.php?rp=$1 [L]
</IfModule>
<ifModule mod_headers.c>
    Header set Access-Control-Allow-Origin: *
</ifModule>
]

tell me the coding if any need to change
because the uploading section is not working including images also not uploading.......
this is the link of my site check the uploading is not working.
www.redpock.com
  •  

PHPVibe A.

PHPVibe 3.1 was entirely other script, other framework, since 3.3 everything was changed 100%.

I've tried to upload an avatar, an cover, an image, an video, all have failed because the server denies it with no returned error.

Ask you hosting what are the server details in full (apache/nginx?) , modules, what is php running on, what are the post/upload limits, and what is the maximum writable level accepted on their server.

With so little detail, all I can help you with is the starter kit 3 months free hosting, so you can see for yourself the script is fine.


nobelkansalTopic starter

All setting are here check this file for uploading of videos and mp3
www.redpock.com/phpinfo.php
  •  

PHPVibe A.

You have a least one severe problem, the fact that CGI/FastCGI works really bad with uploads and sets it's own limits.

max_execution_time, max_input_time, max_file_uploads, memory_limit, upload_max_filesize are pretty low for uploading videos.

nobelkansalTopic starter

mp3 and images also not uploading...How to solve this problem....
  •  

Marius P.

He already has told you what to fix/change :


Quote from: Alexander on
You have a least one severe problem, the fact that CGI/FastCGI works really bad with uploads and sets it's own limits.

max_execution_time, max_input_time, max_file_uploads, memory_limit, upload_max_filesize are pretty low for uploading videos.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)

Replies: 1
Views: 1193

Replies: 3
Views: 2200

Replies: 6
Views: 4526

Replies: 3
Views: 6332

Replies: 3
Views: 7091