Well, search for topic is zero. Installed the extended topic and it gives me error with nothing specific. Configure pops up but saving gets me error again [something like error when loading page and goes blank when clicking on add topic or show]. :(
Tried to re-install 7.5 topic but that just doesn't show in admin anymore. Tried everything.. kill and re-up.. upgrade to extended in hopes icon would show but no good. Other ways produce the error when loading etc..
Anyone any idea why I can't get topic back??? Thanks..
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 07:01 AM
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 06:41 AM
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 06:27 AM
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 01:29 AM
- mdee created topic »How to implement returnpage ?« 01:00 AM
- nestormateo responded to »Fillters in Clip« 24. May
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Extended Topic Module error
-
- Rank: Helper
- Registered: Jan 12, 2004
- Last visit: Jan 20, 2010
- Posts: 590
Hello,
I suggest you install my modified version (v 1.5) of extended topics available here because if you used the NOC version it has numerous problems with postnuke .750 and .760.
The subject of the disapearing admin icon is explained in the included docs with solutions.
If you want to uninstall extended topics you need to use phpMyAdmin to make some changes to your nuke_modules table (assuming that nuke_ is the common prefix of all your tables) : open your database, search in the "(your prefix)_modules" table (your prefix is the common prefix to all tables, usually nuke_ or pn_)
You will find a record with pn_name=Topics. Edit it, changing fields so that :
pn_name=Topics
pn_type=1
pn_admin_capable=1
pn_user_capable=1
pn_state=3
(usually, you will only have to change pn_type)
That's all the problem should be corrected.
On the contrary if you want to use Extended Topics you should set pn_type=2
If anything goes wrong or if you are uneasy using phpMyAdmin, I can help you.
--
Visit my live reef aquarium.
My Amazon wish list. -
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Sep 17, 2005
- Posts: 69
THANK YOU - THANK YOU - THANK YOU. Realy appreciate the link [already d/l] and help. Will try it out right now and see if it'll work. :)
BTW, you wouldn't know why 2col news doesn't show [template does but no news]? Could it be due to the column1 and 2 that AT .8 can't understand?? Maybe try Pagesetter again?
Anyway, thanks again. -
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Sep 17, 2005
- Posts: 69
Got it uploaded.. incl. the one in Modules. Page comes up.. config works.. add new pulls up with some graphic missing that's under long text. Clicking on show topics brings up error:
Items load failedUnknown column 'nuke_topics.pn_topictexttag' in 'field list'
Tried adding new topic:
Creation attempt failedUnknown column 'nuke_topics.pn_topictexttag' in 'field list'
Didn't work.. assume I have to go into tables and edit it? Add the above or edit existing??? Thanks.
PS: No funtion.php in .zip but have one from old ext. one. Use it? -
- Rank: Helper
- Registered: Jan 12, 2004
- Last visit: Jan 20, 2010
- Posts: 590
Something went wrong during the upgrade because these column should have been created. But I supect that because of your old extended topics installation the upgrade routine didn't get completely executed because it was thinking that these columns already exist. I think we can correct the problem easily fooling the system into thinking that you are upgrading from the original topics module.
Could you try the following procedure if you are familiar with phpMyAdmin
Open in your database the "(your prefix)_modules" table and search the record with pn_name=Topics. Edit it, changing the "version" field from whatever it is to 1.0 save your change.
Look at the "(your prefix)_topics" table structure
if there is any field with name :
- topicnametag
- topicparent
- topicexttext
- topictexttag (well obviously this one doesn't exist judging by the errors messages !!)
SUPPRESS these fields (WARNING be sure not to suppress anything else).
Close phpMyAdmin
Go to Administration -> Modules and Regenerate. Topics should be listed as "new version installed" As usual click on upgrade and after that on activate.
Sorry, I forgot to include a function.php file for the News module in the 1.5 release. I think you can use the one you have if it was made for the PostNuke version that you are using. Alternatively I can mail you one for PostNuke .750 or .760 at your choice.
--
Visit my live reef aquarium.
My Amazon wish list. -
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Sep 17, 2005
- Posts: 69
Ok.. went in.. created new instance of pn_topictexttag and same szetting then imagetag.. vars 32 etc. Went to topics menu. Created new topic.. it's ALIVE. :) No more errors so far. THANK YOU. Now I have to think of topics and how to use them with what. BTW, no prefix anywhere.. only nuke_topics.
One down.. actually 2.. finally got xMenu working too. No idea how but hey.. all good. Say, ever heeard of mcLinksCounter?? Installed andx all fine except include isn't showing the links on splash page. Code is there. Tried various ways to place it and with relative and full URL. Nada. Really want it as all links can have a counter without needing to hack weblinks. ;)
Thanks,
- Moderated by:
- Support
