0
I just moved my site to another server. All is working fine except the path for my thumb pic which are not loading. I am wondering if you guys can help me out with this issue..
JPATH_SITE.DS is missing a / which prevent my thumb picture to load. Here's the code for the image
components/com_muscol/helpers/image.php?file=' .JPATH_SITE.DS.'images'.DS.'artists'.DS. $file .'&width=' . $width .'&height=' . $height ;
and this is what it's showing for the thumb link
components/com_muscol/helpers/image.php?file=/var/www/vhosts/example.comhttpdocs/images/artists/1289453943_t-vice.jpg&width=282&height="..
/ is missing between example.com and httpdocs. How can I place that / there?
Thanks
JPATH_SITE.DS is missing a / which prevent my thumb picture to load. Here's the code for the image
components/com_muscol/helpers/image.php?file=' .JPATH_SITE.DS.'images'.DS.'artists'.DS. $file .'&width=' . $width .'&height=' . $height ;
and this is what it's showing for the thumb link
components/com_muscol/helpers/image.php?file=/var/www/vhosts/example.comhttpdocs/images/artists/1289453943_t-vice.jpg&width=282&height="..
/ is missing between example.com and httpdocs. How can I place that / there?
Thanks
Responses (15)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0:laugh: I know germi. I plan to get the latest update for my site but for now I want to get this minor thumb broken link working to get started
here's the link in case you wanna take a look at it.
http://www.plezilakaytv.com/index.php?option=com_muscol&view=artists&layout=detailed&Itemid=436
Many thanks. -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0components/com_muscol/helpers/image.php?file=' ./var/pltvradio.com/httpdocs.ds.'images'.ds.'albums'.ds. $file .'&width=' . $width .'&height=' . $height ;
I got a blank page with this one. What am I doing wrong? and thanks for helping out on this -
Accepted Answer
0you're not doing this right.
components/com_muscol/helpers/image.php?file=' .'/var/pltvradio.com/httpdocs'.ds.'images'.ds.'albums'.ds. $file .'&width=' . $width .'&height=' . $height ; -
Accepted Answer
-
Accepted Answer
0then maybe some extra coding is needed.. this is weird, this is NOT a music collection fail, believe me! it's something wrong with the joomla installation... it's very strange that the JPATH_SITE variable is not well defined... I had never seen that.
listen.. at this point I have to tell you to consider renewing the subscription. although it was no longer active, I tried to help you in anything I can because I understand this is not your fault... but if I have to go down on Joomla code to solve this, this is beyond the technical support I'm giving you now... so I really have to ask you to renew if you want me to log in into your site and take a look at all the joomla settings and everything...
I hope you understand.. -
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 »