Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • lmlloyd Friend
    #126569

    I just did a brand new install of Joomla 1.5, then did the Quickstart install of Avian II by unziping the file locally, and FTPing it to the server and overwriting everything. When I try to use any of the three variants of the template, all I get on the page with the template applied is the following error message.

    Fatal error: Call to undefined function: sefreltoabs() in /home/u2/lmladmin/html/templates/ja_avian_ii_d/html/mod_login/default.php on line 49

    Any of the templates that were installed by default with 1.5 work fine. Any ideas why this is happening? I really don’t know enough about putting templates on Joomla to even guess.

    Oh, I should add, that this is running on a LAMP server with PHP 5

    Sherlock Friend
    #242122

    Hi Imlloyd.
    You can try follow me:
    Open default.php (templates/ja_avian_ii_d/html/mod_login/default.php). You will see this line

    <form action="<?php echo sefRelToAbs( 'index.php' ); ?>" method="post" name="login" id="form-login" >
    Change to

    <form action="index.php" method="post" name="login" id="form-login" >

    lmlloyd Friend
    #242157

    Thanks. that got it working. Now I just need to figure out how to enable the gallery, since I don’t see it anywhere in the control panel.

    Sherlock Friend
    #242179

    I think you should upload quickstart and then install as a new joomla site (you must install sample data), so you will have a new site like demo. Because you installed a new joomla,then overwrite by quickstart, so you only have database of orgina joomla, not of quickstart, so you cann’t enable gallery. But have a idea, you can install quickstart at local, then export database of it and import replace databse on server.
    Hope can help you.

    lmlloyd Friend
    #242191

    Oh, so you cold install the template quickstart? Oh, that changes everything! I thought you installed it over the existing install. I didn’t realize it was a self-contained package that installed Joomla as well! Thank you very much for clearing that up!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  lmlloyd 16 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum