SVN: Commit by kerrnel22 :: r 14194 /branches/experimental/kerrnel-2.5/ (4 files in 2 dirs): [ENH] Added blank date field support. SVN: Commit by kerrnel22 :: r 14196 /branches/experimental/kerrnel-2.5/lib/smarty_tiki/modifier.substring.php: [NEW] Added substring function to Smarty. SVN: Commit by kerrnel22 :: r 14197 /branches/experimental/kerrnel-2.5/lib/setup/user_prefs.php: [ENH] Re-added userPage and userPage_exists variables for scripts that need/use them. hi all, I assume that if I get a big sign saying "Tikiwiki could not connect to database" and gives me an sql error why, it is using the template error.tpl in that template, is there any way for me to add to the template information about the function/file/line that called the error.tpl? tomekkott, looking at error.tpl, I see that it gets a variable like $msg to display. So the template itself only reports info. If you knew what to add, the template would display it. hmm, that's the problem, I don't know where to start brb is there any other way of outputing information for errors except through error.tpl? because just using echo "somethign" in say, tiki-index.php doesn't seem to work This is out of my depth, but I know you can put variables in template files and the value will be returned, like $page .... http://dev.tikiwiki.org/Hello%20world fwiw, the first database call is located in db/tiki-db.php @ line 153 hmm, my tiki-install says it goes through 1000+ queries in about 10 seconds without errors, yet I don't see any tables listed. Any idea what might be the problem? tomekkott: no idea Upgraded a site to trunk and now have an Articles plugin disabled" ...have an "Articles plugin disabled" message where the plugin was used. Is there a new plugins interface in trunk? (I know lphuberdeau is working on this....) Trunk: edit link with Ajax on causes white page, with Ajax off displays error: the XML response that was returned from the server is invalid. Trunk is the bleeding edge, but I wonder if this is normal behavior currently (Revision 14188) or if I missed something in my update. SVN: Commit by pkdille :: r 14199 /trunk/tiki-edit_templates.php: [FIX] edit templates: feature has to reachable if either feature edit tpls and/or view tpls are active SVN: Commit by pkdille :: r 14201 /trunk/templates/ (6 files): [MOD] titles: deploy smarty plugin title to some templates hi all :) Hi! Anyone running trunk? (at a site, etc.) With the current files I can't edit wiki pages. Get a white page instead. trunk? no. im usng 2.0 svn tho... no real issues chibaguy, plugins now have checks before running... make sure feature_articles is enabled... however, it may be a typo in the file causing the problem fixed SVN: Commit by lphuberdeau :: r 14204 /trunk/lib/wiki-plugins/wikiplugin_articles.php: [FIX] Wrong permission name hmm, anyone know why I would get a blank page after install? It's not a database connection problem (solved that) so it's gotta be something that dies without returning an error typically a memory problem hmmm, i don't have a limit on memory is there anything I can set for higher error rates? best is to activate error logging at the php level and look at the log make sure error_reporting level is set to E_ALL through ini_set, right? error_reporting() is a function by itself ini_set works too i see SVN: Commit by sept_7 :: r 14205 /trunk/tiki-admin_include_features.php: [FIX] fix feature_pear_date setting in wrong php script SVN: Commit by pkdille :: r 14206 /trunk/templates/ (8 files): [MOD] titles: deploy smarty plugin templates to some templates SVN: Commit by sept_7 :: r 14207 /trunk/ (3 files in 3 dirs): [FIX] fix problematic cases in tiki-upload_file... SVN: Commit by sept_7 :: r 14209 /trunk/templates/tiki.tpl: [FIX] add missing end div tag, for XHTML validation and correct style rendering waht if I don't have access to my logs.... lol a function the same name as a class is a constructor, right? yes then I am confused: LogsLib calls the TikiLib constructor, which calls the TikiDB constructor, which cals the TikiLib constructor.... on and on? seriously, it's like a giant round about what am i missing? why does the class tikidb call the seeming constructor for TikiLib when TikiLib extends TikiDB? starting over: my problem seems to be that the connection isn't beeing set in the TikiDB class SVN: Commit by sept_7 :: r 14212 /trunk/ (2 files in 2 dirs): [ENH] use CSS style to place modules hide/show icons lph, do you know which file/function checks for the input array matching? nvmd hi where can I get the latest stable tikiwiki 2.0 release? nikhilodeon, http://sourceforge.net/project/showfiles.php?group_id=64258&package_id=266122 thanks - and tw 2.0 is out of beta stage then? it is now the "Stable" release? yes 1.9 is now known as "legacy" SVN: Commit by lphuberdeau :: r 14216 /trunk/lib/tikilib.php: [FIX] Correct placement of the noparse markers SVN: Commit by sept_7 :: r 14217 /trunk/ (db/tiki-db-pdo.php lib/tikidblib-pdo.php): [ENH] small clean up in PDO Sweet! I have a 2.0 related question then....I am currently on the "red headed step child" 1.10 beta from a while back.....anyone have insight as to the transitino to 2.0? The last CVS I tried was no good for the upgrade. Anyone done this oddball upgrade? For better or worse I have content (99% wiki pages) on it, so I guess I'm asking if I'm in for manual data migration...if that can be confirmed, that is.) @mattbmc: i updated from 1.10SVN to 2.0SVN.. no big issues. went very smoothly SVN: Commit by sept_7 :: r 14218 /trunk/templates/ (4 files): [ENH] More XHTML validation fix (I hope ! ;p) hey fyi - i just upgraded to 2.0 and that style tag issue is STILL THERE matt: i had major problems with the upgrade from SVN as well...seems every upgrade i do creates more problems than i had before... nikhilodeon: I thought style was fixed in truk but not 2.0. I haven't tested it yet, but looks like I'll soon have to; I'm running out of options for making a certain JavaScript tool work. nik, the fix does not apply on past data if they were inserted and stored in the DB, you have to clean up SVN: Commit by lphuberdeau :: r 14221 /trunk/ (7 files in 2 dirs): [MOD] More info functions lphuberdeau: this is not past data this is a page created with "QuickEdit" new page or existing page? nikhilodeon: Normal editor or WYSIWYG editor? it is a new page; i created it five minutes after the upgrade to 2.0 using a normal editor SVN: Commit by lphuberdeau :: r 14223 /trunk/tiki-setup.php: [FIX] Oops SVN: Commit by lphuberdeau :: r 14222 /trunk/ (2 files in 2 dirs): [FIX] Typo SVN: Commit by sept_7 :: r 14225 /trunk/templates/ (3 files): [FIX] fix XHTML validation SVN: Commit by sept_7 :: r 14226 /trunk/lib/smarty_tiki/block.strip.php: [ENH] delete fork of block.strip.php it is already in Smarty and was posing problem for XHTML validation... :( SVN: Commit by sept_7 :: r 14227 /trunk/templates/tiki-admin-include-look.tpl: [ENH] more XHTML validation... SVN: Commit by sept_7 :: r 14229 /trunk/ (4 files in 2 dirs): [FIX] again XHTML validation nik: thanks for the feedback....will prolly make an attempt anyway later tonight if I have time. I'll just make sure I snapshot the VM its on before I do anything. :-) SVN: Commit by lphuberdeau :: r 14231 /trunk/lib/wiki-plugins/ (5 files): [MOD] More info functions SVN: Commit by lphuberdeau :: r 14232 /trunk/lib/ (8 files in 3 dirs): [MOD] Removing plugins -dist directory and including plugins in default directory, disabled by default are there any known issues with pluginsql in version 1.9 when using it with mssql? when is the global variable $tiki_p_admin set? hi, is anyone aware that the 'remove' action from the pulldown menu on tiki-listpages.php does not work when multiple files are selected? SVN: Commit by pkdille :: r 14234 /trunk/templates/ (10 files): [MOD] titles: deploy smarty plugin title to some templates hi everyone hi - very odd problem, but somehow some pages with odd titles, eg "" got loaded into my Wiki. I cannot use the remove_all_versions function to remove it, and the 'remove all pages' function does not work from tiki-listpages.php...any workarounds you can recommend? ie from using SQL statements... right now i am going through and editing each page line by line which is kinda tedious . nikhilodeon: what version to tikiwiki? 2.0 I thought you could do a multiple selection... it appears to be broken in 2.0...i brought it to sylvieg's attention ok, then she will likely fix... ;) i think she mentioned that she had brought it to nyloth's attention plus she is on vaca this wk i believe well after a release people disapear for a few days... i don't wanna jinx it, but i think my style issue may be resolved! is there possibly a way to dump, say, all the wiki pages as html? that include the menus normally visible and such or rather, how well does the dump function actually work? and is it just a bunch of html files? or could someone just email me an example of a dump? dump, dump the sql... you need a web crawler, I guess... or put all the pages you need in a structure, and print.... or do a multi-print rats, I thought the "Dump Wiki" thing on the admin page dumped html rather than sql hey guys. just updated to 2.0 and everything seemed to work fine but i just realized I can't edit pages. or say i can, but the edit field is missing all the old content any idea what could be wrong there? LarsKI: you change the theme? yes, but didn't touch the edit template there has been some changes in the tpl... so if you changed some of the tpl you may be missing something, alos some themes may not be up to date? i'm more or less using the default theme, very view tpls edited ok, just some ideas for you to follow through... error, header, tiki-directory_bar, tiki-directory_browse, tiki-view_articles that's all i edited the edit page loads fine as well, just no content in the text field :( i can make changes, save them and then the text shows up but text entered before 2.0 doesn't show and yes, i did run the 1.8 -> 1.9 -> 1.10 sql during what times are there devs in this chan?