0
Hi,

I install the component on my joomla 1.5 plattform. The installation process works fine but afterwards I saw technical signs in the screens in the backend and frontend. I found some topics regarding this issue and changed the php short_open_tag parameter to on and restart the apache. In the PHP information in the joomla backend the parameter is displayed as "on". But it doesn't help.
The Joomla installation is running in legacy mode. The PHP version is 5.3.5.

Please give me a hint what to do. Many thanks!

dhussmann
Responses (11)
  • Accepted Answer

    Friday, December 30 2011, 07:23 PM - #Permalink
    0
    hello

    what signs are you seeing?
    turning short open tag ON should be the solution..!

    or.. are you seeing "NOTICE"? if that's the case, you just need to turn error reporting OFF

    (or, in php.ini, this:

    ERROR_REPORTING = E_ERROR
    The reply is currently minimized Show
  • Accepted Answer

    Friday, December 30 2011, 07:43 PM - #Permalink
    0
    Thank you for the fast response. For a better understanding I attached a screen of the frontend. [file name=screenshot.zip size=82912]http://www.joomlamusicsolutions.com/images/fbfiles/files/screenshot.zip[/file]
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, December 31 2011, 04:42 PM - #Permalink
    0
    ok, this is, indeed, a short open tag issue

    are you sure the configuration ie being loaded by Apache correctly? can you make an screenshot of PHP information on joomla backend?
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, January 01 2012, 06:08 PM - #Permalink
    0
    Hello,

    you find the required screenshot in the attachment. [file name=php_parameter.zip size=38342]http://www.joomlamusicsolutions.com/images/fbfiles/files/php_parameter.zip[/file]
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, January 01 2012, 06:47 PM - #Permalink
    0
    and in PHP information, is the value the same?
    can you provide me admin access?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 03 2012, 08:20 AM - #Permalink
    0
    Hello,

    unfortunatly I use the component in my local network and a remote access is not configured.
    I attached the PHP-info tab as pdf and beside that I also add the php.ini file [file name=php_info.zip size=765283]http://www.joomlamusicsolutions.com/images/fbfiles/files/php_info.zip[/file]
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 03 2012, 12:42 PM - #Permalink
    0
    I can't see the values on the PDF.

    but this is very strange...
    just to try, can you put the "On" in teh php.ini file like this: On

    not ON (not uppercase), but On
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 03 2012, 03:04 PM - #Permalink
    0
    Hi,

    I switch the parameter, but it doesn't help. In the Joomla Backend in the PHP settings the short open tags are displayed as on (as expected).
    The PDF represents exactly what is displayed in the Administrator Backend when I klick on help\\system info in the main menue and open the tab php-information afterwards. Can you please tell me which parameter you want to see and the value that you expact?

    Best regards

    Dominik
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 03 2012, 03:57 PM - #Permalink
    0
    this is really, really strange. it's like the short_open_tags is not actually taking any effect on your PHP settings. this is so weird!!
    I hadn't seen that before.
    is there any chance you can test this on a different server?

    the other only solution I can think of is that you make a search/replace on all the com_muscol files. you search for "
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 03 2012, 07:57 PM - #Permalink
    0
    Hi,

    I finally found it. The issue was caused by the PHP Component eAccelerator which implements a caching server that is used by mediwiki.

    After deactivating it the codings are not displayed any more

    Best regards

    Dhussmann
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 05 2012, 04:59 PM - #Permalink
    0
    oh! ok :) good to know :)
    The reply is currently minimized Show
Your Reply