0
Hi there
I am hoping someone can rectify this problem I am having.
I am adding music from my FTP files, If one folder contains around 65 mp3s they upload onto music collection with no problems.
Some of my files contain 300+ mp3s, they scan ok from the FTP onto music collection but when it comes to saving the new album with these mp3s I am always redirected to the Joomla homepage (Backoffice)
In my specified php5.ini file i have increased the following
post_max_size = 25000M
upload_max_filesize = 25000M
expose_php = Off
max_input_time = 2600 ; Maximum amount of time each script may spend parsing request data
max_execution_time = 2600 ; Maximum execution time of each script, in seconds
max_file_uploads 1000000
All changes are showing in the joomla php system information so why is music collection not saving the files?
Is there something else I need to add to php5.ini file??? I have been trying to solve this problem now for over 5 days and still no closer.
I am hoping someone can rectify this problem I am having.
I am adding music from my FTP files, If one folder contains around 65 mp3s they upload onto music collection with no problems.
Some of my files contain 300+ mp3s, they scan ok from the FTP onto music collection but when it comes to saving the new album with these mp3s I am always redirected to the Joomla homepage (Backoffice)
In my specified php5.ini file i have increased the following
post_max_size = 25000M
upload_max_filesize = 25000M
expose_php = Off
max_input_time = 2600 ; Maximum amount of time each script may spend parsing request data
max_execution_time = 2600 ; Maximum execution time of each script, in seconds
max_file_uploads 1000000
All changes are showing in the joomla php system information so why is music collection not saving the files?
Is there something else I need to add to php5.ini file??? I have been trying to solve this problem now for over 5 days and still no closer.
Responses (17)
-
Accepted Answer
0Just to trouble shoot, you could try loading half to see if it takes, and then load the other half. I have seen this program along with many others crash if the mp3 has corrupt id3 tags. This might at least help allow you to see if its an issue with your mp3 files or an issue with something timing out. -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Ok Ive managed to eliminate that music collection will accept 121 mp3 files from one FTP folder, The second folder I also managed to upload with no problems indicating no corrupt files etc.
I managed to add the second file by making it part of a set to the first file I uploaded, I cant really do all the uploads this way or I am going to end up with a bulk load of albums, im guessing the reason music collection is not accepting one FTP file is because of the settings in the php5.ini
once again here is how my php5.ini is set and recognised by Joomla backend too, Maybe some scripting needs to be added to the Music collection files or something.
Does anybody else theres set up like this or maybe provide a correct script so music collection can accept at least 1gb in FTP data?? My hosting provider is also GoDaddy which should not make any difference as everything I change within this php5.ini is also being recognised by Joomla back office php information.
register_globals = off
allow_url_fopen = off
SecFilterScanPOST Off
post_max_size = 25000M
upload_max_filesize = 25000M
expose_php = Off
max_input_time = 2600 ; Maximum amount of time each script may spend parsing request data
max_execution_time = 2600 ; Maximum execution time of each script, in seconds
max_file_uploads 200
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so
rg_emulation=off
session.bug_compat_warn=0
rg_emulation=off
rg_emulation=off -
Accepted Answer
0Hmmm, not sure. Your config looks decent. I use to host on godaddy but ended up moving all my websites that ran joomla off of it, as their servers would typically take anywhere from 15 to 45 seconds to even recognize a request and joomla can be kind of resource heavy (though i still love godaddy for a lot of other services).
How long goes it typically take before it kicks you back to the home page? Is it logging you out at the time as well? -
Accepted Answer
0hello Joe
two things:
1) your max_file_uploads is still 20 in your site (just check your backend information)
2) is that thing you pasted the value you've putted into the file? then there's a syntax error. where's the "=" after max_file_uploads???
it should be max_file_uploads = 200
in your file it is:
max_file_uploads 200 -
Accepted Answer
0This is what happens word for word
I go to music collection
Scan folder
I pick one of my folders Eg HipHop Folder
All the mp3s that are in that file load up on the music collection screen giving me the option of
. Create new album using these files
. Run id3 tags etc etc etc
I create new album using those files, Name my album and correct genre etc
Click save
Once I click save on that album im redirected to the joomla control panel
......................................................................
If I repeat the above process with a file that as few mp3s it will save with no problems, load me back onto the music collection album view and my newly created album will be placed at the top of the albums
Joe -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0This is my new coding and still don't resolve the problem I am having
This is getting very frustrating.
register_globals = off
allow_url_fopen = off
SecFilterScanPOST Off
post_max_size = 25000M
upload_max_filesize = 25000M
expose_php = Off
max_input_time = 2600 ; Maximum amount of time each script may spend parsing request data
max_execution_time = 2600 ; Maximum execution time of each script, in seconds
max_file_uploads = 200
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so
rg_emulation=off
session.bug_compat_warn=0
rg_emulation=off
rg_emulation=off -
Accepted Answer
-
Accepted Answer
0Joe, please stop pasting codes.
it's not just changing the code, you need to see that the new values are ACTUALLY readen by your server. they are not. please go to Global Configuration -> System Information -> PHP information
there you will see the actual values loaded by your installation. if the values you're setting are not loaded, it means that your server is not loading them for some reason (maybe the server needs some time to make the changes, that happens specially in Godaddy, they take a few hours to reset the settings) -
Accepted Answer
-
Accepted Answer
0I only pasted the code to show exactly what was inputted in the php5.ini file so as to show exactly what the file is reading and what the servers are registering.
Apologies
Ok so the server as updated and the file upload value as now changed with the syntax added to the php5.ini
Still no change and im still redirected back to joomla control panel everytime I save the album.
Joe -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »