solewniczak / dokuwiki-plugin-alphalist

MIT License
0 stars 0 forks source link

using [alphalist] keyword makes a blank page #1

Open bonobo78 opened 11 years ago

bonobo78 commented 11 years ago

Hi,

After installing manually alphlist plugin and activate it, I'm unable to use it.

Each time I use [alphalist] keyword in a page it results in a blank page.

Regards, Fred.

solewniczak commented 11 years ago

After installing manually alphlist plugin and activate it, I'm unable to use it.

Each time I use [alphalist] keyword in a page it results in a blank page.

Hi, Fred thank you for interest in my plugin. In my wiki everything seems to work properly. Can you give me some more details: which version of dokuwiki you are using? Which plugin has you enabled? Can you send to me you wiki sources(of course excluding data/ conf/acl.auth.php user/auth.php)?

If you have any ideas about improving plugin please let me know.

Regards, hafron

bonobo78 commented 11 years ago

It's the latest version of your plugin.

Dokuwiki 3.0 details : very basic install, no modification

version Release 2013-05-10 "Weatherwax" popversion
language en now 1370615492 popauto 0

conf_useacl 1 conf_authtype authad conf_template dokuwiki

plugin info plugin config plugin usermanager plugin acl plugin revert plugin popularity plugin authad plugin plugin plugin safefnrecode plugin authplain pcre_version 7.8 2008-09-05 pcre_backtrack 20971520 pcre_recursion 100000 os Linux webserver Apache/2.2.15 (Red Hat) php_version 5.3.3 php_sapi apache2handler php_memory 134217728 php_exectime 30 php_extension Core php_extension date php_extension ereg php_extension libxml php_extension openssl php_extension pcre php_extension zlib php_extension bz2 php_extension calendar php_extension ctype php_extension hash php_extension filter php_extension ftp php_extension gettext php_extension gmp php_extension session php_extension iconv php_extension Reflection php_extension standard php_extension shmop php_extension SPL php_extension SimpleXML php_extension sockets php_extension exif php_extension tokenizer php_extension xml php_extension apache2handler php_extension curl php_extension fileinfo php_extension json php_extension ldap php_extension Phar php_extension zip

solewniczak commented 11 years ago

I cannot reproduce. Can you send me source of wiki page where you using [alphalist]. I've just pushed to github new version of plugin which using dokuwiki log file in order to collect some debug info. Can you upgrade my plugin then turn on allowdebug option in dobkuwiki, visit some page where you using my plugin and then send me data/cache/debug.log file?

windowsrefund commented 9 years ago

I'm seeing the same behavior (using all the latest plugin and dokuwiki bits)

Just to be clear, shouldn't the following list be ordered if I had a page containing:

[alphalist]
  * foo
  * bar
  * zip

btw, debug.log indicates the plugin is working and I am not seeing errors.

solewniczak commented 9 years ago

Does the apache error.log indicate anything?

windowsrefund commented 9 years ago

ah yes, tracked this down to the fact I forgot to install php-mbstring

After restarting appropriate services, the above attempt now displays as:

b
  1. bar
f
  1. foo
z
  1. zip
  * foo
  * bar
  * zip
solewniczak commented 9 years ago

Well it looks as it should but btw this plugin needs to be refreshed and now I have some time to do it. Can you tell me what do you except from this plugin?

windowsrefund commented 9 years ago

OK. That's odd as I don't see how that result would be useful. I would expect the results to look like this:

solewniczak commented 9 years ago

OK. That's odd as I don't see how that result would be useful.

Well, I'm using it so there are at least one person for who this plugin is useful :)

I've just finished alphalist2 plugin which works much more standard way: https://www.dokuwiki.org/plugin:alphalist2 Try this out.

windowsrefund commented 9 years ago

Thank you. Checking out alphalist2 now