0
Hello,
Our related artist does not work, it doesn't display anything. And also having same issues with related tags.
I also increased the upload file size like you have mentioned in the forum through the php file but when I upload a new file it simply refreshes the page and does not upload the song even on the backend. Any suggestions?
Best,
Our related artist does not work, it doesn't display anything. And also having same issues with related tags.
I also increased the upload file size like you have mentioned in the forum through the php file but when I upload a new file it simply refreshes the page and does not upload the song even on the backend. Any suggestions?
Best,
Responses (25)
-
Accepted Answer
0Our "related" features do not work either. I can make the selections from the admin back end but not from the front end. Also, though it only happened once, we were unable to add more that 19 files (84 megs total size) for one particular album. This was the case even though other albums are using 120+ megs and also have 20 and more songs. It was quite odd. Still haven't determined the issue. I am assuming it was some type of database error at this point, considering my php.ini has not upload limit issues with any other software (nor with other albums within even Music Collection). Hopefully, we can solve the issue soon because we weren't even able to add more songs to this album from the admin side. I had to create "empty" songs, upload the mp3s via ftp and then type the file names into the filename boxes for each song from the admin side. -
Accepted Answer
0hello!
are you adding a NAME to the song?
related tags-> this does not exist...
related arists-> hmm :S :S can you post a link?
19 files issue: this is easy. your PHP settting "max_file_uploads" (I don't remember the exact name of the variable, sorry) is set to 20.
since you are using 1 file for the ALBUM IMAGE, you have only 19 files left to upload. that's why
just increase this value to 50 or 100. -
Accepted Answer
-
Accepted Answer
0Hi Germin,
Yes I am adding the name of the song and all the album details, I have changed the Upload size limit from 8MB to 100 MB but when I add one song around 50MB it simply refreshes the page and it doesn't upload the album or song. Am I missing something in the php that I need to change for the song file limit or do you have any suggestions? You can check it out yourself if you go to jellobeat.com
thanks -
Accepted Answer
-
Accepted Answer
0Below is in the php.ini file. This is where you are saying to change the option?
expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
upload_max_filesize = 100M
max_file_uploads = 100
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset=" -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Germi, my issue with related artists appears when a member is editing an artist. On the front end the selection box is empty. I have tried with different templates (to test whether it was a css issue I could easily fix) and have the same result. I have not tried multiple browsers yet. I have attached a screen shot from thegrindlab.com. I have coded out several lines/sections, however this problem was present upon a clean install.
Thanks.
Moni -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0I am revisiting this issue. I did a clean install using the same template you are using for the demo here and this problem still occurs. I had assumed perhaps my template was causing the issue but that is not the case. Any ideas why this still works from the back end (admin side) but not from the front end (user side)?
Thanks! -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
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 »