indro: hi all
i created a custom modile with {menu id=X type=vert} but the menu doesnt look like http://users.tpg.com.au/j_birch/plugins/superfish/#examples
what does i do need to do that that it looks like in the example? (mouseover effect, button style)
now there are just simple plain links in the menu. ***: marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte indro: hi marclaporte
http://dpaste.com/657757/ any idea? ***: lphuberdeau has quit IRC (Quit: lphuberdeau)
arildb_ has quit IRC (Quit: Leaving)
lphuberdeau has joined #tikiwiki indro: !help Tiki|bot: You can get a more complete list of commands that work with this bot at http://tiki.org/TikiBot . indro: Tiki|bot: superfish
:(
!superfish ***: lphuberdeau has quit IRC (Ping timeout: 245 seconds)
lphuberdeau has joined #tikiwiki
rodrigoprimo has quit IRC (Quit: Leaving.) indro: anyone can help with superfish? :/ ***: goj has quit IRC (Disconnected by services)
goj_killedByISP has joined #tikiwiki
goj_killedByISP is now known as goj
Caarrie|away is now known as Caarrie|sleeping
indro has quit IRC (Ping timeout: 265 seconds)
indro has joined #tikiwiki indro: hi all
http://dpaste.com/657757/ any idea? marclaporte: indro: use menu module instead of custom
http://doc.tiki.org/Module+Menu indro: thanks a lot marclaporte but somehow it doesnt display the menu.
i entered the menu id but it only shows the title in the module box. ***: marclaporte has quit IRC (Read error: Connection reset by peer)
AldenisZen has joined #tikiwiki
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte marclaporte: indro: got it? indro: i changed the from tikinews theme to tikinewt, now it works..
the module menu didnt worked, i entered the menuid but in the module box was just the title without navigation links. ***: sipherdee has quit IRC (Changing host)
sipherdee has joined #tikiwiki
indro has quit IRC (Ping timeout: 265 seconds)
chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy chibaguy: polom ***: Bernard1 has joined #tikiwiki chibaguy: Hmm, on earlier tries, doing the branch 7 to 8 update with svn at a remote site went smoothly, but nothing but troubles this time. svn errors: missing files. fixed that. got to completion of svn branch 8 update. But now fatal error in tiki-install.tpl.
At least this was just a test upgrade but annoying that so many glitches.
I have a bunch of my own and other sites to update and want to standardize the procedure.
At least I'm finding the various things that can go wrong. ;-) ***: Bernard1 has quit IRC (Quit: Leaving.) chibaguy: Hmm, why the error "Failed opening required 'lib/setup/compat.php'" when there is no such file?
Different errors at tiki-index.php and tiki-install.php. Maybe best to wipe the directory and start over. What a waste of time. chealer: hi chibaguy
chibaguy: was the checkout customized/modified? chibaguy: hi chealer
only to add theme files (css and images)
so I copied the branch 7 files to a new directory and did an svn switch to branch 8 there. chealer: chibaguy: svn status; is usually the first thing to checkm useful both before updating and when you have problems, but with what you're saying, a new checkout seems worth it
s/checkm/check,/
chibaguy: which svn version do you use? chibaguy: I'm not sure. It's whatever is installed at my hosted domain. chealer: yeah... chibaguy: Well, I'll repeat the files copy and then svn switch process once more to see if it goes without errors.
chealer, do you mean that instead of copying and switching, just do a fresh co and then customize that?
(actually that does seem easier)
and less prone to errors
Well, this time, no errors. chealer: chibaguy: yes
chibaguy: strange... good thing! chibaguy: When I copied the files the first time, it stalled and I had to do it again. Maybe that was the trouble. CIA-3: tikiwiki: 03chealer * r38856 10/branches/8.x/lib/setup/cookies.php:
tikiwiki: [FIX] JavaScript/HTML special characters encoding (from 2004)
tikiwiki: Thanks to Stefan Schurtz chibaguy: It's interesting that in my early test of Tiki 8 at a2hosting, custom module data didn't appear since eval is blocked. But in today's test upgrade, existing custom module data (which is an INCLUDE wikiplugin so actually menupage module could be used instead) does appear. CIA-3: tikiwiki: 03chealer * r38857 10/branches/7.x/lib/setup/cookies.php: [bp/r38856][FIX] JavaScript/HTML special characters encoding
tikiwiki: 03chealer * r38858 10/branches/proposals/6.x/lib/setup/cookies.php: [bp/r38856][FIX] JavaScript/HTML special characters encoding chibaguy: Hmm, the "create tracker" popup is empty at this upgraded site.
also, "edit tracker" popup has no content. chealer: chibaguy: are you sure browser cache is not involved? chibaguy: Well, I cleared my browser cache and logged in again. Still nothing in the popup.
Tried with ajax activated and not activated. CIA-3: tikiwiki: 03chealer * r38859 10/branches/6.x/lib/setup/cookies.php: [bp/r38858][FIX] JavaScript/HTML special characters encoding chealer: chibaguy: are SEFURLs enabled? chibaguy: chealer: yes chealer: chibaguy: is it better if they're disabled? chibaguy: chealer, I disabled SEFURLs and now the popup has content. chealer: chibaguy: is your .htaccess up-to-date? chibaguy: I didn't do anything with .htaccess in this upgrade. ***: Bernard1 has joined #tikiwiki chealer: chibaguy: then it must be outdated. you need to refresh or turn .htaccess into a symbolic link so it stays up-to-date chibaguy: Right. I got an updated .htaccess and now the popup is ok.
Though there is a visual glitch in the accordian titles (down arrow and text overlap).
I wonder why there isn't some padding-left to make space for the arrow. or some other rule.
At the jqueryui.com accordian demo, there is: ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em;} from jquery-ui.css. chealer: chibaguy: see http://sourceforge.net/mailarchive/message.php?msg_id=28247041 chibaguy: ah, I see. thanks, chealer.
h4.ui-accordion-header {padding-left: 2.2em;} fixes the overlap, but I don't know what unintended consequences there might be for other instances.
although my test was as custom css. not sure what happens when it's in the minified css.
I'll check. CIA-3: tikiwiki: 03changi67 * r38860 10/trunk/lib/articles/artlib.php: [ENH] Zend Code Styling - http://quality.tiki.org/job/Tikitrunk/160/violations/ chibaguy: ok, h4.ui-helper-reset {padding-left: 2.2em;} works in minified CSS, but again I didn't check yet for unintended consequences in other instances of h4.ui-helper-reset.
The "h4" seems to be needed, as the extra specificity lets the rule override the 'padding: 0' it's competing with.
...or just adding h4 to .ui-accordian-header works ok. I'll commit that. CIA-3: tikiwiki: 03chibaguy * r38861 10/branches/8.x/styles/layout/layout.css: [FIX] Accordian header text and arrow overlapped. Adding element name gives specificity to override a conflicting padding:0 rule. ***: Bernard1 has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki CIA-3: tikiwiki: 03chibaguy * r38862 10/trunk/styles/layout/layout.css: [FIX] Accordion header text and arrow overlapped. Adding element name gives specificity to override a conflicting padding:0 rule. ***: Wilkins has joined #tikiwiki
Wilkins_ has joined #tikiwiki
Wilkins has quit IRC (Ping timeout: 260 seconds)
Wilkins_ is now known as Wilkins
rodrigoprimo has joined #tikiwiki
Bernard1 has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki chibaguy: What is the meaning of the errors involving trackers like "Tracker Field Factory Error: Pref "trackerfield_text" required for field type "Tracker_Field_Text"" that appears at a site updated from Tiki7 to Tiki8?
And how can these errors be prevented?
ah, I didn't update the db yet. that could be it.
Yes, that was the problem. ***: Caarrie|sleeping has quit IRC (Read error: Connection reset by peer)
Caarrie has joined #tikiwiki
Caarrie has quit IRC (Changing host)
Caarrie has joined #tikiwiki
JoernOtt has joined #tikiwiki
Caarrie is now known as Caarrie|away
AldenisZen has quit IRC (Ping timeout: 240 seconds) chibaguy: Hmm, I wonder why the installer wants to "Install" to populate a database that is already a Tiki database (which I want to upgrade). The database is a copy of an existing database currently being used.
Why isn't the db recognized as a Tiki database?
"Install" will wipe the content that's the whole point of this test upgrade.
And it doesn't bode well for the actual site upgrade.
OK, I see my db 'copy' is incomplete. great.
Hmm, what next, after the error with phpmyadmin: MySQL said:
#1317 - Query execution was interrupted. So db can't be copied.
Add the missing tables with additional sql statements, I guess. ***: Bernard1 has quit IRC (Quit: Leaving.) chibaguy: The fun never ends. Now my control panel phpmyadmin is giving me an access denied error. :-)
Got access again apparently after session expired.
Can't copy the db, though. I emptied the actionlog table (900,000+ rows) first but still got an error. lphuberdeau: for larger dbs, it's safer to go straight to mysql from command line chibaguy: I'll have to check into that. lphuberdeau: mysqldump --quick works great
(quick is not about fast) chibaguy: ok, thanks. ***: GillesM has joined #tikiwiki
redflo has joined #tikiwiki
RobertPlummer has joined #tikiwiki
Merbster has joined #tikiwiki
rodrigoprimo has quit IRC (Ping timeout: 240 seconds)
nkoth|nelson has joined #tikiwiki
radek82 has joined #tikiwiki
rodrigoprimo has joined #tikiwiki Merbster: Does anyone get errors about unsetting variables in trakcerlist, when rebuilding the lucene search index
in tiki 8.1 that is? lphuberdeau: you mean undefined variable notices?
those would need to be fixed in trackerlist, but you can ignore them safely Merbster: lphuberdeau, I just added as "if isset" so it doesn't try to unset it if it's not set. and it fixed it
but I experienced that rebuilding the index, would output trackerlists at the top of the page. and remove the page body-content lphuberdeau: you'd also get those if you enabled error reporting and visited the page with the trackerlist
rebuilding parses every page in the process Merbster: ok.
are there any limitations to the new plugindialog?
as in, can I add plugins to the wikipage that I use as a body? lphuberdeau: didn't look at it Merbster: ok.
lphuberdeau, thanks :) Tiki|bot: New Forum Posts: Add Page dialog box for non-admin users - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42658 ***: Merbster has quit IRC (Read error: Connection reset by peer)
chibaguy has quit IRC (Read error: Connection reset by peer)
_qP has joined #tikiwiki
radek82 has quit IRC (Ping timeout: 240 seconds) Tiki|bot: New Forum Posts: dropdown menu in a wiki page (from a traker item) - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42659 ***: indro has joined #tikiwiki indro: hi all ***: lphuberdeau has quit IRC (Ping timeout: 240 seconds)
GillesM has quit IRC (Quit: Konversation terminated!)
indro has quit IRC (Ping timeout: 265 seconds)
SJ-Jay has joined #tikiwiki SJ-Jay: hey guys :) ***: redflo has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki SJ-Jay: guys.. we are really struggling with the new lucene search engine.. searches are REALLY slow and CPU on web server reaches 100% load.. any suggestions how to fix it? ***: indro has joined #tikiwiki indro: hi all
i created a custom module for a menu with type=horiz, any idea why the drop down doesnt work?
it works with type=vert
any idea how i get it working with type=horiz? ***: Bernard1 has quit IRC (Quit: Leaving.) chealer: polom SJ-Jay: polom chealer! :) sylvieg: SJ-Jay: try to optimize the index ***: Merbster has joined #tikiwiki SJ-Jay: ok will give it a shot.. but think i already tried that once without success.. ***: indro has quit IRC (Ping timeout: 265 seconds) Merbster: sylvieg, we experience that our server utilizes ~50% of the CPU when doing a search sylvieg: I have the same problem on a site - you are not the only one
in any case if you do not optimizee or reindex on regular basis - seems you finish to have the error 'Index under preocessing now' Merbster: sylvieg, what I am fishing for is; is this a general problem with the PHP implementation of lucene or is it our ability to configure it properly? sylvieg: I think lph will say lucene is not the fadtest
fastest Merbster: what about using the java implementation and then sending search results back to tiki with json? sylvieg: if you want to give a try - can be very inetresting Merbster: haha yes. well it will probably be a lst resort. :P SJ-Jay: we are really getting pushed around atm.. postponed the release of our intranet for months now and i'm certain that a slow search engine won't do much good :D sylvieg: has your php a cache? it can help
do you use weight in the query (weight on title for instance)? How many resultss per page? SJ-Jay: just finished installing wincache!
yup.. also using weight
wow
cahcing really did some magic to the general use of the site
maximum results: 200 sylvieg: perhaps you can try with a smaller number SJ-Jay: field weights: title:2.5, tags:1.0, allowed_groups:0.0001, categories:0.0001, deep_categories: 0.0001
will try and minimize it to 100
ok that did increase performance ***: JoernOtt has quit IRC (Ping timeout: 240 seconds)
rodrigoprimo has quit IRC (Quit: Leaving.) Merbster: thanks for the tips sylvieg :) ***: rodrigoprimo has joined #tikiwiki
indro has joined #tikiwiki indro: hi all. anyone can help with this problem? http://dpaste.com/658207/ ***: JoernOtt has joined #tikiwiki Merbster: sorry indro I have no idea. -: changi *.tiki.org will be done for 30 minute (maintenance) ***: Loggar starts logging #tikiwiki at Thu Nov 17 21:06:36 2011
Loggar has joined #tikiwiki
marclaporte has quit IRC (Read error: Connection reset by peer)
indro has quit IRC (Ping timeout: 265 seconds)
Jyhem has quit IRC (Remote host closed the connection)
deeku has joined #tikiwiki deeku: tiki 6.4 in Admin Article Types is have 12 types defined. I am unable to save changes to the settings of the newly created article type. When I click on the check box, I see it changing state but when I hit Save, the changed states are not retained. I have cleared the cache and increased php memory from 128 M to 256 m. Is there anything else I can do to address this issue? Is there an easy way to change the values directly from the da CIA-3: tikiwiki: 03pkdille * r38868 10/trunk/ (6 files in 4 dirs): No changes - code styling only (seen on quality.tiki.org) deeku: Checked the tiki database: it is quite simple to update the values directly and I have done the needful. In the record created by tiki, there were some NULL values... a bug perhaps? ***: nkoth|nelson has quit IRC (Quit: nkoth|nelson)
nkoth|nelson has joined #tikiwiki
nkoth|nelson has quit IRC (Client Quit)
RobertPlummer has quit IRC (Ping timeout: 240 seconds)
_qP has quit IRC (Quit: Leaving)
libs has joined #tikiwiki
deeku has quit IRC (Quit: Page closed)
Anshul has joined #tikiwiki Anshul: Hey, has anyone used the compare version feature?
its when you compare 2 versions from the history of a page
does it highlight differences between the 2 versions?
!help Tiki|bot: You can get a more complete list of commands that work with this bot at http://tiki.org/TikiBot . Anshul: !g history wiki Tiki|bot: 529,000,000 results | History - Wikipedia, the free encyclopedia @ http://en.wikipedia.org/wiki/History | History of Wikipedia - Wikipedia, the free encyclopedia @ http://en.wikipedia.org/wiki/History_of_Wikipedia | History of wikis - Wikipedia, the free encyclopedia @ http://en.wikipedia.org/wiki/History_of_wikis chealer: Anshul: yes... yes ***: Anshul has quit IRC (Quit: Page closed)
libs is now known as Jyhem_