<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style>

   PenguinMan98: bluh.  got 2 spam registrations.
   <br> At least the tracker makes em really easy to spot
   Notre1: joined #tikiwiki
   <br> 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?
   <br> I'm running CentOS 6.4 with Apache 2.2 &amp; PHP 5.3.3
   marclaporte: joined #tikiwiki
   <br> <u>leagris</u>: have time for a question about LDAP?
   MichaelC1: joined #tikiwiki
   marclaporte: <u>leagris</u>: 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
   <br> Today I will embark upon the journey to upgrade my tiki to v11
   <br> If past precedent is anything to go by, then a lot of whining and complaining will soon follow
   marclaporte: <u>PenguinMan98</u>: :-)
   -: PenguinMan98 winks
   pascalstjean: joined #tikiwiki
   Sunfyre: joined #tikiwiki
   <br> 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
   <br> I suggest you look at the page source there to see how
   chibaguy: joined #tikiwiki
   PenguinMan98: why is info.tikiwiki.org down?
   <br> 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
   <br> joined #tikiwiki
   <br> joined #tikiwiki
   xavi1: joined #tikiwiki
   Telesight: joined #tikiwiki
   Jyhem_laptop: joined #tikiwiki
   Tiki|bot: joined #tikiwiki
   <br> 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&amp;comments_parentId=48628
   rodrigoprimo: joined #tikiwiki
   redflo: joined #tikiwiki
   Tiki|bot: joined #tikiwiki
   nkoth|nelson: joined #tikiwiki
   leagris: bonjour marclaporte
   <br> well hello all, marc not here yet
   <br> 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 ( &lt; $ % ...
   <br> I could register with this password but was unable to login
   <br> once a password include &lt; or &gt; 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
   <br> [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&amp;comments_parentId=48633
   lphuberdeau: joined #tikiwiki
   fidel: hey
   <br> is there an option to show all articles "without categories"?
   <br> 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
   <br> [FIX] Some content accessible through the formatter may never reach the index due to content aggregation, make sure it can be fetched when required.
   <br> 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?
   <br> I'm running CentOS 6.4 with Apache 2.2 &amp; PHP 5.3.3
   <br> 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: <u>Notre1</u>: try tiki-check.php
   <br> It could show some hints
   xavi: left #tikiwiki
   Tiki-KGB: 03lphuberdeau r47067 10trunk/lib/ 10core/Tiki/BigBlueButton/Configuration.php 10bigbluebuttonlib.php
   <br> [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: <u>Notre1</u>: 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
   <br> 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
   <br> 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...
   <br> I got no real idea then... would be guessing and trying myself from here on...
   <br> ... setup.sh probably won't fix it.
   Notre1: phpinfo shows the include_path as:
   <br> '/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...?!
   <br> 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
   <br> 03amette r47069 10trunk/doc/devtools/tim/tim-svn-cache * [ENH] Write error logs to find out which externals are broken
   marclaporte: joined #tikiwiki
   <br> <u>Notre1</u>: you installed Tiki from a zip or svn?
   Notre1: <u>marclaporte</u>: zip
   marclaporte: from where?
   <br> Sourceforge?
   Notre1: sourceforge (linked from tiki.org)
   marclaporte: <u>leagris</u>: thanks for answer. Are you aware of other characters except &lt;&gt; ?
   <br> <u>Notre1</u>: so you did everything right
   <br> Can you try Tiki 10?
   <br> or 9
   Notre1: I think so.  I worked to clear up as much as I could on the tiki-check page.
   <br> I can do that.  I'll post bak here with the results.
   marclaporte: tks
   <br> 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:
   <br> Your PHP (5.3.3) is quite old, upgrading to PHP 5.3.4 or higher is recommended.
   <br> Composer works with 5.3.2+ for most people, but there might be edge case issues.
   <br> I've got the latest CentOS with the latest updates.  I doesn't look like Reh Hat has upgraded beyond 5.3.3.
   <br> 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
   <br> Hope this issue does not have some serious security implications.
   <br> We should look at what the input filter does here
   <br> like it is filtering-out html tag on a password filed, could be funny ;D
   <br> field
   marclaporte: <u>Notre1</u>: that message is from which version of Tiki?
   <br> <u>leagris</u>: indeed
   Notre1: <u>marclaporte</u>: that message is from Tiki 11
   marclaporte: ok
   <br> If you installed via zip, you shouldn't need to run Composer
   <br> 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: <u>marclaporte</u>:  Tiki 10 works on the same box (different VirtualHost)
   <br> <u>marclaporte</u>:  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: <u>Notre1</u>: that is a good hint
   Notre1: <u>marclaporte</u>: 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
   <br> I suggest you start for now with Tiki 9.x LTS and wait / help to fix this bug in 11.x
   <br> and you can upgrade later
   <br> 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: <u>Notre1</u>: ^^
   Notre1: <u>marclaporte</u>:  Sounds good!  Thanks!
   Tiki-KGB: 03marclaporte r47071 10trunk/ 10lib/core/Tiki/Command/ProfileInstallCommand.php 10console.php
   <br> 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
   <br> Hi all
   marclaporte: hi robertr!
   <br> <u>fidel</u>: 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