PDA

View Full Version : wierd problem with my forum please help its urgent


aapkae
12-29-2009, 11:19 AM
Hi guys, I did an upgrade to the site and now I have several problems;

1. The site it should be www.xxxxx.com/index.php now is www.xxxx/.php (the index word is missing, how can I fix this?)

2. The Plugin and Products have a problem as well, it says this:

Warning: Plugins are currently globally disabled in your options. In order for plugins and products to function correctly, you must enable the plugin system. Importing a product will do this for you automatically.

However when you click on the link nothing happens, not even trying to importing a product, and what is more, there is no Plugins and Product option from the forum options.

3. If I trick the site and put index.php I have this error if try to enter to any forum.
4.i cannot see vbulletin options>>plugin/hook sys options also.while in other forums i can see it(other sites of mine)

Database error in vBulletin 3.8.3:

Invalid SQL:

SELECT thread.threadid,
thread.lastpost, thread.lastposter, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views

FROM thread AS thread


WHERE forumid = 24
AND sticky = 0

AND visible IN (0,1,2)




ORDER BY sticky DESC, lastpost DESC
LIMIT 0,;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 16
Error Number : 1064
Request Date : Tuesday, December 29th 2009 @ 06:14:27 PM
Error Date : Tuesday, December 29th 2009 @ 06:14:27 PM
Script : http://www.vvvvv.net/forum/forumdisplay.php?f=24
Referrer : http://www.vvvv.net/forum/forumdisplay.php?f=6
Username : admin
Classname : vb_database
MySQL Version : 4.1.22-standard

snakes1100
12-29-2009, 12:07 PM
1. import backup of database before upgrade.
2. uninstall conflicting hack/addon that is causing the upgrade to fail.

You shouldn't have to re-upload the previous php files for the older version, you should be able to get into the admincp with the newer files there.

aapkae
12-29-2009, 12:40 PM
i can get inside the admin panel.i have uninstalled all the addons,but problem is still there.i m not able to see any forum on main page

snakes1100
12-29-2009, 01:30 PM
Try step #1 in my 1st post.

aapkae
12-30-2009, 03:24 AM
i m not able to upgrade,due to older version of php on my site

--------------- Added 1262160970 at 1262160970 ---------------

no one is here to help?

--------------- Added 1262173880 at 1262173880 ---------------

still problem is same ....

aapkae
01-01-2010, 07:21 PM
no one here to solve this problem ..... my forum is closed from one week ... no one here to solve this

Lynne
01-01-2010, 07:45 PM
1. Check vboptions > site name or check your htaccess file

2. Did you disable them in the config.php file? Do you have this in there?
define('DISABLE_HOOKS', true);
Set it to false to turn them back on.

aapkae
01-02-2010, 02:32 PM
there is no line like this.i did not add any

Lynne
01-02-2010, 02:41 PM
OK, then look to see if you disabled them in options > plugin/hook system

And, if not there, then look to see if you disabled the individual products in Plugins & Products > Manage Products

And, if not there, then look to see if you disabled the individual plugins in Plugins & Products > Plugin Manager.

aapkae
01-02-2010, 05:33 PM
OK, then look to see if you disabled them in options > plugin/hook system
wierd thing is that i cannot see this option in my vbulletin board just for this forum.but for other forums i can see it.and for rest of 2 solutions.i did remove all the plugins and still it is same

--------------- Added 1262461238 at 1262461238 ---------------

when we delete spamming users then the other error is

Warning: Division by zero in [path]/includes/functions.php on line 2398

Lynne
01-02-2010, 05:50 PM
OK, then look to see if you disabled them in options > plugin/hook systemwierd thing is that i cannot see this option in my vbulletin board just for this forum.

What do you mean you can't see it? Can't see which one? What do you see instead? Perhaps you should reupload the files for your admincp.

metalguy639
01-02-2010, 09:25 PM
For the first thing on your list did you check to see that you have the index page listed as the page for the forum home? To check for this you just need to login to your admincp, and click the vbulletin options link close to the top on the left side. Then look for "Forums Home age Option" in the box on the right. Double click it to open an then make sure that you see the word index in the space in the "Script Name for Forum Home Page" box. If you do not then just type in the word index no extension and click the save button. Perhaps that will help you I'm not sure though.

aapkae
01-03-2010, 06:49 AM
When i click on forum home page on right side of admincp ..

this link is look like http://www.abc.net/forum/.php

index word is still missing

and when i put index word in the link

like this

http://www.abccc.net/forum/index.php

forum look like same ... with errors .... main forum page didn't shows

forum pic


https://vborg.vbsupport.ru/external/2010/01/135.jpg

metalguy639
01-03-2010, 10:22 AM
Try disabling the chatbox you have installed. that maybe the problem you are having and like Lynne said put the line of code into your config.php file. you can find it in the includes folder of your forum files. just copy and paste what she put in her post at the bottom of the file before the ?> symbols. You will need to use something like front page or dreamweaver, or you can use windows notebook to edit the file and open it in. There are some free html editors as well you can google for those if you need to.

aapkae
01-03-2010, 05:23 PM
i figured the problem.though it was too complicated,i had imported default settings and settingsgroup of vb from another of mine forum and then boo,it worked and i m back online.thanks for all your support and help guys