can you include googleads on tiki forums? any have a forum they can show me as an example? any have a tiki forum at all so i can see what it looks like? Simple question. Registered creates a page. Admin approves it. Registered can not access the approved page. It gets Permission Denied. Registered has all category permissions except admin. What am I missing? This is when using staging/approval? Yep I haven't tried using that yet, sorry. I assume you read the docs page on that. Yeah - But I'm gonna be reading them again I think :) Can someone please check if they have tiki_p_edit_categories in v2 In v1.9 a perms find of categ return 5 values in v2 only 4 on my system Anybody? Can someone please check if they have tiki_p_edit_categories in their V2 installation. On my systems, In v1.10 a search for categ return 5 permissions but in v2 it only returns 4. tiki_p_edit_categories is missing - and it seems to break the Approval system. Help greatly appreaciated Paragtim: clear your cache temp/cache Sylvieg: Thanks for the reply. Cleared cache on both server and pc - no change. I still have 1 install running 1.10 and that shows the extra permission and the approval process on that system works. On the V2 install the perm is still missing and the approval process only partly works. Reg\Author groups cannot see approved pages. hi all :) Sylvieg - Any ideas? in trunk, why does the password checker on tiki-register require ajax? its just using js? Rick99 Can you check the following please. Do you have tiki_p_edit_categories in your V2 installations. On my systems, In v1.10 a permissions search for categ returns 5 permissions but in v2 it only returns 4. tiki_p_edit_categories is missing - and it seems to break the Approval system. Help greatly appreaciated did u clear ur tiki cache? Yep - on both pc's and the server no, the tiki cache ur tiki is caching the category admin template (from prior tothe upgrade) i have all 5 category perms (2.0) select admin > tiki cache flush all 4 caches Yes - Admin Groups : Clear Cache. ? 4 caches? Admin > Tiki Cache/Sys Admin (or tiki-admin-system.php) Cleared all five - Still no tiki_p_edit_categories when searching permissions check ur db to verify if the perm exists How to do that please? look in the users_permissions table. verify that if the tiki_p_edit_categorized exists This is in MySql on the Server? y. ur mysql database. using phpmyadmin or something similar Ok - Back after checking - Many thanks so far np Rick99 - Its missing from the database u upgraded from 1.10 -> 2.0? yep did u run both upgrade scripts (1.8 -> 1.9, then 1.9 -> 2.0)? Came from 1.10 (Initial Install) to V2 RC04 to V2 when going from 1.10 -> 2.0RC4, did u run both scripts? I don't think so, can't remember, but the Approval System, which needs edit_categories worked. So I'm assuming I scr***d the final upgrade in some way go back and re-run the scripts. u always need to run the prior script unless ur tiki is alread at the very latest version. which 1.10b?? were u at when u upgraded to 2.0RC4? What is the best way to fix it - A complete wipe or another way? unless you were at the latest beta release, you may be missing items. 1. backup ur db 2. go to tiki-install.php and run 1.8->1.9, then go back and run 1.9->2.0 I was at 1.10b1 then v2 rc04. So go back to 1.8 and work through from there? b1 was an early beta. so u are missing anything introduced in the sql between b2 -> 2.0RC4. go back and run the 1.8->1.9, then 1.9->2.0 upgrade scripts Ok - thanks. Back later after running, look at ur db again and confirm that the permission was added No showing 222 permissions and tiki_p_edit_categories is now back. Many thanks mate. Now to get the approval system working again glad to help Good job you don't live near me or it would cost me a small fortune in whisky at Christmas !! beer is fine with me :) Whenever you are near the beer is on the house By the end of next week I let you know how helpful you have all been Q: if something is released as "free software - no license required'" is it compatible with tiki's LGPL? Free Software - No Licence required has in the past been construed as "Public Domian". so y, i can include it in tiki's code? Check for copyright is the only criteria that can be used against the free software - public domain theort My spellinggg sucz author states "this script is released as free software. No license is required. Plese include my name as the original author in your distribution" Copyrighted code is technically still owned and under the control of the author Thats all you need to do then is mention his name as a contributor k. tx Nice to give back :-) SVN: Commit by lphuberdeau :: r 14541 /trunk/lib/tikilib.php: [MOD] Avoid using preg_replace to match exact patterns I've uploaded attachments to a forum. The filesize is correct in the link. Alas, when I download the file from the tikiwiki forum....the byte size is zerok SVN: Commit by lphuberdeau :: r 14542 /trunk/tiki-index.php: [INDENT] No changes SVN: Commit by ricks99 :: r 14543 /trunk/ (3 files in 3 dirs): [NEW]password strength meeter [Bug 1827]. may want to review the algorithm as needed ittosde - New at this so may be wrong. Sound like the upload has failed\corrupted. Can you check the file size on the server? SVN: Commit by lphuberdeau :: r 14544 /trunk/ (4 files in 3 dirs): [NEW] Support page alias through semantic links @lphuberdeau: is this "page alias" different from the structure page alias? does not require structures is it the same notion of an alias? can i now have alias for pages not in strucutures? it runs through the semantic links so say you have a page "Install Tiki" you can add an alias to it by (in the page content) adding a link to (alias(Installation)) so when someone calls Installation, they get redirected to Install Tiki if i then add the page "Install Tiki" in a structure, does the alias "Installation" get included by default? no but it would get caught eventually... result is similar "get caught eventaully..." how? well, tiki-index makes multiple attempts to identify which page to display page alias is attempted just before searching for generic pages with similar names in a structure, an "alias" is used as an altertnate page display name. but your ?alias" sounds like a auto-redirect? yes, it's an auto-redirect maybe a better name? especially considering Tiki already uses "alias"? I didn't choose the name http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1489 understood. just a suggestion. we make extensive use of "alias" for handling page displays. some folks (especially me) might get confused. does your "alias" feature update the .htaccess for each newly added (alias(foo) no I tend to think alias is a poor name in structures ok. so which "wins" if i have confliticng .htaccess redirect? .htaccess runs before so it wins ok. good to know :) just svn'ed up. how do i use it? (dont see anything listed in the wiki help) edit some page and write (alias(SomePage)) not feature-complete yet can include multiple aliases together? (alias(page1,page2,page3))? no need to do (alias(page1))(alias(page2))(alias(page3)) it really is a normal wiki link with a qualifier k. tx lphubedeau. great new feature. you can create custom qualifiers... actually use whatever you feel like tiki-admin.php?page=semantic allows you to manage them, fix typos in batch, find where they are used, ... mod-semantic_links displays a bunch of information about the current page Paragtim, the files are uploaded and stored in database nit-picky... rick really thinks this should b renamed to "redirects" -- "semantic" and "alias" is just too confusing. just my $0.02 great job through! one last q: do these redirects run before the "similar" page function? semantic is a much broader concepts... does lot more than redirects yes, before generic page search perfect. Hi all - getting "Wrong registration code " when I add a User Registration Tracker to the registration page. Reg works fine without the tracker. Tracker works find with none email registrations. Is the validation the problem? did u set the registration code properly? (rick wants more beer :) ) Have checked - Users can register, need admin validation, use tracker, prevent robots, validate users email. Nothing about reg code. The CHAPTA seems to wotk on both counts More beer available CAPTHA is different than the registration code. Yep - Reg code not checked see admin: login page ah.. option is disabled but the field still appears on the registration form? It says - "Enter the code you see above - Above is the Chapta code (5 digit) rick is confused. "captcha" or "passcode"? see docs: http://doc.tikiwiki.org/tiki-index.php?page=Login%20Config Sorry rick - Anti-Bot Verification Code (Chapta to me) on Registration Page. Request Passcode on Admin : Login is unchecked. It doesn't appear to the registration page does the code (the random number image) appear on your registration form? Yep but when u enter the numbers (correctly) tiki still says wrong? Yep tiki 2.0? This part works as long as the tracker is not attached to the registration process - So I think its going to be a tracker problem - Yep v2 ahh.. yes. known issue with tracker. there is a patch available.... 1 sec.. see http://dev.tikiwiki.org/tiki-index.php?page=List%2Bcandidate%2Bfixes%2Bfor%2B2.0 second item Cheers - I'll have a look now can pull the updated tiki-registration.php send beer to: smarty @ keycontent.org :) Remember - English beer is warm and dark !!! no prob. we have refridgerators in usa :) You'll spoil the special taste and texture. What do I do with this link? The tiki one - Not smarty the link will take u to the svn repository. from there u can grab the updated tiki-register.php. overwrite (after backing up!!!) the /tiki-register.php Just download, then copy and paste into the relevent directory? yup SVN: Commit by ricks99 :: r 14545 /trunk/db/features.csv: updated the "depends_on" for many items to reflect true dependencies. SVN: Commit by jonnybradley :: r 14546 /branches/2.0/lang/ca/language.php: [FIX] Added backslash in front of single quote mark which was breaking FCKEditor javascript preventing toolbars appearing in Catalan (on "Wiki Link insert") ( http://dev.tikiwiki.org/bug1732 still open as it should be fixed for all languages in the template setup_fckeditor.tpl) polom SVN: Commit by lphuberdeau :: r 14547 /trunk/lib/tikilib.php: [MOD] Refactor parser wiki links to reduce code duplication SVN: Commit by lphuberdeau :: r 14548 /trunk/lib/tikilib.php: [ENH] Plural wiki links deserve best language too Hello all I'm having some trouble with category permissions... I've recently done a fresh install of 2.0, However, I can only see view_categories and admin_categories permissions in the drop-down box when assigning permissions to a category. I can't see the view_categorized or edit_categorized... have I done something wrong somewhere? view_categorized and edit_categorized are assigned to GROUPS -- not categories sorry... I haven't explained myself well on tiki-categpermissions.php screen...there is a drop down box to select the permissions and a drop down box for the groups... I can see all the groups no problem but the permissions box only shows 2 and AFAIK it should show 4. I have another implementation of 2.0 running and it shows fine no. the tiki-view_categorized and tiki-edit_categorized are GROUP permissions -- not category permissions u asign those permissions to GROUPS (on the Admin: Group page) ok...panic over.. I fixed it apparently I had to clear the caches I'm talking about over-riding global permissions on a per category basis but it seems to be working now ah. ok. my misunderstanding when I cleared the cache... the 4 permissions related to categories were restored probably my bad explanation too ;) thanks for caring np any ideas what cache would be causing that issue? I just cleared all 3 plus the session cache tpl cache. tiki cached the template that displays the page ah makes sense kinda *rick thinks the caches should be cleared automatically whenver an admin level create/disable/enable change is made I still don't see how a page with incorrect drop-down values gets cached but.... so they page got cached when I was playing around with group permissions? the page (including the html that makes up the drop list) was chached that would make sense thing is...if you did it automagically... you wouldn't get the cool heading "Exterminator of cached content"... it sounds so final :) thanks again np There's already a bug report on caches bleeding between Groups..and some other distinction. Any ideas on 0K downloaded file from a forum. The attachment link shows the proper size. File is stored in database I didn't realize it was a bug...I thought I'd screwed up! I still wonder if the cache files couldn't have the user's Group names appended, so caches would not be shared between groups. ittosde: Maybe the web server or browse needs something configured for that MIME type? hmmm. good idea. let me look. it's a .DOC file. web server is configured to serve those Is it only with DOC files you have a problem? You could try zipping the file It doesn't solve the actual problem but it might be a workaround lemme try.... If the zip file works then it could be a binary versus text file problem.... so a plain txt file might not work either but a jpg file would. Just a guess. I tried an xls file and also stated 0k. The zip file wouldn't decompress, so it's 0k too I uploaded attachment on 1.9.10. Those files still download appropriately. the 2.0 will upload, but not download correctly so it looks like no files are working? right in 2.0 file uploaded pre 2.0 will still download What about images, are those working, either in Wiki or Image Gallery? maybe a database issue then... could you store the attachments in a directory instead? Lemme look...stand by yes. files saved to directory work great. dev.tw.o: zzzzzz dev.tw.o OK, I guess, but slow. Blank screen on some text I'm searching on. Since it's a database issue, what table(s) do I need to modify? I bow to someone with greater experience on that. Is there a reason that you absolutely must save files to the database? one of the devs told me that unless you have a good reason, overall you're better off using directories. directories = better speed (usually), db= easier to backup Wouldn't in the db with a file-based cache be better d: easier to backup but larger database it seems it's all about trade-offs SVN: Commit by ricks99 :: r 14550 /trunk/templates/tiki-register.tpl: [MOD]move the generate pw link. make it a button. add strength and match checker to the button. SVN: Commit by xavidp :: r 14551 /branches/2.0/templates/setup_fckeditor.tpl: [FIX] single quote changed to double quote to hopefully fix http://dev.tikiwiki.org/bug1732 for all languages, after the tip by Jonny B. and partial fix on language.php for Catalan. At least if fixes the bug in Catalan language and any others with single quotes in language.php. Ok, I was concerned about virii I think the major difference is that the web server knows how to download files, so there is probably less overhead during downloading. And if you're concerned about infection, a virus scanner can probably scan a directory better than a database. Good idea. Database infections just aren't that common as file infections Why when I enable "action log" does "contact anon" get disabled? Is this a feature, or known issue? It seems that I can then re-enable "contact anon" and have both features running. SVN: Commit by lphuberdeau :: r 14553 /trunk/ (4 files in 3 dirs): [NEW] Begun work on secure plugins (nothing affected yet) I'd like to have a list of abbreviations used on my site. Can I link directly to a definition in a list without having to create umpteen {{A}}nchors? amette: : ping amette: : http://twogear.spreadshirt.net/en/DE/Shop -> is this you? I would like a t-shirt too