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...
Here is what I tried: I added a line of code to root admin.php. echo 'loaded_as_module in root :'.$LOADED_AS_MODULE; and logged in as administrator and clicked...
The line : define('LOADED_AS_MODULE','1'); define a constant not a variable so it is quite normal that $LOADED_AS_MODULE doesn't give you anything, try : echo...
Okay.. Mel.. here's what I've been doing for the last hour. Adding in echo statements like: echo '<br><br>LOADED AS MODULE VALUE:'.LOADED_AS_MODULE; and echo...
Yes most probably some hidden character. It's more frequent than you could think. Some time ago I edited some files on line because I was far from home with no...
Another lesson of this is that inexperienced users should have better to download the root admin.php file from the PostNuke CVS because in this case you are...
o.k., I did find at least one bug; my great ISP did break books admin.php while moving it to the new server. Now, after replacing it with the complete and...
Can you tell me are you rrying to run the sourceforge version (books .721) with PHP5 or mine (.750 RC4) ? If you are running the .721 the best I can suggest is...
Rebecca: Thanks for the award - I will keep in honor, place it on top of my pn-site and polish it every day ;-)) Well, my ISP has a talent to break databases...
Hello most probably your new server has Register globals set to OFF in php settings so if you are using books .721 it will NEVER work because values of the...
Gimme, gimme, gimme - I'm happy to provide a testing ground...where can I download the files? *Anything* will be better than this chaos right now... I'm still...
Hello to all, Just to let you know that if everything goes well, the sourceforge CVS should be updated with the .750 files in the next days !!! Jason Levitt...
Just to let you know that I commited the current state of all my files of books .750 to the sourceforge CVS. On the CVS ROOT you will see a directory named...