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 in a wiki page to blink text. The preview show exactly how it should work... When saved the page displays the tag and it is not working. I have other html tags and they are ok. A workaround someone ? yoni: blink does not work in all browsers, it was a netscape invention jonnyb: sure I would recommend against using it yoni: try HTML plugin arf... i mainly check on ff mac it was ok. ty using the style="text-decoration:blink;" *try well ok for both suggestion... i'll try and i'm i get somewhere. It still look weird to me that the preview was fine. the style should work on more browsers but not on IE and Konqueror of course JoernOtt i wasn't aware there were such a style. Tks to both of you ! cu l8ter wife's calling ;) tikiwiki: 03cdrwhite * r28156 10/trunk/ (32 files in 16 dirs): [NEW] feature_promote allows to promote a page via email (like tell a friend) + post on facebook wall + Tweet via twitter tikiwiki: 03jonnybradley * r28157 10/third_party/jquery/: [SVN] Trying the parameters the right way round for the googlecode externals tikiwiki: 03cdrwhite * r28158 10/trunk/ (5 files in 5 dirs): [ENH] extend shoutbox to allow posting on facebook wall and fixing some minor xhtml errors luciash: how's that now? luciash: it seems in svn 1.5 they changed the order of the external property definitions for some reason jonnyb: yay ! :) http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html i changed those ones to be 1.4 flavour jonnyb: thank you glad to help - i'll report back to the list Preference feature watershed disabled huh ? :) (trunk fun) missing def in lib/setup/prefs.php probably np, it just sounds funny that "watershed" no idea what to imagine under that name ;) meh, got "Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 83 bytes) in /var/www/tikiwiki.org/lib/init/tra.php on line 96" when editing the Communications Team page polom chealer - is there a list of users on there for some reason? (often a problem on tw.o sites) tikiwiki: 03chealer * r28159 10/branches/5.x/installer/installlib.php: remove unused condition (since r27924) hi jonnyb. well I didn't see the page but I don't think I'd see a list of all users after a Wiki page edit. just wondering can you edit it by section maybe? jonnyb: not more but actually, the edit was taken. it's just the page showing after I didn't see. so it's not a blocker for me. jolly good :) i was wondering what ever happened to your modules admin revamp - got stuck? :( jonnyb: heh. I'm planning to go back to that eventually, but I have a couple of things above on my TODO list. it lost priority a few times, and each time I'd want to go back to it I feel I need to dig myself back in the job (in particular, jQuery), if you see what I mean. i do indeed such is tiki :) :-] any expert on tracker's dynamic items list type ? In the php files, does tra('some string') stand for translate? or something else`? Aalandriel: yes Whooot o.O Im actually starting to be able to read this stuff *cheers* :) tikiwiki: 03sampaioprimo * r28160 10/trunk/templates/tiki-view_blog.tpl: indentation tikiwiki: 03sampaioprimo * r28161 10/trunk/ (styles/layout/design.css templates/tiki-view_blog.tpl): [ENH] display the date and author after the title (also for tiki-view_blog.php) if encoding check for ISO why decode the data? just a precaution to catch if theres mixed encodings? luciash: have you tried something about two trackers problem? j0n3: just working on it right now :) j0n3: i will send you link to check soon is it working for you?! :D not there yet, setting up trackers now j0n3: yes, it works, it even does not need any template tricks j0n3: the trick is to use item link type for one tracker and items list for the other tikiwiki: 03sampaioprimo * r28162 10/trunk/ (3 files in 2 dirs): [ENH] if comments are enabled, always show them in a blog post tikiwiki: 03jonnybradley * r28163 10/trunk/templates/comments.tpl: [FIX] Comments: JS error (in Safari/Chrome) tikiwiki: 03jonnybradley * r28164 10/trunk/lib/wiki-plugins/wikiplugin_trackerfilter.php: tikiwiki: [FIX] Trackerfilter: Increment $iTrackerFilter counter before it's used. tikiwiki: Also cleaner initialisation of default params 'line' and 'displayList'. hi I just upgraded to Tikiwiki 5.0 from tikiwiki 4.0....all of my user accounts can access it except my admin...can someone help? I've been working on this since the morning and still can't make it work :( aung: what is the problem? hi, so i upgrade to Tiki 5.0 using my old db i can access it using all of my registered accoutns except the admin one i tried changing the them... *theme through db but it didn't help aung: why would that help? i don't know...someone in the morning suggested that do u have a suggestion? aung: could you explain why you can't access using the admin account first? sure...when i access it using my admin account...it gives me a blank page nothing on it aung: try checking the users_users->waiting field what do i look for? in 3 some of them were left as 'u' almost all of them are NULL including the admin and i think they're the ones that can't login there are a couple u' but not for admin any relation to who can login? or just no-one every registered users can login it is only the admin that can't login aung: a blank page is not normal. do you have any user with admin privileges other than admin? aung: make sure in db that you didn't delete part of the code of the custom site header once u assign a user to admin group....that user see blank pages aung: is error reporting enabled? i don't think so..how do u enable it? aung: the Tiki error reporting is in Admin general, but you can enable error reporting for PHP in general with the PHP configuration file. luciash: by custom site header.....do you mean, " feature_custom_center_column_header" from db chealer: do i look under tiki-preferences? aung: for Tiki error reporting, you would look under tiki_preferences, but I think the only setting that matters for fatal errors is general PHP error reporting. I assume what you're describing ("blank page") is caused by a fatal PHP error. aung: feature_custom_site_header chealer: how do i turn it on? I have no idea how to do it....sorry or something like that you could try switching error_reporting_adminonly off (on admin/general) aung: which operating system do you use? did you ever edit php.ini ? aung: because if you deleted part after {if $tiki_p_admin == "y"} you could get this trouble or {if $user == "admin"} in Tiki 5 iirc away luciash: i compared mine to another domain in which Tiki 5.0 is working fine the code with {if tiki user...etc.....is in mysitecode feature_custom_html_head_content yep, that is what i meant and feature_custom_center_column_header are empty so...should i copy and paste the code from mysite code to feature_custom_html_head_content ? i just suggest to make sure you didn't modify it to left some part of that code open not at all, just make sure it ends {/if} which closes the condition to display some admin quick links for admin users let me double check not working..... :S i put the two db's together side by side...one for the domain that is working and the other that is not working.... I looked at it one line to another, and still i can't make it work :S so you mean the content is the same, right ? yes weird this is the code that i saw on the working site {if $user eq "admin"}
{tr}Quick Admin{/tr}: {icon _id=database_refresh title="{tr}Clear all Tiki caches{/tr}" href="tiki-admin_system.php?do=all"} {icon _id=wrench title="{tr}Modify the look & feel (logo, theme, etc.){/tr}" href="tiki-admin.php?page=look&cookietab=2"}
{/if} it is in "mysitecode" under tiki-prefrences yes, it does look all right so it must be something else aung: after login, can you try add &fullscreen=y to the page URL ? so i put that code in "sitemycode" and also set sitemycode_publish to "y" publish would not make any difference because admins can see that even unpublished it says: The requested URL /schoolsus/tiki-index.php&fullscreen=y was not found on this server. oh, sorry, if you have only tiki-index.php there, then you have to add it like ?fullscreen=y tikiwiki: 03sampaioprimo * r28166 10/trunk/templates/ (antibot.tpl comments.tpl): [ENH] minor interface improvements on comments still blank :S do i leave --->" feature_custom_home " blank? under my tiki_preferences? nvm that didn't make a difference.......sigh well, best would be enabling that php error reporting to see what's he real problem how will i do that? aung: which operating system do you use? did you ever edit php.ini ? i use microsoft os aung: maybe this can help → http://www.google.com/search?ie=UTF-8&q=how+to+enable+php+error+reporting+in+Tiki no i have never edited php.ini aung: how did you install PHP? chealer: in terms of installing the Tiki 5.0? chealer: or using the phpmyadmin to look at mysql database? chealer: sorry, I'm not so familiar with programming aung: do you know where PHP is installed on your computer? can you find the php.ini file? Hi. I've just started playing around with Trackers and I am wondering if someone can point me to a method for adding lists of items of arbitrary list length.. in other words "item one, item 2, to item n" with a button to dynamically add more form elements as needed ie "add another item". I imagine it can be done with autoincrement but im not sure yet. aung: i think enabling error reporting would help can you get to admin/general? (as admin) ChefTim: nope, autoincrement is something else i think jonnyb: that is the problem :( I can't login as admin ChefTim: you need to know javascript/jQuery coding for this and use pretty trackers template imho jonnyb: everything else is fine...right now...i'm making changes through db ok, you can ad it in phpmyadmin jonnyb: how will id do that? you have phpmyadmin access? yes add a row to tijki_preferences luciash: thanks name=error_reporting_level value=-1 jonnyb: will i do that under "insert" tab? and error_reporting_adminonly value 'n' yes jonnyb: do i need "function for these 2 inputs? no jonnyb: ok i have those 2 rows in tiki-preferences now ... what's next? so any error messages on the site? jonnyb: no error messages on the website..... and no improvement i guess do i look "on" the website or somwhere else? yes, in the browser at the pages that were white screens nope.....i think.....it has something to do with admin code cos everything is perfect.... except that when admin logs in...it's blank and regular users are ok? yes.... regular users are all fine... it's just admin gets a blank page how about in the table: tiki_modules? aung: is it only with tiki-index.php or any other page when logged in as admin ? (in phpmyadmin) good point luciash wait it just worked now....... this is crazy...... let me double check what i just did sometimes enbabling errors stops WSoD jonnyb: probably that must be it.... those settings will be in the installer in 5.1 :) jonnyb: cos, i was trying to make a user a sub-admin...and see if i can go to admin through that and all of a sudden jonnyb: good idea actually it just worked phew! well done do you think it will be fine..if i just leave it as tiki 5.0? jonnyb: thanks a lot for all your help....i was really worried... are you not getting any errors? (at the bottom of the page - it's a button) luciash: thanks to u too.....i've been botherin u the whole day :S i'd not release until you've solved the underlying problem np :) jonnyb: i don't see any errors, and i don't see any buttons hmm, odd - maybe it was something else jonnyb: r u gonna release ? 5.1 will be along soon (allegedly) i guess if no one else does... :( is there any way to show customized item list field of a tracker? almost certainly j0n3 - but i'm off to bed nn tikiwiki: 03sampaioprimo * r28167 10/trunk/ (3 files in 2 dirs): [ENH] title for comments section when viewing a blog post