We're trying to install the script. Eerything went fine but at the end when I go to /wsnlinks/index.php I get this error. "You've removed the body from your wrapper template! This means there's no way to know where to put the page and it will just be appended after your wrapper. Edit your wrapper to re-include the <!-- BODY GOES HERE --> line."
Now, I checked the wrapper.tpl file and it DOES contain that line in the following context: "<IF {SWITCH_IMS} and {THISMEMBERNEWIMS}> <p align="center"><span class="important">You have new IMs. Click the username to open the conversation: {THISMEMBERNEWIMLIST}</span></p> </IF>
Reuploaded everything and reinstalled script and it worked. I think there might have been a problem with the ascii/binary file associations in the ftp client.
I am trying to use the mod_rewrite option. I read the guide for Shortening URLs with mod_rewrite. Main page/links look ok but it does lead to a 404 error whenever I go to a category. I did try to uncomment rewritebase to our installation directory name (/wsnlinks) with or without a trailing slash as well as root directory (/) without any effect. Any ideas what else to try?
Comments on Installation problem
Usergroup: Customer
Joined: Aug 02, 2005
Location: Romania
Total Topics: 19
Total Comments: 50
Hi,
We're trying to install the script. Eerything went fine but at the end when I go to /wsnlinks/index.php I get this error.
"You've removed the body from your wrapper template! This means there's no way to know where to put the page and it will just be appended after your wrapper. Edit your wrapper to re-include the <!-- BODY GOES HERE --> line."
Now, I checked the wrapper.tpl file and it DOES contain that line in the following context:
"<IF {SWITCH_IMS} and {THISMEMBERNEWIMS}>
<p align="center"><span class="important">You have new IMs. Click the username to open the conversation: {THISMEMBERNEWIMLIST}</span></p>
</IF>
<!-- BODY GOES HERE -->
<form action="index.php">
<p align="right"><input type="hidden" name="action" value="displaycat">
<select name="catid"><option value="0">Category List</option>{CATOPTIONS}</select>
<input type="submit" value="Go" class="button">
</p>
</form>
</div>"
Can you please help/advise. This is a full version of the script but I am not the owner so cannot post to main boards.
Thanks.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You can still have the owner active your forum account.
Replied to the email.
Usergroup: Customer
Joined: Aug 02, 2005
Location: Romania
Total Topics: 19
Total Comments: 50
Reuploaded everything and reinstalled script and it worked. I think there might have been a problem with the ascii/binary file associations in the ftp client.
I am trying to use the mod_rewrite option. I read the guide for Shortening URLs with mod_rewrite. Main page/links look ok but it does lead to a 404 error whenever I go to a category. I did try to uncomment rewritebase to our installation directory name (/wsnlinks) with or without a trailing slash as well as root directory (/) without any effect. Any ideas what else to try?
Usergroup: Customer
Joined: Aug 02, 2005
Location: Romania
Total Topics: 19
Total Comments: 50
OK, figured it out finally. Everything seems to work fine now.