Dear books-lovers, due to an upgrade to PHP 5.0.3 I was forced to upgrade to .750. So far, a quick look over books, the mod seems to work (but I haven't tested...
Jean-Michel sent me a copy of version .750rc5 and I used that as a base to start from. I've been asked to provide support for a small Texas publisher. Like...
1. I've got the documentation finished but made no decisions about the author table. 2. Added the Amazon developer, affiliate, cache directory, and maxtime to...
I agree with this. THe key is long-term usability with a minimum of fuss when things change. By the way, how's the ISBN lookup button coming along? --Eriks ...
I've got all the amazon functions working again in my code base. Amazon changed their method of access and I've pulled new code to accomodate it. I need to...
Awesome! I've got at least six sites that are waiting for the new, working code... :-) In a message dated 2/11/2005 11:27:54 A.M. Eastern Standard Time, ...
Hi, folks, say, where do I get these RC-versions? Any download at sourceforge available? I`m running the original books under .750 and PHP 5 which seems to...
Mel:: thanks for volunteering for testing. I'm walking through the code one last time getting it all consistent in little things like indentation and big...
Gee, thanks for the swift reply...I`m looking forward to it; thanks for the great work on this mod! Mel ... __________________________________ Do you Yahoo!? ...
I asked the question before and as I'm not a programmer, I need some help please... "I am using the books module for a private portal for a book club. Some of...
Congratulations on getting the site up and modules installed. ... My question: Explain how you envision the book selections working. Do you want to have 1...
Okay Jean-Michel.. I have code ready for your review. What mysql code has changed: 1. All table calls are now followed by a dbconn error check 2. All table...
TESTING I've been testing my code and found a couple of nits that I corrected. PROBLEM ENCOUNTERED The test for Loaded_as_Module to ensure folks don't try to...
When I upload this module to the modules directory and try to initialize the module I get the following error: books Module Table1 Creation Failed Any idea...
Thanks for the quick response. I erased the old module and installed the altest one. It initialized but once I try to access the module it says "Access Denied"...
yes, I ran into the same problem. Add this code to the top of /modules/books/admin.php: $result = pnModAvailable($modinfo['books']); if ($result = true){ ...
It would be easier (and safer) to apply the fix that I gave on this list, on pnForums and on http://www.vedrine.net : I see absolutely NO reason for it not...
Jean-Michel - I tried your change on my hosted isp. It did not work. I continued to get the Access Denied message in spite of putting the code change into my ...
But what puzzle me is how it is not working !!! look a the root admin.php code we have : define('LOADED_AS_MODULE','1'); and just the lines after : if...
Hello, What is the chance of someone making a tresmailer plugin for the books module? It would be an excellent way of increasing exposure and possibly lead to...
i agree - Its senseless. I'm going to try a new download of .750 postnuke and try that. It it still doesn't work, I'll try pulling in the root files from .760...
Dear folks, I`m watching your problem closely as I did run into the same error - and this thing *is* a server-thing. I had books on .750 and it did run without...
Please, please read my messages, what you have done has NO chance to work under php5 !! it is quite normal that if (!eregi("admin.php", $PHP_SELF)) { die...
roger that. I'm running a compare of code on the root admin files this weekend to determine why it seems to not work for my isp hosting the code. Your solution...
mel: I'll try some code compare this weekend on my test box to see if I can isolate the problem. Could you send me your root level postnuke admin.php file....
mel: just read this email... hmmm I think you get the award for most creative way to break a module! Seriously, I'll look at things this weekend and see if I...