Code appearing

Noulis Bak
Noulis Bak
Offline
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

; 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

    Thursday, July 29 2010, 10:51 AM - #Permalink
    0
    first, paste here ALL the code you see, plase.

    also, go to joomla backend > help > system info > php information and look for the short_open_tag variable, to REALLY be sure that is set to ON.
    The reply is currently minimized Show
  • Accepted Answer

    Noulis Bak
    Noulis Bak
    Offline
    Thursday, July 29 2010, 10:59 AM - #Permalink
    0
    Short 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
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, July 29 2010, 11:00 AM - #Permalink
    0
    ok

    its the short open tags

    it is still off. maybe you have to restart XAMPP

    be sure that the php.ini file loaded is the one that you modified (you can see the file loaded also on PHP information, on joomla backend)
    The reply is currently minimized Show
  • Accepted Answer

    Noulis Bak
    Noulis Bak
    Offline
    Thursday, July 29 2010, 11:21 AM - #Permalink
    0
    Everything fixed now...

    Thank you very much for your help...
    Keep up the excellent support... :)
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, July 29 2010, 11:21 AM - #Permalink
    0
    no problem ;)
    The reply is currently minimized Show
Your Reply