HomeUnityBlogs
 
 
lrmzx636

Video Uploading Issues

So my site was up and running fine, not much use, well lately I have been pushing it for more members and now my video uploads will not work 100% for me. I can upload small files, under 2mb it seems but nothing over that. When I signed up with my host I had him change the php.ini to allow larger files.

Now....

Through tech support the guy was able to login as me and upload a 36mb file... meanwhile I cant upload anything over 2mb... so what are your thoughts?

It sends me a database error message as well.

[quote] <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} @font-face {font-family:Consolas; panose-1:2 11 6 9 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:modern; mso-font-pitch:fixed; mso-font-signature:-1610611985 1073750091 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} p.MsoPlainText, li.MsoPlainText, div.MsoPlainText {mso-style-noshow:yes; mso-style-priority:99; mso-style-link:"Plain Text Char"; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.5pt; font-family:Consolas; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} span.PlainTextChar {mso-style-name:"Plain Text Char"; mso-style-noshow:yes; mso-style-priority:99; mso-style-unhide:no; mso-style-locked:yes; mso-style-link:"Plain Text"; mso-ansi-font-size:10.5pt; mso-bidi-font-size:10.5pt; font-family:Consolas; mso-ascii-font-family:Consolas; mso-hansi-font-family:Consolas;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} -->

Database error in Over Two Wheels Only

Query:

SELECT 1 FROM RayMovieFiles WHERE Uri = 'slab2' LIMIT 1

Mysql error:

MySQL server has gone away

Found error in file /home/overtwon/public_html/inc/utils.inc.php

at line 744. Called db_arr function

with erroneous argument #0

Debug backtrace:

Array

(

[1] => Array

(

[file] => /home/overtwon/public_html/inc/db.inc.php

[line] => 115

[function] => db_res

[args] => Array

(

[0] => SELECT 1 FROM RayMovieFiles WHERE Uri = 'slab2' LIMIT 1

[1] => 1

)

)

[2] => Array

(

[file] => /home/overtwon/public_html/inc/utils.inc.php

[line] => 744

[function] => db_arr

[args] => Array

(

[0] => SELECT 1 FROM RayMovieFiles WHERE Uri = 'slab2' LIMIT 1

)

)

[3] => Array

(

[file] => /home/overtwon/public_html/inc/utils.inc.php

[line] => 719

[function] => uriCheckUniq

[args] => Array

(

[0] => slab2

[1] => RayMovieFiles

[2] => Uri

)

)

[4] => Array

(

[file] => /home/overtwon/public_html/ray/modules/movie/inc/customFunctions.inc.php

[line] => 13

[function] => uriGenerate

[args] => Array

(

[0] => slab2

[1] => RayMovieFiles

[2] => Uri

[3] => 255

)

)

[5] => Array

(

[file] => /home/overtwon/public_html/ray/modules/movie/inc/actions.inc.php

[line] => 188

[function] => genUri

[args] => Array

(

[0] => slab2

)

)

[6] => Array

(

[file] => /home/overtwon/public_html/ray/XML.php

[line] => 42

[args] => Array

(

[0] => /home/overtwon/public_html/ray/modules/movie/inc/actions.inc.php

)

[function] => require_once

)

)

Called script: /ray/XML.php

Request parameters:

Array

(

[module] => movie

[action] => initFile

[id] => 1

[_t] => 20262

[description] => test

[tags] => test

[title] => slab2

[cpsession] => closed

[cprelogin] => no

[logintheme] => cpanel

[memberPassword] => 413d6f9b539dd45480cb2a05c47ecdc5

[memberID] => 1

)

--

Auto-report system

[/quote]

bad
-2
good
 
 

Comments

LeonidS
LeonidS 58 days agocomment permalink
 
Try to increase wait_timeout variable value of your server - usual reason of "MySQL server has gone away" error.
 
bad
0
good
 
 
praveenkv1988
praveenkv1988 58 days agocomment permalink
 
Increase the execution time and mysql timeout.
 
bad
0
good
 
 
lrmzx636
lrmzx636 58 days agocomment permalink
 
How do i do that?
 
bad
0
good
 
 
clubbeyourself
clubbeyourself(negative) 58 days agocomment permalink
 
post your questions in the support forums not the blogs, please when you accept the rules of posting in the blogs read them first and you will know this is not the place to post your problems
 
bad
0
good
 
View 2 replies to this comment
 
Stuart038
Stuart038(negative) 57 days agocomment permalink
 
Have you noticed how few people use the Blogs lately....
 
bad
0
good
 
 
gameutopia
gameutopia 57 days agocomment permalink
 
This depends on your host, what type of host cgi or apache, and what kind of control you have over it. If you can change it yourself is a possibility, if not what the host is willing to do.

My site which I am currently not allowed to advertise shows some of this. See my profile and site for .htaccess / php.ini for a basic concept. Let me know if you have any questions or if I can help.

gameutopia
 
bad
1
good
 
 
melia
melia(positive) 56 days agocomment permalink
 
go to dialme.com and look for the htaccess php ini article. The link is on the front page.
 
bad
0
good
 
 
lrmzx636
lrmzx636 56 days agocomment permalink
 
Well my host migrated my server a few weeks back to a new server, I presume thats when the issues started to happen. Tech support said they would try it on another server and see if the problem is resolved. I know I had issues editing the .htaccess file and crashing the site all together.
 
bad
0
good
 
 


Post a Comment

Please login to post a comment.

This Post
 
 
lrmzx636 Blog
All Blogs
Found a bug? Have a suggestion? We really value your feedback!
 
© 2008 BoonEx Ltd
ABN 27 127 966 581
 
PET:0.6978931427