|
funutation |
|
|
why does my wiki show no document history when I click on "Recent Changes"?
I have it set to show changes for up to 90 days ted |
|
funutation |
|
|
My mistake...it's when I click on "View Document History"
the page just comes up blank...no history. ' where can I find this history?]\ |
|
Birgit Becker Stylite GmbH |
|
|
Please have a look into your error_log Blank_page means regulary a
problem with the php Regards Birgit Am 13.06.2011 06:46, schrieb funutation: > My mistake...it's when I click on "View Document History" > > the page just comes up blank...no history. > ' > where can I find this history?]\ > > > > > > -- > View this message in context: http://egroupware.219119.n3.nabble.com/Wiki-shows-no-history-tp3057629p3057632.html > Sent from the egroupware-users mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > _______________________________________________ > eGroupWare-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/egroupware-users -- Birgit Becker Stylite GmbH [open style of IT] Morschheimer Strasse 15 67292 Kirchheimbolanden fon +49 (0) 6352 70629-0 fax +49 (0) 6352 70629-30 cell +49 (0) 170 3147833 mailto: [hidden email] www.stylite.de ________________________________ Stylite GmbH Handelsregister Kaiserslautern HRB 30575 Geschäftsführer: Andre Keller und Ralf Becker USt-ID: DE214280951 ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
funutation |
|
|
This post was updated on .
What might this mean when I click on "View Document History"?
Fatal error: Call to undefined function posix_getpid() in /home/funu/public/egroupware/wiki/lib/diff.php on line 9 It appears that thru my php configure that I have posix enabled '--enable-posix=shared' Ted |
|
Birgit Becker Stylite GmbH |
|
|
Please make an check of your installation, there is regulary one
pear-modul missing (something like "Text_Diff"), which will be specified in the check. Birgit Am 20.06.2011 11:34, schrieb funutation: > What might this mean when I click on "View Document History"? > > Fatal error: Call to undefined function posix_getpid() in > /home/funut3/public_html/eoffice/wiki/lib/diff.php on line 9 > > > Ted > > > -- > View this message in context: http://egroupware.219119.n3.nabble.com/Wiki-shows-no-history-tp3057629p3085505.html > Sent from the egroupware-users mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > _______________________________________________ > eGroupWare-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/egroupware-users -- Birgit Becker Stylite GmbH [open style of IT] Morschheimer Strasse 15 67292 Kirchheimbolanden fon +49 (0) 6352 70629-0 fax +49 (0) 6352 70629-30 cell +49 (0) 170 3147833 mailto: [hidden email] www.stylite.de ________________________________ Stylite GmbH Handelsregister Kaiserslautern HRB 30575 Geschäftsführer: Andre Keller und Ralf Becker USt-ID: DE214280951 ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
Birgit Becker |
|
|
In reply to this post by funutation
If you don't have the pear-package installed there is an posix-extension
which can also be used, but which is seams to be also not on your server installed. Birgit Am 20.06.2011 11:34, schrieb funutation: > What might this mean when I click on "View Document History"? > > Fatal error: Call to undefined function posix_getpid() in > /home/funut3/public_html/eoffice/wiki/lib/diff.php on line 9 > > > Ted > > > -- > View this message in context: http://egroupware.219119.n3.nabble.com/Wiki-shows-no-history-tp3057629p3085505.html > Sent from the egroupware-users mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > _______________________________________________ > eGroupWare-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/egroupware-users -- ---------------------------------------------------------------------- Birgit Becker OUTDOOR UNLIMITED Training GmbH Leibnizstraße 17 D-67663 Kaiserslautern Telefon 0631 / 31657-0 Telefax 0631 / 3165726 Mobil 0170 / 3147833 EMail [hidden email] Outdoor Training ==> www.outdoor-training.de EGroupWare Consulting& Support ==> www.stylite.de ----------------------------------------------------------------------- Geschäftsführer: Ralf und Birgit Becker Handelregister HRB 3587 ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
Jürgen Dlugi |
|
|
This post was updated on .
Hello,
are you running egw on windows? ... posix extension is not available on Windows platforms, but this should be checked within line 9.... -> $num = strncmp(PHP_OS,'WIN',3) ? posix_getpid() : rand(); just a hint Edit: sorry I have not read the whole thread.... now I assume you are running linux, in this case: "In case that you are running PHP on CentOS or other RHEL clone distro which the POSIX support is disabled by default, you will need the php-process package to enable it. Simply install it via the yum: $> yum install php-process and then restart the web server." -> http://www.php.net/manual/en/intro.posix.php regards Jürgen
---
|
|
funutation |
|
|
Since I'm running on a shared server they would not do the
yum install php-process So I did some digging and found this article http://stackoverflow.com/questions/1176012/difference-between-getmypid-and-posix-getpid I replaced posix_getpid() with getmypid() and we appear to be golden. I'll test this out for a few days & update if there are any problems. Ted AtT funutation ddoott com |
| Powered by Nabble | Edit this page |