Shape 5

Joomla Free Templates => Intrigue - Free => : herpderp May 16, 2011, 11:50:09 AM



: Fatal error
: herpderp May 16, 2011, 11:50:09 AM
Just installed Joomla 1.6. Switch template to Intrigue; get this error:

Fatal error: Call to a member function get() on a non-object in /home/astrit/public_html/templates/shape5_intrigue/index.php on line 23

Tried reinstalling, no change. Noticed when editing parameters on the template "The parameter file /templates/shape5_intrigue/params.ini is unwritable!" is displayed

Halp?


: Re: Fatal error
: asingh May 16, 2011, 10:53:53 PM
Try set this file reference::

/templates/shape5_intrigue/params.ini

to writable i.e.chmod 777

Also, Please ensure that you are using php 5 which can be checked in admin >> help >> system info.


: Re: Fatal error
: herpderp May 18, 2011, 08:44:08 AM
There was no params.ini file so I created an empty file named params.ini chmodded it 777

The page loads, but all the formatting is messed up. Progress.


: Re: Fatal error
: asingh May 18, 2011, 12:40:17 PM
Can you provide a link to your site


: Re: Fatal error
: herpderp May 18, 2011, 02:41:22 PM
http://spis24timer.dk/



: Re: Fatal error
: asingh May 18, 2011, 11:56:14 PM
Try add this at end of template.css file::

:
body#s5_body #s5_main_content_wrap_inner {margin-left:230px !important;}


: Re: Fatal error
: herpderp May 21, 2011, 10:42:05 AM
That did the trick. Thanks a ton!