You are not logged in.
Not at all, akvalley; TXP design makes really easy to share these small utilities
I hope to improve it adding alternate links, first and last, and making the prev and next links to work with sections and categories also.
Anyway, I’m going test it strongly before to launch next version ;-).
Ah!, about my problem updating plugins code: a bad firefox cache configuration. Things which happen when you’ve got more than one computer.
Pedro Palazón
http://kusor.net http://kusor.com
Offline
Hey Kusor,
Under Gamma 1.18 this plugin gives me the following error:
8: Undefined variable: title in /tmp/pluginsi0zXxi at line 39
Backtrace:
<b>Fatal error</b>: Call to undefined function: debug_backtrace() in <b>/homepages/25/d89689749/htdocs/txp/textpattern/lib/txplib_misc.php</b> on line <b>94</b>
Any ideas? I’m going to look into it now.
Ram.
Last edited by ramanan (2004-04-11 16:59:21)
Offline
Since TXP works fine for PHP versions older than 4.3 – I’ve got it working properly on a PHP 4.2.2 production environment – seems logical to enclose that call to debug_backtrace in an if sentence, like
if(function_exists("debug_backtrace")){ ... }
I think that isn’t too complex to maintain compatibility with 4.2 versions, until a new TXP cool feature needs to break it.
Anyway, I’m going to check for defined, non empty variables for all plugins I develop from now. Hope a new revision of the plugin today.
Pedro Palazón
http://kusor.net http://kusor.com
Offline