Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Zend Issues

  • 14-01-2010 10:42am
    #1
    Registered Users, Registered Users 2 Posts: 3,446 ✭✭✭


    Hi Lads,

    I've been given a Joomla Calendar that needs to be modified the only problem is it has been written in Zend.

    I've managed to find a decoder for the files that works great and I've found the code that needs to be modified. The only problem is there is some strange php validation errors in the code I'm not sure where they came from or is this part of zend or if I need to encode them again.

    Does anyone know much about Zend??

    An example would be :
    $document =& ( );
    $document->addstylesheet( "components/com_abcalendar/calendar.css" );
    ( ( "Availability Booking Calendar " ), "home" );
    

    Thanks
    Gary


Comments

  • Registered Users, Registered Users 2 Posts: 7,468 ✭✭✭Evil Phil


    I thinks it's part of Joomla actually but the joomla docs site is down for me.

    But more importantly, post the exact validation errors you're gettting.


  • Registered Users, Registered Users 2 Posts: 3,446 ✭✭✭randombar


    This doesn't validate at all for me, it doesn't even really make sense to me??

    $document =& ( );


Advertisement