PDA

View Full Version : Need A Little Help


teedizz
16 Aug 2006, 06:43
I have just recently installed 3.6 on my server but in a serperate folder because I wanted to work on 3.6 while i still had 3.5 running smoothly. The path to my forums is /forums so I made a seperate folder named forumz so the path to 3.6 would be /forumz. ....I created a new database for the forumz but now on my 3.5 forums i get an error everytime i go to click on a thread that says:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------




does anyone know why im getting this error?

I mean i can create threads, navigate the forums but i just cant view any thread content

AN-net
16 Aug 2006, 16:26
have you modified any of your files or database? the reason for the error is that the table post_parsed does not exist.

looking at my 3.5.4 database structure post_parsed is a default table that should exist.

it seems it got deleted here is a query to add the table back:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

teedizz
16 Aug 2006, 18:30
Thanks bro...where do I add that at?

AN-net
16 Aug 2006, 21:07
you can it run via the admincp if you have allowed yourself to run queries via the admincp or from your site's controlpanel using phpmyadmin or similar MySQL manager.

teedizz
17 Aug 2006, 04:02
Thanks alot bro