Hi there,

Firstly, great module to work on.

Secondly, Cant make it working.

I downloaded all the patches/libraries and placed all in correct folder as mentioned in readme.txt. When I try to open ?q=admin/build/modules, it doesnt open. When i delete pageflip from /sites/all/modules, it again works fine. when i put it back and try opening - doesnt open. error says: The connection was reset.

I spent good amount of time looking for help on google but dint find answer. Thought someone would help here.

Thank you

Comments

nilesh4life’s picture

Additional details of Environment:

WAMP
Win 7
Dupal 6

Additional debug:

If i remove pageflip.module from directory the page loads with pageflip html viewer module and page flip mz3 viewer module, when I put pageflip.module back in the directory the page again says: The connection was reset

This is getting me mad

adamdicarlo’s picture

What version of PHP are you running?

nilesh4life’s picture

It is 5.3.4

adamdicarlo’s picture

I haven't tested PageFlip with 5.3.x. So I bet there's an incompatibility (although it's surprising it'd cause a crash, which is what it sounds like is happening). If you can turn PHP error display on (for instance, in your .htaccess file), perhaps instead of that connection reset response you'll get an error message. If that doesn't give an error message please look in your server logs. They're probably located wherever WAMP/Apache is installed... my guess \Program Files\WAMP\apache\logs\ -- something like that...

Point being, if you can get me an error message that'd help a ton!

nilesh4life’s picture

Ahh,

I turned error reporting on, through htaccess but it dint log any errors when I pulled up page.

If you can guide me on how I can get you any other logs, I am happy to do so.

That was sorta urgent development and I dropped this module and I am writing something custom to get things done, almost there. What I am doing is, uploading a pdf -> parsing it into images (GhostScript/iMagick), putting those into separate folder and generating XML based on images names and other properties and ultimately I have a swf file that reads all the images and XML. These works pretty neat.

However, I would love to discuss this crashing apache problem due to pageflip module file.

Thanks for your replies. Appreciate it.