Log in

View Full Version : Problems with the editor after updating to 4.2.2


LJ Design
12-11-2014, 08:29 AM
Hello

I just updated my forum to vBulletin 4.2.2, but now I have a graphical problem with the editor?! When I open the advanced mode, it looks like this ...

http://postimg.org/image/8xpxh8cq9/

Can someone help me please?

Thanks very much ...

Black Snow
12-11-2014, 08:33 AM
Your image is not showing.

ozzy47
12-11-2014, 08:33 AM
Looks like what, I see no image.

LJ Design
12-11-2014, 09:51 AM
Sorry, the IMG tags didn't work ...

This is the image: http://postimg.org/image/8xpxh8cq9/full/

ozzy47
12-11-2014, 09:53 AM
Ok lets do this, disable plugins via the includes/config.php file.

To do that open your includes/config.php file and below <?php add the following.

define('DISABLE_HOOKS', true);

So it looks like this:
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2

Use a editor like notepad++ (http://notepad-plus-plus.org/download/v6.6.8.html) to edit any files, don't use Notepad or Wordpad.

If that fixes the issue enable plugins again by adding // before the line you added, then navigate to ACP --> Plugins & Products --> Manage Products and disable one mod at a time until you find the one causing the issue.

Once you find the culprit, post in that mods thread what the issue is, and maybe someone in that thread can help. :)

LJ Design
12-11-2014, 01:54 PM
When I put the line in the config file it works! But when I add // in front of it and i go to ACP -> plugins and disable them one by one, it doesn't work. Even when I disabled them all, it didn't work ...

Any suggestions?

squidsk
12-11-2014, 01:59 PM
When I put the line in the config file it works! But when I add // in front of it and i go to ACP -> plugins and disable them one by one, it doesn't work. Even when I disabled them all, it didn't work ...

Any suggestions?
Go to acp->plugins & products-> plugin manager and see if you have any that are not associated with a product or are associated with the vbulletin product, then disable those one at a time to find the culprit.

LJ Design
12-11-2014, 02:17 PM
How do you mean "that are associated"? I'm sorry but i'm totally new with it ...

Edit: There's also another problem I just discovered ... The solution (add the line to config.php) only works in a couple of threats! There are threads where the editor is fine, and there are threads where the editor is like at the image i showed you ...

ozzy47
12-11-2014, 02:34 PM
Try on a unmodified default style.

LJ Design
12-11-2014, 02:44 PM
Even with the "vB4 default style", i have the same problem

Seven Skins
12-11-2014, 02:57 PM
How do you mean "that are associated"? I'm sorry but i'm totally new with it ...

Goto plugin Manager and first few plugins (if any) are the ones not associated with any products

e.g. See Attachment

squidsk
12-11-2014, 04:04 PM
How do you mean "that are associated"? I'm sorry but i'm totally new with it ...

Edit: There's also another problem I just discovered ... The solution (add the line to config.php) only works in a couple of threats! There are threads where the editor is fine, and there are threads where the editor is like at the image i showed you ...
This would seem to be a problem with particular threads. My guess would be that someone has inserted something they shouldn't have in their signature or in the contents of their post that are doing something to break the css.

nerbert
12-11-2014, 06:31 PM
Going by my experience, there's either an echo or an error message at the top of the page. For some reason if you echo anything it makes a mess of any form on the page.

Do you see any text above the usual vBulletin html?

EDIT: In the picture I see you have HTML enabled. Is it supposed to be?

LJ Design
12-11-2014, 07:47 PM
Is there anyone who would take a look at it please? I give you my id and password in pm, because I'm really getting crazy ...

Thanks

ozzy47
12-11-2014, 07:52 PM
If you wish, Pm me a admin account, and a link to a page where you are seeing this, and I can take a look.

ozzy47
12-11-2014, 09:13 PM
This has been sorted on the users site. It was not a mod, or anything, it is a vB bug with something none of us experienced admins use on our forums, that is why it has not shown up more. :)

So by turning off the offending permission, all is good. :)