Ludo_: how did you modify it? the php.ini file you mean? Ludo_: yes /etc/php5/apache2/php.ini post_max_size=128M upload_max_filesize = 128M max_execution_time = 600 max_input_time = 600 memory_limit = 128M Ludo_: why did you add that specifically? do you know which part fixes the problem? I don't know which part fix the issue, I just saw in some posts people were using those parameters Ludo_: strange that this would fix the fatal error above Ludo_: what do you mean by the theme doesn't follow your old wiki pages? at least the seg fault doesn't happen again when I access to https://support.datadirectnet.com/wiki/tiki-login.php I have a theme the default theme of tikiwiki-4.3 now if I click on wiki https://support.datadirectnet.com/wiki/tiki-index.php I have my data but without any theme no css tiki-login.php first generated line: is it normal? Ludo_: I guess I'd need to see the full pages to tell. New Forum Posts: Hotwords - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37897 polom If you were going to install Tiki for someone to evaluate for use in a company site (mostly a brochure-type site) , which version would you choose? Also, which version to use for the live site? tikiwiki: 03cdrwhite * r28151 10/trunk/templates/modules/mod-quick_edit.tpl: [FIX] Fix minor xhtml compliance problems New Forum Posts: File Gallery/File Size - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37899 polom chibaguy: use svn 5 Hi!, I have been searching on documentation and trying what you told me to do with wikiplugin on tpl, but maybe I missunderstood something. Still not success for displaying a page of a tracker with second tracker filtered :( Can you please help me? thanks sylvieg chibaguy: I got problem in a recent site with 5.0 because of the encoding - but the svn up was fine I've created a wiki page for #1 tracker with {TRACKERLIST(trackerId=11, fields=85, view=page, max=-1, tpl=rxncontactos.tpl) }{TRACKERLIST} and tpl contains {wikiplugin _name="trackerlist" filterfield="92" filtervalue="$f_63" fields="85:92"}{/wikiplugin} maybe it's all wrong I've lost all you told me yesterday :( add trackerId on the second trackerlist j0n3: see http://irc.tikiwiki.org I did, but nothing found :S j0n3: and I suppose you have to have fields=85:63 in the first one but I am still not sure it will eork fields of #1= 63 to 82 and #2 from 83 to 92 92 = 63 the key : does not mean from you need to list each field i meant #1 tracker have fields 63 to 83 and #2 tracker have 83 to 92, beein 92 the foreign key Page showing #1 items have a {trackerlist} plugin referencing #2 tracker template, is it correct? and trackerid=2 no the first one means field 63 and field 83 only yeah I know sorry only field 85 only testing showing 2 fields and the second only field 85 and 92 there are tens... yeah I want only show two fields of #1 and two of #2 when it works I will create a pretty template if you have tens do not specify fields - but for the firt one better to specify because I am not sure it will be able to find by itself you mean tpl or wiki page? not specify fields on {trackerlist} at wikipage in wikipage specify all teh fields that are needed - in the tpl do not specify .... but if it is not working working better to try to list them all - to be sure tiki is not missing some... Missing or incorrect trackerId parameter for the plugin. {wikiplugin _name="trackerlist" trackerid="11" filterfield="92" filtervalue="$f_63"}{/wikiplugin} $f_63 is correct? (without {}) it should be - but I am not sure - you have ony 2 cases to test you have typo there j0n3 and please use trackerId not trackerid must be trackerId not trackerid polom hi sylvieg :) hi luciash j0n3: $f_63 is correct polom luciash and everyone polom jonnyb jonnyb: polom - btw I also find that trunk is slower... hmmm, it's a worry jonnyb: do you watn my note ;-) for Mac OS? 9.9 do not forgat it puts the file in tmp- chache grind and you have to reopen it ... later I am on fedoara 12 yes, i think i got that far - but the tools on Mac OS to analyse them are fairly crude (or i'm too st00pid to understand them) It didn't work and removed filter on tpl... now wiki page template for #1 shows all items on #2 but unfiltered... but viewing a tracker item doesn't show anything j0n3: if u can give access i can try with wiki page template i mean for {trackerlist} on wikipage... all around is parsed right I would like, but it's on intranet only now it works for me with INCLUDE plugin at least i am having a template where i use current item id to build a link and include a script wiki page haveing the same id in the page name {wikiplugin _name="include" page="script-for-itemId-$f_6"}{/wikiplugin} and it works you should consider I'm noob at tikiwiki it didn't work for me when i had it there directly using {INCLUDE(page="script-for-itemId-{$f_6}")}{INCLUDE} that is why i used the smarty wikiplugin block instead ah oh so i think you have simmilar approach here with the TRACKERLIST plugin sylvieg: trunk is slower ? :( well, now I'm blocked... I can view tracker on wiki template page but viewing tracker items doesn't show that luciash: but I never trust my local .. ( I have always unfinished dev on each copy I hae ;-) ) sylvieg: i remember you had a discuss on list when someone had global and include (actually require_once) only when needed ... isn't it good idea for performance instead of having all included (required) always ? a lib i think it cost nothing to php to do global; include_once the require could load many time the same lib doesn't it load into RAM ? sorry no idea where it loads it i mean isn't it different memory consumption having global; include_once than having {if $needed}global; include_once(... ??? in case of !$needed of ourse *course sorry for the stupid questions sylvieg, if you want to talk about the "contributional stats" thing, I am online and available hello JoernOtt did I misunderstand soemthing or not? maybe or I have a bug... to save processing time, I do not process each version I ttreat all consecutive versions of one author as one version maybe we should add an option parsing each version separately so you can see what changes you made between version 1 and 5 (all of them from you) as well localhost/tiki5 sorry I replied in detail to your mail to keep the others in the discussion tho I don't know what to do now... trackerlist without any filtering is shown at wiki page template for tracker item, but doesn't show anything when viewing an item, even without filtering :( j0n3: can you paste the code to http://paste-it.net for example ? opk seems I have a bug - seems to work on some apges but not all can I have a look on the history there? hey there, lashing rain yesterday, so we are still in Karlsruhe and drive today JoernOtt: is it working on heding... or only on simple text I just added a heading and no way to know who wrote the heading you can choose what to work on, the original (unparsed) wiki text, the html (parsed) and plain text -> parsed with html stripped I have seen another problem with the contextual menu: when I move further in the navigation structure -> for ex. view certain articles -> the menu left hand side is empty -> generally speaking logical like the menu is made up, but not the way it should be I am in the default one paersed text and after I added a heading - it is broken so more work has to be done - will report lateron sylvieg: how did you add the heading? just by adding some text before the old text? I had an old text at the bottom I added !xxxx and then some text sylvieg: ok, I will try to do that on my testserver as well sylvieg: who was the author of the previous version of the page? http://paste-it.net/public/b9d3db7/ before it was admin put a text - sylvie added a text at the end - admin added a heading at the end and a text j0n3: i think you should filter by 92 not 63 when trackerId is 11 btw JoernOtt thanks for all your explantions that's what i did j0n3: but i don't see any $f_ in the template, just hardcoded 11 yes, as it's the contacts template no filtering now j0n3: i don't see it like that there just testing why it shows all contacts on wiki template but doesn't show anything viewing client item template shows contacts - item view doesn't show contacts even unfiltered sylvieg: strange thing, I tried to do it the same way on https://test.ott-consult.de/trunk/TestPage and it works as expected j0n3: you need to pass $tr_user=user in URL which you want to see otherwise it would show your own item, but you need also user type field in the tracker 11 The headings (I put one above the first paragraph and one above the last paragraph) are both credited to admin j0n3: or param view="user" what url? you mean on template? url where you go to view the item but when searching, how to pass that? or {wikiplugin _name="trackerlist" trackerId="11" view="user"}{/wikiplugin} let's try, thanks again! nothing :( rxnclientes.tpl = {wikiplugin _name="trackerlist" trackerId="11" view="user"}{/wikiplugin} what annoys me is why it shows all on template, viewed as wiki page, but doesn't show any on viewing tracker item Recent Bug: Tracker item: #3503 - - Change a tracker item status to closed after a specified date - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3503 polom j0n3: you misunderstood, you need {wikiplugin _name="trackerlist" trackerId="11", filterfield="92", filtervalue="$f_63"}{/wikiplugin} on the Wiki Page (template) for viewing Tracker 9 (clients) j0n3: sorry, left the commas there, this is correct: {wikiplugin _name="trackerlist" trackerId="11" filterfield="92" filtervalue="$f_63"}{/wikiplugin} so there is two .tpl? or wiki page for client tracker items and template for contacts? is there * j0n3: you need two templates only if you want to customize look and feel of the filtered contacts list ok, yesterday I undestood a wiki page for clients and a template for contacts.... let's try this! thanks agaain :) so, you need one wiki page to display the client data and other wiki page serving as template and third one if you want template for the contacts listing too or the tpl file if you prefer that j0n3: please note, that on the first wiki page you'll need to have only the trackerlist wiki plugin for trackerId="9" but it will show all items on 9, right? is there anything known about memory_limit independent WSODs on Tiki 5 HEAD? I get them after saving a page, page get's saved though...?! :O editing tracker: wiki page or tpl template=tpl:rxnclientes no extension neither folder specified? I'm getting crazy I could share my desktop on skype if you would like to... I understand if you can't or don't want to... I've tried that: Wiki page with trackerlist for trackerId=9 tpl=rxnclientes.tpl and rxnclientes.tpl have {$f_63}{wikiplugin _name="trackerlist" trackerId="11", filterfield="92", exactvalue="$f_63"}{/wikiplugin} j0n3: i can via skype but max 15 mins wait a momento... moment* should i specify template for contacts y rxnclientes.tpl? on as I see, no template is needed for contact's now well, maybe it's faster with skype no, maybe only add fields="83:92" i mean template shouldn't be necessary to get the contacts list harhar, using kubrick for 5.x breaks open/closing of menus *g* hi everyone v5, Trackers: is it possible to embed the "View Item" into a wiki page ? RavenC: hmmm, I'be interested,too - but doesn't look like it.. perhaps one can mimick it with {TRACKERITEMFIELD}s? {TRACKERLIST(itemId=xxx) /} ?? that lists multiple items, but not the single item view!? yeah {TRACKERLIST(itemId=xxx, wiki=yyy) /} I will have to try sylvieg itemId in TRACKERLIST? oh, yeah.. fancy.. :) I was wanting to also pick up the Created: and LastModif: fileds {$f_created|tiki_short_date} $f_lastmodif see http://doc.tikiwiki.org/Plugintrackerlist j0n3: is it Tiki 5 ? yes thanks Sylvie, I have been there yesterday and this morning and did not see any reference to the created or lastmodif ... Thanks for the help! aaahhhh... there it is, staring at me! "$f_created and $f_lastmodif have been introduced in tw>= 3.0." welcome to the club, RavenC ;) :) re i get Fetching external item into 'lib/jquery/http:/jquerysheet.googlecode.com/svn/trunk' svn: 'jquery.sheet' has no URL trying svn up trunk wth ? venirons a la france au revoir j0n3: i recommend to put {$f_63} above on the tpl to see (debug) what it prints out yes, it was there on the tpl it shows correct value ah, i didn't notice but first I should make it work without filtering why it works on wiki page but not in tracker item view with that wiki page as template? :( hello? >help! 'help' could be way of getting some useful (or not so useful but kind of funny) information from me. By me I mean Sug4r, the IRC bot. You can give me commands like >whatis foo to get some facts from my factoids database about foo , >list alias to get list of command aliases i understand, >help alias about to get some help about alias called about and its parameters or /msg Sug4r help someothercommand to (1 more message) >whatis banner Error: No factoid matches that key. hi aung hi i had a problem in upgrading to Tiki 5.0 >help! 'help' could be way of getting some useful (or not so useful but kind of funny) information from me. By me I mean Sug4r, the IRC bot. You can give me commands like >whatis foo to get some facts from my factoids database about foo , >list alias to get list of command aliases i understand, >help alias about to get some help about alias called about and its parameters or /msg Sug4r help someothercommand to (1 more message) >list alias about, add, am, any, are, bug, can, devtwo, do, doctwo, enlight, g, googldev, googldoc, googltwo, googlwiki, greet, h3110, have, helloya, help!, help?, hey, hey,, how, hug, ideas?, infotwo, is, item, lock, luckydev, luckydoc, luckytwo, luckywiki, pingy, polom, pong, remove, s4y, see, sug4r, talk, teach, ti, two, unlock, wassup, what, when, which, whisper, whisper2me, who, whois, why, wish, and you >what banner The outlook is good. help! :) aung: what do you need to know about banner ? Fatal error: Smarty error: [in evaluated template line 1]: syntax error: unrecognized tag: BANNER(zone="FB") (Smarty_Compiler.class.php, line 446) in /home/awareci1/public_html/schoolsus/lib/smarty/libs/Smarty.class.php on line 1093 I need to delete that banner zone where did you put the code ? on wiki page ? under look and feel you have space for html codes right? I put it either under header or the body of that... not on the wiki page.....in the "look and feel" section under General Layout options only that or do you have other custom code there as well ? i had facebook "Like Button" code there, and that "banner(zone="FB")" code there as custom codes u still there? tikiwiki: 03sylvieg * r28152 10/branches/5.x/lib/prefs/feature.php: [FIX]pref: some description yes oh ok Is there any issues with v5 and wiki-syntax separators? I have tried both a horizontal rule and title bar with no results on a wiki page -=Title Bar=- should work so...how do you think i should fix the problem? i tried deleting the zone=fb through phpadmin under tiki-banners but that didn't work aung: go to DB, search for tiki_preferences table and find the field named feature_sitemycode and change it to n if it is y there is no "feature_sitemycode" under tiki_preferences i can't find it it will disable the feature and you'll be able to go to Admin > L&F and correct the wrong syntax in the textarea then or you can change directly in db in the sitemycode field maybe the banner plugin isn't activated on tiki-admin.php?page=textarea under plugins? i think it was wrong syntax aung: going to this page via browser should also disable it → tiki-admin.php?page=look&lm_preference[]=feature_sitemycode&looksetup&cookietab=2 aung: assuming you're still logged in as admin ok...let me try going to that page and assuming you have put it under "Custom Site Header" nope...it's not working then you have to search through tiki_preferences table in db until you find it i see..what do i look for? the string BANNER ? or you mean for what preference column value ? RavenC: what theme are you using? Horizontal rule in Fivealive isn't styled yet, so is blank. Titlebar is ok tho. yeas, i meant preference column value under tiki_preferences, under which name do i look for? aung: no idea, it must be one of the code something luciash: but the word "banner" will be in the value right? or custom something nope, it will be in the other column first column is preference name, the other is preference value yup i found i under feature_custom_html_head_content luciash: do i delete the value there? luciash: Right now. The second value says {BANNER(zone="FB")}{BANNER} luciash: sorry there is only one value...i meant the second row it is wikiplugin syntax, it shouldn't be there like this luciash: i c....lesson learned the hard way...let me try rerunning the install.php aung: it must be {banner zone=5} e.g. or {banner zone="FB"} aung: but, ehm, sorry, it is wrong place too if i can ask you another question.... aung: feature_custom_html_head_content is intended for code rendered in HTML head tag code section i see.... i was trying to put in the "Facebook connect Application" they give me the html code.... I copied and paste it there, but it does not show up.. yep, but the banner feature is for visible banners what you put in HTML head usually doesn't show, except the browser title i see... you would need to use the Custom Site Header area or the others below actually, i re-ran the install.php and now everything is working except when i log in with "admin" it gives me a blank page fresh install or upgrade ? upgrade upgrade will not change what you have in the feature_custom_html_head_content right...but i deleted the value from db you have to manually remove it ok so it might be cached template hmmm...so how do i fix that? delete content under templates_c/ except index.php wait, can you tell me a bit more about how to get there?? via FTP under templates folder? templates_c/ ! all of the contents EXCEPT index.php right? yup how to fix Fetching external item into 'lib/jquery/http:/jquerysheet.googlecode.com/svn/trunk' ??? http:/ seems wrong indeed luciash: still not working :( what's your memory_limit ? >whatis memory_limit 'memory_limit' could be the most frequently asked question about trouble getting blank pages. The PHP memory_limit should be >= 32M (see your php.ini). You can check it with and read more at http://doc.tikiwiki.org/tiki-index.php?page=Requirements+and+Setup&bl#PHP luciash: might be worth changing it to https (as it's inside an https external) 70 70 MB i think it was jonnyb: hmm, you mean i can do that on my local checkout ? it should be an svn property on lib/jquery https://jquerysheet.googlecode.com/svn/trunk/ seems to exist aung: the other code you have there is valid to go inside
part of HTML ? actually....i'm thinking may be it's still there for admin login jonnyb: it's on one of my test machine where i didn't svn up trunk for longer time and now this error appears there... i mean can i fix it there or elsewhere ? luciash: cos there is one for general users, and one for admin.....so let me check the db again to see if it is there for admin polom anywhere, afaik polom xavi hi luciash and jonnyb and all nice day at work? hi xavi :-) me? yes, slow going so far :-) there is no other custom html head code for other users, only the globa one yesterday evening I left Barter profile with almost everything that we had created in c2c.op.o/tiki aung: ^ hmmm.... I need to add the new prefs. specific from the cclite amdin panel (in payment) so wat might be the problem? aung: can you login as admin at least ? ok....so when i don't login as admin...the site is fine aung: you can try still go to tiki-admin_system.php?do=all to clear all the tiki cache it's just that when i do login with admin...i get the blank page jonnyb: i just deleted the jquery dirs and doing svn up now again jonnyb: eh, still there yup, still here i think you need to commit this kind of change to test (which is fun!) luciash: so how should i fix the blank page for admin? it works find for other users, it just gives me a blank page for "admin" aung: sorry, no idea that's not good.... :S jonnyb: svn propedit svn:externals https://jquerysheet.googlecode.com/svn/trunk/ jquery.sheet lib/jquery tikiwiki: 03jonnybradley * r28153 10/trunk/tiki-admin_include_profiles.php: [FIX] Admin/profiles: Tiki_Profile_Installer needs to be initialised after $profile->removeSymbols() otherwise it only gets applied every other time. jonnyb: svn: Editing property on non-local target 'https://jquerysheet.googlecode.com/svn/trunk' not yet supported aung, you should enable error reporting for admin how do i do that? through phpmyadmin: see the keywords to add at http://profiles.tikiwiki.org/Debug_Mode_Enabled those related to "error", like error_reporting_admin_only (or similar syntax) set to "n", and the error level said in the profile page aung: or if you are on 5x (will be 5.1) you can do it in the installer now luciash: shall i do it? i have local trunk w/c here, but cannot easily test (all my svn's are up to date) In addition, aung, if you are/were using custom themes in tiki4, I would recommend that you remove the selection of that theme style at the db directly yeah i am using custom theme... jonnyb: if you have a min, yes please custom theme... that might be it, specially if your site admin has another theme style than the other uses users luciash: just need to commit this little bit... 2 mins how do i select the custom theme? Is it through tiki-prefrences aung: just in case, remove the record in tiki_preferences table which contain *.css tikiwiki: 03jonnybradley * r28154 10/trunk/lib/profilelib/installlib.php: [FIX] Profiles: User Handler, several fixes (so it works now) and a couple of new features (add email option and default to change password on first login for new users) bbl jonnyb: sorry, should i wait still ? sorry - with you now hey sorry to bother u guys again....but I don't think it was the theme may be the admin account dropped out on the upgrade it gives a warning about that on the upgrade.... can someone help? have you got any "usual" modules assigned for admin maybe? of something using the {GROUP} plugin? s/of/or yes, i think in the header the quick link for clearing cache and look and fee..... *fell *feel that header code is only there for admin do you think that is the problem? could be tikiwiki: 03jonnybradley * r28155 10/third_party/jquery/: [SVN] Trying https protocol for the googlecode.com externals try emptying it in phpmyadmin or something (keeping a copy, of course) ok, luciash - how's that for you now? brb jonnyb: thank you, i will tell in a moment jonnyb: yeah, that seems to do the trick ! yay woo! what version of svn are you on? nope...still not woring...sigh *working jonnyb: oups, hurrayed too soon... now second svn up fails with simmilar message again :( Fetching external item into 'lib/jquery/https:/jquerysheet.googlecode.com/svn/trunk' svn: 'jquery.sheet' has no URL oh... so it was ok when creating it, but not updating seems so :/ first run was: Fetching external item into 'lib/jquery' U lib/jquery Skipped '.' hang on, sorry - too many difficult things at once np, i think i should upgrade my svn client, maybe that's the real problem no, let's try and work this out while we have it cornered (if you can wait a little bit) Hi there, i have something bothering with tw5. i use the html tag