PenguinMan98: bluh. got 2 spam registrations.
At least the tracker makes em really easy to spot Notre1: joined #tikiwiki
Trying to setup LDAP auth and I'm getting a "Failed Opening required 'Net/LDAP2.php'" error, even though php-ldap is installed an active. Any ideas where to look?
I'm running CentOS 6.4 with Apache 2.2 & PHP 5.3.3 marclaporte: joined #tikiwiki
leagris: have time for a question about LDAP? MichaelC1: joined #tikiwiki marclaporte: leagris: I added a comment here: https://dev.tiki.org/item4599 goj_killedByISP: joined #tikiwiki pascalstjean: joined #tikiwiki goj_killedByISP: joined #tikiwiki pascalstjean_: joined #tikiwiki nkoth|nelson: left #tikiwiki PenguinMan98: Drumroll please
Today I will embark upon the journey to upgrade my tiki to v11
If past precedent is anything to go by, then a lot of whining and complaining will soon follow marclaporte: PenguinMan98: :-) -: PenguinMan98 winks pascalstjean: joined #tikiwiki Sunfyre: joined #tikiwiki
Is there a way to use the syntax links to jump to a specific page in the pagination, or combine the use of anchors and pagination? They don't seem to like to play well together. PenguinMan98: they do that all the time on doc tiki
I suggest you look at the page source there to see how chibaguy: joined #tikiwiki PenguinMan98: why is info.tikiwiki.org down?
err, info.tiki.org Tiki-KGB: 03amette r47062 10trunk/doc/devtools/tim/tim-snapshot * [ENH] Snapshot timestamps in UTC rinnan: joined #tikiwiki amette: polom btw Caarrie: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki xavi1: joined #tikiwiki Telesight: joined #tikiwiki Jyhem_laptop: joined #tikiwiki Tiki|bot: joined #tikiwiki
New Forum Posts: rebuild index in production site: failing due to memory limit, but root access - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48628 rodrigoprimo: joined #tikiwiki redflo: joined #tikiwiki Tiki|bot: joined #tikiwiki nkoth|nelson: joined #tikiwiki leagris: bonjour marclaporte
well hello all, marc not here yet
About https://dev.tiki.org/item4599, I am sure there is a more general issue with special chars within password. Not dependant from LDAP Tiki-KGB: 03nkoth r47063 10trunk/templates/trackerinput/showtikiorg.tpl * [FIX] Missing versions in dropdown leagris: I used keepass to generate a random password, including specials like ( < $ % ...
I could register with this password but was unable to login
once a password include < or > you can not login again nkoth|nelson: joined #tikiwiki leagris: Updated item https://dev.tiki.org/item4599 ricks99: joined #tikiwiki Jyhem_laptop: joined #tikiwiki Tiki-KGB: 03lphuberdeau r47064 10trunk/lib/core/Tracker/Field/Files.php
[FIX] When loaded from the bootstrap file to generate the preference list, preferences won't be set Tiki|bot: New Forum Posts: Tiki nominated for Peoples Choice for Best Free CMS Nominees (again!) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48633 lphuberdeau: joined #tikiwiki fidel: hey
is there an option to show all articles "without categories"?
as in: article has 0 selected categories ricks99: could create a custom module to do this. {if !$is_categorized}.... display the articles module {/if} Notre1: joined #tikiwiki marclaporte: joined #tikiwiki Tiki-KGB: 03lphuberdeau r47065 10trunk/lib/search/searchlib-unified.php
[FIX] Some content accessible through the formatter may never reach the index due to content aggregation, make sure it can be fetched when required.
03lphuberdeau r47066 10trunk/lib/core/Search/Formatter/ValueFormatter/Datetime.php * [FIX] Handle other date formats that may come out of MySQL/ElasticSearch Notre1: Trying to setup LDAP auth and I'm getting a "Failed Opening required 'Net/LDAP2.php'" error, even though php-ldap is installed an active. Any ideas where to look?
I'm running CentOS 6.4 with Apache 2.2 & PHP 5.3.3
My modules are in /usr/lib64/php/modules/ and the permissions on them are 755. Does php (or apache, I'm not sure how this stuff works) need more than read access ot the modules? pascalstjean: joined #tikiwiki dhazel: joined #tikiwiki marclaporte: Notre1: try tiki-check.php
It could show some hints xavi: left #tikiwiki Tiki-KGB: 03lphuberdeau r47067 10trunk/lib/ 10core/Tiki/BigBlueButton/Configuration.php 10bigbluebuttonlib.php
[FIX] Support for non-standard installations of BBB, adapt for latest changes to the 0.81 API Notre1: tiki-check shows that the PHP LDAP module is loaded. amette: Notre1: I suppose it's not about a PHP module as it says LDAP2.php (mind the .php at the end) Notre1: I turned on display_errors and I'm getting the follwing erorr on the login page
Fatal error: require_once(): Failed opening required 'Net/LDAP2.php' (include_path='/var/www/html/tiki/vendor/bombayworks/zendframework1/library:/var/www/html/tiki/vendor/bombayworks/zendframework1/extras/library:/var/www/html/tiki/vendor/phpseclib/phpseclib/phpseclib:.:/usr/share/pear:/usr/share/php:/var/www/html/tiki/') in /var/www/html/tiki/lib/auth/ldap.php on line 14 amette: which Tiki version? do you have it completely installed? you most probably are missing zend frameworks ldap
yep, exactly lphuberdeau: Net/LDAP2 is a pear library amette: it should be in /vendor_extra/pear/Net/LDAP2.php Notre1: Tiki 11 amette: try running setup.sh again Notre1: that file is there. amette: hmmm, weird... vendor_extra is missing from your include_path...
I got no real idea then... would be guessing and trying myself from here on...
... setup.sh probably won't fix it. Notre1: phpinfo shows the include_path as:
'/var/www/html/tiki/vendor/bombayworks/zendframework1/library:/var/www/html/tiki/vendor/bombayworks/zendframework1/extras/library:/var/www/html/tiki/vendor/phpseclib/phpseclib/phpseclib:.:/usr/share/pear:/usr/share/php:/var/www/html/tiki amette: maybe setup.sh will fix it after all...?!
dunno where/when there is vendor_extra added to the include path Notre1: I copied over an old Tiki 7 install that I played around with and it works fine. amette: Tiki 7 doesn't use composer Notre1: OK, that makes sense then. panamaus: joined #tikiwiki arildb: joined #tikiwiki Tiki-KGB: 03lphuberdeau r47068 10trunk/lib/parser/parserlib.php * [FIX] Add notice when wiki pagination is not enabled
03amette r47069 10trunk/doc/devtools/tim/tim-svn-cache * [ENH] Write error logs to find out which externals are broken marclaporte: joined #tikiwiki
Notre1: you installed Tiki from a zip or svn? Notre1: marclaporte: zip marclaporte: from where?
Sourceforge? Notre1: sourceforge (linked from tiki.org) marclaporte: leagris: thanks for answer. Are you aware of other characters except <> ?
Notre1: so you did everything right
Can you try Tiki 10?
or 9 Notre1: I think so. I worked to clear up as much as I could on the tiki-check page.
I can do that. I'll post bak here with the results. marclaporte: tks
Between Tiki 10 and Tiki11, there was a move to Composer, which may have upset something Notre1: The setup.sh gives me the following warning:
Your PHP (5.3.3) is quite old, upgrading to PHP 5.3.4 or higher is recommended.
Composer works with 5.3.2+ for most people, but there might be edge case issues.
I've got the latest CentOS with the latest updates. I doesn't look like Reh Hat has upgraded beyond 5.3.3.
That said, I can install a third-party repo, if you think that will help (with the ldap) issue. arildb_: joined #tikiwiki leagris: marclaporte did not test extensively, so not sure about other unsupported characters
Hope this issue does not have some serious security implications.
We should look at what the input filter does here
like it is filtering-out html tag on a password filed, could be funny ;D
field marclaporte: Notre1: that message is from which version of Tiki?
leagris: indeed Notre1: marclaporte: that message is from Tiki 11 marclaporte: ok
If you installed via zip, you shouldn't need to run Composer
It was ran before packaging the .zip, but it shouldn't cause any issues either Tiki|bot: Recent Bug: - show.tiki.org upgrade any trunk checkout to latest HEAD - http://dev.tiki.org/item4645 Notre1: marclaporte: Tiki 10 works on the same box (different VirtualHost)
marclaporte: Or ldap works in Tiki 10, where it doesn't on Tiki 11 Tiki-KGB: 03marclaporte r47070 10branches/11.x/lib/core/Services/Tracker/Utilities.php * fix tracker export definition for mandatory parameter marclaporte: Notre1: that is a good hint Notre1: marclaporte: So, it sounds like something with composer is the problem? Is is something I've done, or a bug in Tiki 11? marclaporte: A bug in Tiki 11.0
I suggest you start for now with Tiki 9.x LTS and wait / help to fix this bug in 11.x
and you can upgrade later
Or if you can fix, go for it :-) Tiki|bot: Recent Bug: - Exporting tracker field definitions: only the last one appears - http://dev.tiki.org/item4646 marclaporte: Did you report bug yet? If, not, please do here: http://dev.tiki.org/Make+a+wish -: marclaporte is impressed by efficiency of bug reporting with new system marclaporte: Notre1: ^^ Notre1: marclaporte: Sounds good! Thanks! Tiki-KGB: 03marclaporte r47071 10trunk/ 10lib/core/Tiki/Command/ProfileInstallCommand.php 10console.php
Harmonize terminology. Apply profile instead of Install profile to avoid confusion with installing Tiki or code and put emphasis that profiles are applying a configuration robertr: joined #tikiwiki
Hi all marclaporte: hi robertr!
fidel: https://doc.tiki.org/PluginCatOrphans robertr: hello marclaporte Tiki|bot: Recent Bug: - Notice: Undefined variable: rewritebase in tiki-check.php on line 1138 - http://dev.tiki.org/item4647 changi: joined #tikiwiki Tiki|bot: joined #tikiwiki robertr: @marclaporte: How do I request the key for PHP Storm? dabright: joined #tikiwiki changi: joined #tikiwiki marclaporte: joined #tikiwiki dabright: joined #tikiwiki marclaporte: joined #tikiwiki