PDA

View Full Version : can't find the SAVE button on Add New Forum


angemon
09-24-2014, 12:40 PM
Hello everyone ,
recently i've been facing this issue where I can't see all the tables in the admincp >
Forums & Moderators > Add New Forum .
Basicly I can see everything ,even the VSa - Advanced Permissions Based on Post Count section
but now I only see until "Enable / Disable Features" , so I didn't give much attention for that since I don't set permission everyday , but today I'm trying to create a new section in my forum but I can't find even the save button
I hope someone can help
here is what I can see
https://vborg.vbsupport.ru/external/2014/09/12.png
Thanks

ozzy47
09-24-2014, 08:43 PM
What version of vB4 are you running?
What version of PHP are you running?
Does the same behavior happen with all mods disabled?

To temporarily disable all mods:

Open your includes/config.php file and below<?php add this line:

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

Once testing is done, you can then remove that line from the includes/config.php file.

angemon
09-24-2014, 10:34 PM
Thanks for your reply @ozzy47
I've vbulletin 4.2.2 and i'm running PHP Version 5.4.32
I've done what you've said about disabling the all the mods but nothing happen , i'm still having the same issue

ozzy47
09-24-2014, 10:50 PM
Hmmm, perhaps add the following line to your includes/config.php under the <?php line:


define('SKIP_ALL_ERRORS', true);

angemon
09-24-2014, 11:13 PM
thanks for trying to help me out @ozzy47 , but the second solution didn't work as well (nothing happen when I add the PHP code in my config.php file)
I'm having issue with this file admincp/forum.php since it's the one responsible for editing and adding new forums (sections)

ozzy47
09-24-2014, 11:24 PM
Did you try uploading a new file, overwriting the one that is there?

angemon
09-25-2014, 03:22 AM
Did you try uploading a new file, overwriting the one that is there?
I've upload forum.php using filezilla and overwrite that file but nothing changed , I don't know why

New Joe
09-25-2014, 06:03 AM
Maybe a browser issue, have you tried with other browsers?

angemon
09-25-2014, 02:10 PM
Maybe a browser issue, have you tried with other browsers?
no, it's not , I've tried with firefox ,chrome and opera and I got the same issue , I really need to add some sections

ForceHSS
09-25-2014, 02:21 PM
Get ozzy to login to your admin panel to see if he can see the buttons you can't if he does not have the time I will do it

Dave
09-25-2014, 02:37 PM
Go to your plugin manager and look for any forumadmin_edit_form hooks and disable them. See if that works. The save button is after that hook so there's probably faulty code in that hook.

ozzy47
09-25-2014, 03:19 PM
Yeah, with a full admin account, I can check it out after work.

findingpeace
09-25-2014, 03:47 PM
Try disabling any ad blockers you have on your browser. Also if hooks aren't causing the problem, see if you have any changed files:

ACP -> Maintenance -> Diagnostics -> Suspect File Versions

angemon
09-25-2014, 10:18 PM
Try disabling any ad blockers you have on your browser. Also if hooks aren't causing the problem, see if you have any changed files:

ACP -> Maintenance -> Diagnostics -> Suspect File Versions

I've got a long list , but this is what I guess I need to look into
https://vborg.vbsupport.ru/external/2014/09/11.png
any ideas what can I do now !?
PS: I did go to vbulletin.com and download vbulletin 4.2.2 again then I upload the file forum.php just trying to fix that issue but nothing happen and I don't know why i'm getting this "forum.php= File does not contain expected contents" even that I've just upload the file forum.php

angemon
09-27-2014, 01:34 AM
Yeah, with a full admin account, I can check it out after work.

Ozzy did you see my last screenshot !? any idea !?

ozzy47
09-27-2014, 01:42 AM
I saw it, nothing stands out as being the cause of it.

angemon
09-28-2014, 02:13 PM
I saw it, nothing stands out as being the cause of it.

can I use mysql to create a section , I need to create just one more section

ozzy47
09-28-2014, 02:16 PM
I think that would be a bit tricky, as IIRC info is stored in a few different places.

angemon
09-28-2014, 11:57 PM
I think that would be a bit tricky, as IIRC info is stored in a few different places.

So any idea what to do now !!

ozzy47
09-28-2014, 11:59 PM
You need someone to look into your site and see what is going on. Best bet would be to open a support ticked at vB.com. :)

tbworld
09-29-2014, 02:22 AM
Anything listed in your error.logs. Script timing out, Maximum number of input variables exceeded, etc.?

What charset are you using?
Are you using any special encoding?

ChiNa
11-06-2014, 04:58 PM
Replying back to your PM. I really dont have much time for Skype Support so I thought I will still try reply and help out here.

I have no Idea what is causing it. There has been some very good replies and the Guys replying knows way more than I do. But I will still try...

I followed the help topc and know that you have been Disabling your Products/Plugins using your Config File like "Ozzy47" Explained. I sugggest you try Disable your Products one by one Manually and then see if the issue still appears.

----------------------------
First recommendation / Disable Your Products One at a Time:
----------------------------

- Goto your Products Page, and Disable each of your Products one by one. And Everytime you Disable a Product then go back to the "Add Forums" page and see if the Issue still appears.

Do the same thing with all your Installed Products, Disable them one by one and then Check.

----------------------------------------------------------------------------
Another Recommendation / Re-upload Fresh Set of vBulletin Forum Files
----------------------------------------------------------------------------

- If you still have the same issue after having your Products Disabled one by one, Then this is the Last option I would have done. It could be that one of vBulletins Styles or one of the XML Files are currupt or maybe not fully uploaded somehow.

You can try upload a new set of vBulletin 4.2.2 files on top of your Old Files to see if that fixes the issues. If you want to do so, then Follow the instructions below.

1) First make sure to Backup your Forum Files and your vB Database. Just inscase somethign goes wrong.

2) Download the LATEST Patched vBulletin Forum Software from vBulletin.com's Members Area.

3) Beside the install folder, Re-upload all vBulletin 4.2.2 files from the "upload" folder and overwrite your old vBulletin Boards files.

- Once again, Do NOT Upload the "install" folder.
- Try now login to yoru vBulletins AdminCP and see if the issue still appears.

Reply back on how it went. Good luck

HM666
11-06-2014, 11:16 PM
Try overwriting the file using your cPanel file manager or Plesk file manager. Sometimes I've found that using Filezilla does not always overwrite properly. So if you login to your hosting account that uses one of those or if you have something else that allows you to upload files try uploading forum.php that way. What is happening is your file is not getting overwritten. I've seen this same thing on a client's server. He has the host from hell and weird things like this happen all the time.

angemon
11-07-2014, 01:37 PM
Replying back to your PM. I really dont have much time for Skype Support so I thought I will still try reply and help out here.

I have no Idea what is causing it. There has been some very good replies and the Guys replying knows way more than I do. But I will still try...

I followed the help topc and know that you have been Disabling your Products/Plugins using your Config File like "Ozzy47" Explained. I sugggest you try Disable your Products one by one Manually and then see if the issue still appears.

----------------------------
First recommendation / Disable Your Products One at a Time:
----------------------------

- Goto your Products Page, and Disable each of your Products one by one. And Everytime you Disable a Product then go back to the "Add Forums" page and see if the Issue still appears.

Do the same thing with all your Installed Products, Disable them one by one and then Check.

----------------------------------------------------------------------------
Another Recommendation / Re-upload Fresh Set of vBulletin Forum Files
----------------------------------------------------------------------------

- If you still have the same issue after having your Products Disabled one by one, Then this is the Last option I would have done. It could be that one of vBulletins Styles or one of the XML Files are currupt or maybe not fully uploaded somehow.

You can try upload a new set of vBulletin 4.2.2 files on top of your Old Files to see if that fixes the issues. If you want to do so, then Follow the instructions below.

1) First make sure to Backup your Forum Files and your vB Database. Just inscase somethign goes wrong.

2) Download the LATEST Patched vBulletin Forum Software from vBulletin.com's Members Area.

3) Beside the install folder, Re-upload all vBulletin 4.2.2 files from the "upload" folder and overwrite your old vBulletin Boards files.

- Once again, Do NOT Upload the "install" folder.
- Try now login to yoru vBulletins AdminCP and see if the issue still appears.

Reply back on how it went. Good luck

Try overwriting the file using your cPanel file manager or Plesk file manager. Sometimes I've found that using Filezilla does not always overwrite properly. So if you login to your hosting account that uses one of those or if you have something else that allows you to upload files try uploading forum.php that way. What is happening is your file is not getting overwritten. I've seen this same thing on a client's server. He has the host from hell and weird things like this happen all the time.

Thanks for your replies guys, I've done everything above but nothing work , I don't get why only /admincp/forum.php is the only file that it's not working , everything is working great , all the admin panel is fine , it's only this forum.php which is not ok when trying to add or manage a forum

HM666
11-10-2014, 10:09 AM
Try getting your host to overwrite the file. They may have better luck on their end.

angemon
11-28-2014, 12:04 PM
bump this issue , anyone can help me , I can give you access to check it yourself @ozzy47 , you're not replying on skype or to my pms. Thanks to everyone who is trying to help

--------------- Added 1417201046 at 1417201046 ---------------

I've solved the issue myself , thank you