0
I am not selling albums nor do I want to list everything from the album area. How can I turn off some of these so they don't show on the album page.
I don't want to show the Price, Edition date, Country,Label, Catalog Number & Edition as these don't pertain to what I'm doing. It also doesn't look right to show these on my site.
I don't want to show the Price, Edition date, Country,Label, Catalog Number & Edition as these don't pertain to what I'm doing. It also doesn't look right to show these on my site.
Responses (18)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0It's not my server it's something to do with your component.
Look at Picture 1, I went into another directory on this server and changed the permissions on wp-config.php to 666 and it changed with no issues.
Look at Picture 2, I went into your component and it will not allow any changes to permissions, I cannot upload, etc..
I have full control over this server, I went into WHM and Cpanel and cannot change anything in your component but have full control over everything else.
What can be causing this?? -
Accepted Answer
0sincerely, I have no idea. Our component does not makes any restriction on folder or anythiing similar. You're the first to report us this issue... I dont think it's something of our component, we have more than 300 users and nobody reported this.
anyway I'll be glad to take a look if you give me access to the cpanel -
Accepted Answer
0hey, I was thinking...
in fact is not a 'component' issue. it has something to do with the albums folder, wich you created manually... so it has NOOOOTHING to do with the component. try to create any other folder just like you created the albums one. have you access to it? or you have the same problem as with albums? -
Accepted Answer
-
Accepted Answer
0mmm well, I see two thing here: first, the com_muscol directory has 755 while all the others have 777.. why is that? cant you change it to 777? when you install another component, the folder also gets 755 or gets 777?
second: what is that com_muscol_1.5.0_pro folder doing there?? it shouldn't be there. did you puted it there? (the only folder should be com_muscol) -
Accepted Answer
0No idea why the other folder is there. I just deleted it.
It will not allow me to change the permissions to 777 on the com_muscol folder.
I sent you an email with FTP info. I wonder if it has something to do with turning off FTP in the admin area, remember it wouldn't upload any modules or components with FTP enabled? -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Ok, I've spent the last 2 hours trying to figure this out..
It is because your components when installed using the Install feature in Joomla set the username to NOBODY, unless I go into my server config and enable phpsuexec (which is a security risk).
I'm sure you see the problem with this and unless I change my apache configuration on the server, I cannot make any modifications or edits to anything which defeats the purpose of doing this.
I also don't want to be presented with other issues down the road by enabling suexec
what can we do? -
Accepted Answer
0The solution is to login to SSH (you have to be logged in at root level) and CHOWN (change ownership) of the files that were changed to NOBODY to your Username. You have to change the group as well.
It will look like this now. 99 99
which is
user - Nobody
group - Nobdy
So it needs to be changed to username username
here is the command to change it, once you login to SSH, navigate to the public_html directory
then use
chown -R username:username foldername
(where username is your username and foldername is the folder you want to change) the above is case sensitive
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 »