I got navtap working on my xtrememotocross site, but i tried to put it on my godsmacked site and i get this parse error
Fatal error: Cannot redeclare translate() (previously declared in /www/x/xtrememotox/htdocs/godsmacked/language/lang-english.php:26) in /www/x/xtrememotox/htdocs/godsmacked/language/lang-english.php on line 26
This is what is line 26 and on looks like...line 26 is the function tanslate...i just took that out to see if that was the actualy problem but then it goes to a problem in the mainfile.php so i put it back in...any ideas why this is happening...all i did was add the contents of the lang-english from the navtap to my lang-english file, i uploaded the images and the navtap.php in the includes directory...
/*****************************************************/
/* Function to translate Datestrings */
/*****************************************************/
function translate($phrase) {
switch($phrase) {
case "xdatestring": $tmp = "%A, %B %d @ %T %Z"; break;
case "linksdatestring": $tmp = "%d-%b-%Y"; break;
case "xdatestring2": $tmp = "%A, %B %d"; break;
default: $tmp = "$phrase"; break;
}
return $tmp;
}
thanks for any help [/quote]
_________________ XM
XtremeMotocross Lieutenant
Joined: Aug 06, 2003
Posts: 217
Location: USA
Posted:
Tue Sep 02, 2003 11:27 pm
fixed it
sorry for the unnecessary post
_________________ XM
Zhen-Xjell Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Wed Sep 03, 2003 3:31 pm
Hi, what was the fix?
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
XtremeMotocross Lieutenant
Joined: Aug 06, 2003
Posts: 217
Location: USA
Posted:
Wed Sep 03, 2003 3:33 pm
somehow (i do not know) the mainfile.php got all screwed up...i just reuploaded my backup and all was ok. I then reuploaded everything for the navtap and got it working...i guess it was just an error on my part
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum