Over 16000 errors in less than a week

Started by mpforum, August 28, 2008, 09:20:57 PM

Previous topic - Next topic

mpforum

Hi all.

Recently installed the 'Google Member Map' mod on SMF 2.0 Beta 3.1 Public. Now I have over 16000 errors in 6 days of activity. The error is in /Themes/default/languages/Modifications.english.php line 14, which is:

$txt['googleMapAddPinNote'] = '<a href="' . $scripturl . '?action=profile;sa=forumProfile">Click here to go place your pin if you have not already.</a>';

This error is generated every time a page loads. Anyone have any idea as to what is going on?

Thanks in advance,
Dean.
www.mpforum.com.au

SlammedDime

SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

mpforum

Type of error: Undefined

8: Undefined variable: scripturl

Nathaniel

Try adding this code, just before that code in your 'Modifications.english.php' file.
global $scripturl;
SMF Friend (Former Support Specialist) | SimplePortal Developer
My SMF Mods | SimplePortal

"Quis custodiet ipsos custodes?" - Who will Guard the Guards?

Please don't send me ANY support related PMs. I will just delete them.

mpforum

Thanks LHVWB, that stopped the error, but it has made another 2 errors come up.

Nathaniel

Please try to avoid triple posting. ;)

Those errors are caused by a certain mod, you can view another discussion about those errors in the topic below:
http://www.simplemachines.org/community/index.php?topic=253916.msg1648011#msg1648011
SMF Friend (Former Support Specialist) | SimplePortal Developer
My SMF Mods | SimplePortal

"Quis custodiet ipsos custodes?" - Who will Guard the Guards?

Please don't send me ANY support related PMs. I will just delete them.

mpforum

Quote from: LHVWB on August 29, 2008, 07:56:25 PM
Please try to avoid triple posting. ;)

Sorry.

Will check the link you gave. Cheers.

mpforum

Well LHVWB, your a bloody legend mate. removed the mod and no more errors (so far).

Dean.
www.mpforum.com.au

Advertisement: