| Posted: 10 Mar 2009 18:31 |
|
|
|
Registered User Currently Offline
|
Posts: 4
Join Date: Mar 2009
|
I try to install and use the lastposts script. I put the 2 html files to /skin and the php file to the htmldocs dir.
i try to click on www.forumname.com/lastposts_addon.php
it always shows the "Fatal Error".
|
| Posted: 10 Mar 2009 22:02 |
|
|
|
Administrator
|
Posts: 1104
Join Date: Mar 2005
|
|
Did you read the instructions? You need to define a variable within another file and then include the lastposts_addon.php file.
|
| Posted: 11 Mar 2009 18:29 |
|
|
|
Registered User Currently Offline
|
Posts: 4
Join Date: Mar 2009
|
i put the
<?php DEFINE ('SEO-BOARD', true); include('lastposts_addon.php');?>
in a new html file.
after that i click on the new html file (with the code) and theres a blank site
|
| Posted: 13 Mar 2009 16:43 |
|
|
|
Administrator
|
Posts: 1104
Join Date: Mar 2005
|
|
Did you follow the exact instructions? Also, is your php configured to parse html files as php?
|