I keep getting an undeifned error after uploading video. It seems to go to 100%, then shows clip below approved, and after a while I get the error.
I have increased my php.ini as directed in other posts.
upload_max_filesize = 100M
post_max_size = 100M
output_buffering = on
max_execution_time = 1000
max_input_time = 1000
memory_limit = 64M
When viewing the video in through cuteftp (public_html/ray/modules/movie/files/),
i can see the following files:
1_temp
1_temp.flv
1_temp.jpg
1_temp.mpg
1_temp_small.jpg
When looking at the database through phpmyadmin, in table RayMovieFiles, it is blank.
Does anyone have an idea of whats going on?