Modify and Qoute doesn't work

Started by Madzgo, February 08, 2011, 07:34:11 AM

Previous topic - Next topic

Madzgo

I found one or two topics about this, but i didn't find the answer. When I (or any member) click "modify" or "quote", it shows a bar at the top, saying "loading" and then, nothing happens. It just stops.

I didn't installed any mods recently, but i do have
Download system
Aeva Media
GPBP
ENotify
Menu Order

I have firebug and firephp installed, and when I click modify or quote, it says:

XMLDoc.getElementsByTagName(
http://forum.fm-montenegro.com/Themes/default/scripts/topic.js
Line 261

Madzgo

I dunno is it smart, but I'll bump it anyway :)

kat

Not terribly smart. ;)

We're all volunteers and we all live in different time-zones.

To your problem...

It's almost certainly one of those mods that's causing this.

Did you notice it starting to happen after installing any particular one?

If they can be disabled, try disabling each one, in turn, to see if it cures the problem.

Madzgo

Quote from: K@ on February 08, 2011, 04:25:01 PM
Did you notice it starting to happen after installing any particular one?

If they can be disabled, try disabling each one, in turn, to see if it cures the problem.
No; no.

Joker™

Just a vague suggestion, try disabling ENotify mod for a while and see if the issue still remains.

BTW what is GPBP?
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

Madzgo

#5
Good post/Bad post ;)

I'm about to try.
EDIT: Nope, it's the same when i uninstall it.

Joker™

Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

SlammedDime

posting topic.js isn't going to help.  The error posted in regards to it basically says that there was an error getting an element in an XML document.  The reason for this is because there is an extra SPACE character output by your forum, which is being appended to all output, XML and HTML (and probably captcha as well).  This will basically cause all AJAX requests to fail.

If you view the HTML source of your page, you'll see the extra space before the Doctype declaration.  You'll need to find which file that space is in (it's somewhere outside of some <?php ?> tags) and delete it.  There is a small tool you can use to try and help...

What is file_check.php?
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Madzgo

There are a lots of errors. I can modify the "file does not end with ?>" but not the others. I'll do it (later, though) and tell you what I did.

    * /home/fmmonten/public_html/forum/Sources/Aeva-getid3/module.tag.id3v2.php
          o File does not end with ?>

    * /home/fmmonten/public_html/forum/Sources/Subs.php
          o UTF-8 BOM found

    * /home/fmmonten/public_html/forum/shoutBox/lib/lang/hr.php
          o UTF-8 BOM found

    * /home/fmmonten/public_html/forum/shoutBox/lib/lang/kr.php
          o UTF-8 BOM found

    * /home/fmmonten/public_html/forum/shoutBox/lib/lang/es.php
          o UTF-8 BOM found

    * /home/fmmonten/public_html/forum/shoutBox/lib/lang/sl.php
          o UTF-8 BOM found

    * /home/fmmonten/public_html/forum/Themes/default/languages/Who.serbian_latin-utf8.php
          o UTF-8 BOM found

    * /home/fmmonten/public_html/forum/Themes/default/languages/Shout.persian.php
          o UTF-8 BOM found

    * /home/fmmonten/public_html/forum/Themes/default/languages/index.serbian_latin-utf8.php
          o UTF-8 BOM found

    * /home/fmmonten/public_html/forum/Themes/default/aeva/index.php
          o File does not begin with <?php
          o File does not end with ?>


    * /home/fmmonten/public_html/forum/Themes/default/aeva/hs/index.php
          o File does not begin with <?php
          o File does not end with ?>


    * /home/fmmonten/public_html/forum/Themes/default/aeva/hs/outlines/index.php
          o File does not begin with <?php
          o File does not end with ?>


    * /home/fmmonten/public_html/forum/Themes/default/Display.template.php
          o UTF-8 BOM found

    * /home/fmmonten/public_html/forum/Themes/core/index.php
          o File does not begin with <?php
          o File does not end with ?>


    * /home/fmmonten/public_html/forum/Themes/darkmark/languages/MembersOnlineToday.serbian_latin-utf8.php
          o File does not end with ?>

    * /home/fmmonten/public_html/forum/Themes/darkmark/languages/ManagePermissions.serbian_latin-utf8.php
          o UTF-8 BOM found

    * /home/fmmonten/public_html/forum/Themes/darkmark/languages/Who.serbian_latin-utf8.php
          o UTF-8 BOM found

    * /home/fmmonten/public_html/forum/Themes/darkmark/languages/MembersOnlineToday.english.php
          o File does not end with ?>

    * /home/fmmonten/public_html/forum/Themes/darkmark/languages/ManageBoards.serbian_latin-utf8.php
          o UTF-8 BOM found

    * /home/fmmonten/public_html/forum/Themes/darkmark/languages/Help.serbian_latin-utf8.php
          o UTF-8 BOM found

    * /home/fmmonten/public_html/forum/Themes/darkmark/languages/index.serbian_latin-utf8.php
          o UTF-8 BOM found

    * /home/fmmonten/public_html/forum/Themes/darkmark/languages/Post.serbian_latin-utf8.php
          o UTF-8 BOM found

    * /home/fmmonten/public_html/forum/Themes/darkmark/index.template.php
          o UTF-8 BOM found

    * /home/fmmonten/public_html/forum/Themes/darkmark/BoardIndex.template.php
          o File does not end with ?>

SlammedDime

For the files with UTF-8 BOM, you'll need to open those files with a decent text editor (like Notepad++) and change the encoding from UTF-8 with BOM to UTF-8 without BOM.  There's a variety of types of files with BOM so I'm guessing you or someone else has manually edited them in the past and they were saved incorrectly.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Advertisement: