0
Hello,
I have created a local host with xampp and i am locally building the website with joomla... I have installed all the plugins have created a module for creating an album... But when I preview my site and try to add an album, code is appearing on the site
e.g. "album->metakeywords;"
is appearing in the metakeywords form
I have done the installation as refered to http://www.joomlamusicsolutions.com/en/support/installation.html
I have found the php.ini and set short_open_tag
Is there something else I should change in order to make the code disappear from my site???
Let me know if you need a screenshot of my site...
Thank you in advance
I have created a local host with xampp and i am locally building the website with joomla... I have installed all the plugins have created a module for creating an album... But when I preview my site and try to add an album, code is appearing on the site
e.g. "album->metakeywords;"
is appearing in the metakeywords form
I have done the installation as refered to http://www.joomlamusicsolutions.com/en/support/installation.html
I have found the php.ini and set short_open_tag
; short_open_tag
; Default Value: On
; Development Value: On
; Production Value: On
Is there something else I should change in order to make the code disappear from my site???
Let me know if you need a screenshot of my site...
Thank you in advance
Responses (5)
-
Accepted Answer
-
Accepted Answer
0Short open tag is OFF... You were right...
As for the code that appears is
album->metakeywords;
album->metadescription; ?>
album->image, $this->album->image, array("style" => "max-width:300px;")); ?>
This code appears in multiple forms and also on the Button to save the
album the following code appears:
Thank you in advance -
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 »