Search the web
Sign In
New User? Sign Up
pn-mod-books
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 660 - 689 of 908   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
660
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...
w00t4j35u5
Offline Send Email
Mar 1, 2005
2:42 pm
661
try the attached file.. we are working to get it available on the sourceforge site. beckysue...
rebecca swartz
rsswartz
Offline Send Email
Mar 1, 2005
4:26 pm
662
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"...
Lance Rhoades
w00t4j35u5
Offline Send Email
Mar 1, 2005
8:48 pm
663
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){ ...
rebecca swartz
rsswartz
Offline Send Email
Mar 1, 2005
9:35 pm
664
Is this the fixed new version? In a message dated 3/1/2005 11:39:05 A.M. Eastern Standard Time, rsswartz@... writes: try the attached file.. we are...
izrunas@...
izrunas
Online Now Send Email
Mar 1, 2005
9:51 pm
665
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 Vedrine
jmvedrine
Offline Send Email
Mar 1, 2005
9:59 pm
666
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 ...
rebecca swartz
rsswartz
Offline Send Email
Mar 1, 2005
10:17 pm
667
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...
Jean-Michel Vedrine
jmvedrine
Offline Send Email
Mar 1, 2005
10:49 pm
668
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...
czardogs
Offline Send Email
Mar 3, 2005
12:01 am
669
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...
rebecca swartz
rsswartz
Offline Send Email
Mar 3, 2005
3:19 pm
670
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...
annine von
avonorlow
Offline Send Email
Mar 4, 2005
10:01 am
671
Same thing: Changing Admin.php (postnuke root) doesn`t work for me either...legacy mod is activated... mel ... ...
annine von
avonorlow
Offline Send Email
Mar 4, 2005
10:08 am
672
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...
Jean-Michel Vedrine
jmvedrine
Offline Send Email
Mar 4, 2005
12:29 pm
673
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...
rebecca swartz
rsswartz
Offline Send Email
Mar 4, 2005
4:34 pm
674
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....
rebecca swartz
rsswartz
Offline Send Email
Mar 4, 2005
4:38 pm
675
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...
rebecca swartz
rsswartz
Offline Send Email
Mar 4, 2005
4:42 pm
676
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...
rebecca swartz
rsswartz
Offline Send Email
Mar 4, 2005
5:01 pm
677
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...
Jean-Michel Vedrine
jmvedrine
Offline Send Email
Mar 4, 2005
5:30 pm
678
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...
rebecca swartz
rsswartz
Offline Send Email
Mar 4, 2005
5:58 pm
679
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...
Jean-Michel Vedrine
jmvedrine
Offline Send Email
Mar 4, 2005
6:17 pm
680
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...
Jean-Michel Vedrine
jmvedrine
Offline Send Email
Mar 4, 2005
6:21 pm
681
Hi, Michel, thanks for your input - I followed your instructions. I did the changes and the error was replaced by a blank screen showing error : ...
annine von
avonorlow
Offline Send Email
Mar 4, 2005
7:03 pm
682
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...
annine von
avonorlow
Offline Send Email
Mar 4, 2005
7:31 pm
683
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...
Jean-Michel Vedrine
jmvedrine
Offline Send Email
Mar 4, 2005
8:12 pm
684
Anyone?...
czardogs
Offline Send Email
Mar 4, 2005
8:27 pm
685
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...
annine von
avonorlow
Offline Send Email
Mar 4, 2005
8:51 pm
686
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...
Jean-Michel Vedrine
jmvedrine
Offline Send Email
Mar 4, 2005
9:07 pm
687
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...
annine von
avonorlow
Offline Send Email
Mar 4, 2005
11:16 pm
688
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...
Jean-Michel Vedrine
jmvedrine
Offline Send Email
Mar 4, 2005
11:53 pm
689
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...
Jean-Michel Vedrine
jmvedrine
Offline Send Email
Mar 5, 2005
7:28 am
Messages 660 - 689 of 908   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help