I'm currently getting this error message: Active Server Pages error 'ASP 0126'
Include file not found
/forums/admin_add_announce.asp, line 51
The include file 'inc_code.asp' was not found.
From what i can tell - It's missing a vital page - but i've checked the folder and there is nothing called inc_code.asp
NVM got it... MAte you should probably change that so it reads inc_code.js isnstead.
gunmania0
30 May 2010, 19:43
I've got a serious error now... When i go to edit or make a new announcement - a load of text comes up at the top. Help?
//################################################################################# //## Snitz Forums 2000 v3.4.07 //################################################################################# //## Copyright (C) 2000-09 Michael Anderson, Pierre Gorissen, //## Huw Reddick and Richard Kinser //## //## This program is free software; you can redistribute it and/or //## modify it under the terms of the GNU General Public License //## as published by the Free Software Foundation; either version 2 //## of the License, or (at your option) any later version. //## //## All copyright notices regarding Snitz Forums 2000 //## must remain intact in the scripts and in the outputted HTML //## The "powered by" text/logo with a link back to //## http://forum.snitz.com in the footer of the pages MUST //## remain visible when the pages are viewed on the internet or intranet. //## //## This program is distributed in the hope that it will be useful, //## but WITHOUT ANY WARRANTY; without even the implied warranty of //## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //## GNU General Public License for more details. //## //## You should have received a copy of the GNU General Public License //## along with this program; if not, write to the Free Software //## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. //## //## Support can be obtained from our support forums at: //## http://forum.snitz.com //## //## Correspondence and Marketing Questions can be sent to: //## manderson@snitz.com //## //################################################################################# helpstat = false; stprompt = false; basic = true; function thelp(swtch){ if (swtch == 1){ basic = false; stprompt = false; helpstat = true; } else if (swtch == 0) { helpstat = false; stprompt = false; basic = true; } else if (swtch == 2) { helpstat = false; basic = false; stprompt = true; } } /*function AddText(text) { var tarea = document.PostTopic.Message; if (tarea.selectionStart){ // if it supports DOM2 tarea.value = ta there's a lot more but there's no space!
Also my forum doesn't even seem to recognise these announcements... www.musicalmatters.co.uk/forum/default.asp
leatherlips
30 May 2010, 21:12
Which mod did you install?
AnonJr
30 May 2010, 22:26
And did you double-check the directions? Usually problems like this crop up if a step was missed and/or not done properly.
I installed carefree's mod, and just the normal announcement bit. Nvm dudes, got it :P Thanks for the help
bobdsw
31 May 2010, 13:13
I'm not familiar with the mod but the text that is appearing looks like the default at the top of all pages, but with // rather than the '.
At first glance I would wonder if the asp script delimiter (<%) is in the wrong place or if that code should be using the single quote to rem it out.
Just a guess but that text should be remmed out.
gunmania0
31 May 2010, 14:19
i've worked out that that file is 'inc_code.js' It appears only when i want to edit or create an announcement, but i'm not worrying about it as no problems are being generated from it.
Additionally, is there a better moderator system that you can control the rights of a single moderator from a page etc.?