HomeUnityBlogs
 
 
jimi

upload problems

It gives me the message "Alert: Files can't exceed 2mb"

I did php.ini on my server to up it to 32mb.

I also went into ray suite and put the file to 32mb each.

I'm running 6.1.1

also I don't know how to make a php.ini file if thats what I need, if you know what to write help me out

also don't know how to refresh apache.



Thanks

bad
4
good
 
 

Comments

milenkovski
milenkovski 192 days agocomment permalink
 
compile the apache server (carefully)
 
bad
0
good
 
 
gameutopia
gameutopia 192 days agocomment permalink
 
Thanks for including your dolphin version, many times this is left out this can be very helpful.

But you did not mention whether music gallery, mp3/profile, or movie/video uploads or other.

Since you mention 32mb's I am going to assume you are referring to movie/video uploads.

If you did all the php.ini/.htaccess and increase in ray widget suite in admin panel.

Then verify that your ray widget is writeable for the movie/video xml file at:

yoursite.com//ray/modules/movie/xml/config.xml

depending on your setup but in order for the ray suite widget in admin panel to be able to make the changes to this file it need to be writeable by the server usually 666 for apache, but may very if you have php as cgi.

Otherwise you can manually open the file with a text editor notepad/wordpad, cpanel or other
yoursite.com//ray/modules/movie/xml/config.xml

Look for the the following referrence:

<item key="fileSize"><![CDATA[20]]>

The 20 in this case is referring to 20mb's upload. Change the 20 to your liking.

on rare occassions when this widget isn't registered in unity or there is somekind of error registering it I actually have changed it to include filemaxsize to get it to work right like:
<item key="fileMaxSize"><![CDATA[32]]>

Just a few things to play around with.

Good Luck
 
bad
4
good
 
View 1 replies to this comment
 
gameutopia
gameutopia 192 days agocomment permalink
 
Thanks for including your dolphin version, many times this is left out this can be very helpful.

But you did not mention whether music gallery, mp3/profile, or movie/video uploads or other.

Since you mention 32mb's I am going to assume you are referring to movie/video uploads.

If you did all the php.ini/.htaccess and increase in ray widget suite in admin panel.

Then verify that your ray widget is writeable for the movie/video xml file at:

yoursite.com//ray/modules/movie/xml/config.xml

depending on your setup but in order for the ray suite widget in admin panel to be able to make the changes to this file it need to be writeable by the server usually 666 for apache, but may very if you have php as cgi.

Otherwise you can manually open the file with a text editor notepad/wordpad, cpanel or other
yoursite.com/ray/modules/movie/xml/config.xml

Look for the the following referrence:

<item key="fileSize"><![CDATA[20]]>

The 20 in this case is referring to 20mb's upload. Change the 20 to your liking.

on rare occassions when this widget isn't registered in unity or there is somekind of error registering it I actually have changed it to include filemaxsize to get it to work right like:
<item key="fileMaxSize"><![CDATA[32]]>

Just a few things to play around with.

Good Luck
 
bad
3
good
 
 
gameutopia
gameutopia 192 days agocomment permalink
 
Thanks for including your dolphin version, many times this is left out this can be very helpful.

But you did not mention whether music gallery, mp3/profile, or movie/video uploads or other.

Since you mention 32mb's I am going to assume you are referring to movie/video uploads.

If you did all the php.ini/.htaccess and increase in ray widget suite in admin panel.

Then verify that your ray widget is writeable for the movie/video xml file at:

yoursite.com/ray/modules/movie/xml/config.xml

depending on your setup but in order for the ray suite widget in admin panel to be able to make the changes to this file it need to be writeable by the server usually 666 for apache, but may very if you have php as cgi.

Otherwise you can manually open the file with a text editor notepad/wordpad, cpanel or other
yoursite.com/ray/modules/movie/xml/config.xml

Look for the the following referrence:

<item key="fileSize"><![CDATA[20]]>

The 20 in this case is referring to 20mb's upload. Change the 20 to your liking.

on rare occassions when this widget isn't registered in unity or there is somekind of error registering it I actually have changed it to include filemaxsize to get it to work right like:
<item key="fileMaxSize"><![CDATA[32]]>

Just a few things to play around with.

Good Luck
 
bad
3
good
 
 
gameutopia
gameutopia 192 days agocomment permalink
 
Sorry for the additional posts. All I did was try to edit a type-o and for some reason this think posted 4 replys. I clicked on edit and fixed it then 4 lovely reply's all similarly looking. Think this new site still has a few kinks to work out. Sorry Again. Hope my original posts help a little. Else pm me. gameutopia
 
bad
3
good
 
 
charmer
charmer 190 days agocomment permalink
 
I am having pretty much the same problem with all the ray plugins. I should be sending you folks a bill for my time. Just call me frustrated.

I have Dolphin 6.1 the Ad Free version and I just bought most of the ray plugins and I can not change (increase) the upload limits either.

As a matter of interest I can use the Dolphin interface to change settings but then access via ftp to see the date of files and they are not newly dated, yet the permission is 666

I would appreciate some help please.

config.xml for Video

<items><item key="recorder_width"><![CDATA[350]]></item><item key="recorder_height"><![CDATA[435]]></item><item key="player_width"><![CDATA[350]]></item><item key="player_height"><![CDATA[435]]></item><item key="autoApprove"><![CDATA[false]]></item><item key="maxRecords"><![CDATA[10]]></item><item key="recordTime"><![CDATA[45]]></item><item key="quality"><![CDATA[100]]></item><item key="serverUrl"><![CDATA[#serverUrl#]]></item><item key="serverHttpUrl"><![CDATA[#serverHttpUrl#]]></item></items>
 
bad
0
good
 
 
charmer
charmer 190 days agocomment permalink
 
Just a little more info. I change the settings in the interface for music and video. I log off as admin. Log back on as a user and try uploading and I keep getting the 2 meg max warning even though I changed it.

I then go back to admin and the settings are as I had changed them, so obviously they are being recorded somewhere, it seems the system is just not implementing them.

Really would like so help with this for music and video
 
bad
0
good
 
 
gameutopia
gameutopia 190 days agocomment permalink
 
Video is the profile video which goes by time in seconds that being the <item key="recordTime"><CDATA[45]]> where the 45 is 45 seconds of total record time allowed and the one before it in reference to [10]] is 10 profile videos allowed.

Movie folder is the one for the actual Video Player/Gallery Video player which is a different folder than Video. Have a look at the movie/xml/config.xml file instead of the video folder.
 
bad
4
good
 
 
charmer
charmer 189 days agocomment permalink
 
With the settings below the 2 meg warning box still pops up.

movie/xml/config.xml file.

<items><item key="editor_width"><![CDATA[440]]></item><item key="editor_height"><![CDATA[640]]></item><item key="player_height"><![CDATA[435]]></item><item key="filesCount"><![CDATA[20]]></item><item key="filesUrl"><![CDATA[#filesUrl#]]></item><item key="fileSize"><![CDATA[100]]></item><item key="fileMaxSize"><![CDATA[#fileMaxSize#]]></item><item key="autoPlay"><![CDATA[true]]></item><item key="save"><![CDATA[true]]></item><item key="autoApprove"><![CDATA[true]]></item><item key="sameQuality"><![CDATA[true]]></item></items>
 
bad
0
good
 
 
charmer
charmer 189 days agocomment permalink
 
Okay I manually changed the settings to what follows and it uploads, then gives a "File Uploading Error"

<items><item key="editor_width"><![CDATA[440]]></item><item key="editor_height"><![CDATA[640]]></item><item key="player_height"><![CDATA[435]]></item><item key="filesCount"><![CDATA[20]]></item><item key="filesUrl"><![CDATA[#filesUrl#]]></item><item key="fileSize"><![CDATA[100]]></item><item key="fileMaxSize"><![CDATA[100]]></item><item key="autoPlay"><![CDATA[true]]></item><item key="save"><![CDATA[true]]></item><item key="autoApprove"><![CDATA[true]]></item><item key="sameQuality"><![CDATA[true]]></item></items>
 
bad
2
good
 
 
charmer
charmer 189 days agocomment permalink
 
While I have you, one small questions, how do I delete user created chat rooms in AV Chat?
 
bad
0
good
 
 


Post a Comment

Please login to post a comment.

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