Tried using it. Of course Error. I deleted it.
Tried using it. Of course Error. I deleted it.
Dear lisarichelle,
there's not enough information of your error, to fix it
Please e-mail or post here:
- your "Server Settings", it's on the main page the plugin
- WP version
- what type of error you've got
then we'll try to fix it
I have an installation problem and would really like to get it fixed.
I have used flipping book before on other CMS systems and liked it.
WP version 2.8
Flip book 0.5.5
Apache/2.0.54 (Fedora)
PHP/5.0.4
Warning: pageFlip_plugin_base::init() [function.init]: open_basedir restriction in effect. File(/functions.class.php) is not within the allowed path(s): (/var/www/vhosts/anchor-windlass.com/httpdocs:/tmp) in /var/www/vhosts/anchor-windlass.com/httpdocs/wp-content/plugins/page-flip-image-gallery/pageFlip.class.php on line 88
Warning: pageFlip_plugin_base::init(functions.class.php) [function.init]: failed to open stream: Operation not permitted in /var/www/vhosts/anchor-windlass.com/httpdocs/wp-content/plugins/page-flip-image-gallery/pageFlip.class.php on line 88
Warning: pageFlip_plugin_base::init() [function.include]: Failed opening 'functions.class.php' for inclusion (include_path='.:.:.:') in /var/www/vhosts/anchor-windlass.com/httpdocs/wp-content/plugins/page-flip-image-gallery/pageFlip.class.php on line 88
Warning: pageFlip_plugin_base::init() [function.init]: open_basedir restriction in effect. File(/htmlPart.class.php) is not within the allowed path(s): (/var/www/vhosts/anchor-windlass.com/httpdocs:/tmp) in /var/www/vhosts/anchor-windlass.com/httpdocs/wp-content/plugins/page-flip-image-gallery/pageFlip.class.php on line 89
Warning: pageFlip_plugin_base::init(htmlPart.class.php) [function.init]: failed to open stream: Operation not permitted in /var/www/vhosts/anchor-windlass.com/httpdocs/wp-content/plugins/page-flip-image-gallery/pageFlip.class.php on line 89
Warning: pageFlip_plugin_base::init() [function.include]: Failed opening 'htmlPart.class.php' for inclusion (include_path='.:.:.:') in /var/www/vhosts/anchor-windlass.com/httpdocs/wp-content/plugins/page-flip-image-gallery/pageFlip.class.php on line 89
Warning: pageFlip_plugin_base::init() [function.init]: open_basedir restriction in effect. File(/book.class.php) is not within the allowed path(s): (/var/www/vhosts/anchor-windlass.com/httpdocs:/tmp) in /var/www/vhosts/anchor-windlass.com/httpdocs/wp-content/plugins/page-flip-image-gallery/pageFlip.class.php on line 90
Warning: pageFlip_plugin_base::init(book.class.php) [function.init]: failed to open stream: Operation not permitted in /var/www/vhosts/anchor-windlass.com/httpdocs/wp-content/plugins/page-flip-image-gallery/pageFlip.class.php on line 90
Warning: pageFlip_plugin_base::init() [function.include]: Failed opening 'book.class.php' for inclusion (include_path='.:.:.:') in /var/www/vhosts/anchor-windlass.com/httpdocs/wp-content/plugins/page-flip-image-gallery/pageFlip.class.php on line 90
Warning: pageFlip_plugin_base::init() [function.init]: open_basedir restriction in effect. File(/album.class.php) is not within the allowed path(s): (/var/www/vhosts/anchor-windlass.com/httpdocs:/tmp) in /var/www/vhosts/anchor-windlass.com/httpdocs/wp-content/plugins/page-flip-image-gallery/pageFlip.class.php on line 91
Warning: pageFlip_plugin_base::init(album.class.php) [function.init]: failed to open stream: Operation not permitted in /var/www/vhosts/anchor-windlass.com/httpdocs/wp-content/plugins/page-flip-image-gallery/pageFlip.class.php on line 91
Warning: pageFlip_plugin_base::init() [function.include]: Failed opening 'album.class.php' for inclusion (include_path='.:.:.:') in /var/www/vhosts/anchor-windlass.com/httpdocs/wp-content/plugins/page-flip-image-gallery/pageFlip.class.php on line 91
Fatal error: Class 'Functions' not found in /var/www/vhosts/anchor-windlass.com/httpdocs/wp-content/plugins/page-flip-image-gallery/pageFlip.class.php on line 93
Hi crglmb :)
I hope we'll fix that bug in the next version of plugin.
Flipper, Works great! Thank you for the prompt response and support.
Thank you
Craig Lamb
page editor does not work for me. i click it, which opens a flash file that gets stuck on the preloader:
is this limitation of free version or just a bug? can it be fixed?
thanks alot,
E
I am also having this same problem.
I also had a problem uploading zip files (it said the file was not zip format). I get an error when I upload more than one picture at a time - at the top of the page it says file too large - however the file seems to be uploaded.
In addition, I have put the code into the text area and all that shows is the code itself ([book id='3' /])
Thanks
I have the same problem as thegoddards.
WP version: 2.81
flippingbook version:0.5.6.2
my Server Settings:
--------------------------------------------------------
Operating System : Linux
Server : Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Memory usage : 20.99 MByte
MySQL Version : 5.0.75-community-log
PHP Version : 5.2.9
PHP Safe Mode : Off
PHP Memory Limit : 32M
PHP Max Upload Size : 2M
PHP Max Post Size : 8M
PHP Max Script Execute Time : 30s
PHP Allow URL Open : On
-------------------------------------------------------------------
snapshot of problem
I'm getting the exact same problem on the page editor. The problem is that this request 404s:
/wp-content/plugins/page-flip-image-gallery/do/loadalbumxml/3
This can be solved (well, it worked for me anyway) by creating an .htaccess file in /[yourblogdirectory]/wp-content/plugins/page-flip-image-gallery/
RewriteEngine On
RewriteBase /[yourblogdirectory]/wp-content/plugins/page-flip-image-gallery/do/
RewriteRule (.*)/(.*)/(.*)$ /[blogdirectory]/wp-content/plugins/page-flip-image-gallery/script.php?action=$2&id=$3[L]
There's probably a nicer way of writing it, but I'm not a mod_rewrite ninja. It indicates a larger problem, with the server settings probably, but if you just want it to work without digging deeper this will do.
RewriteEngine On
RewriteBase /[yourblogdirectory]/wp-content/plugins/page-flip-image-gallery/do/
RewriteRule (.*)/(.*)/(.*)$ /[blogdirectory]/wp-content/plugins/page-flip-image-gallery/script.php?action=$2&id=$3[L]
Work for me now! ..
But page editor don't show text .. it's show only graphic..
thanks..
.
It does works, but as zofttown saied the page editor does not show any text.
Any one know the reason?
thanks theseanz again!
Ah, sorry guys I didn't have any text on mine so I didn't realize that was only a half-solution. Hopefully the info we've provided will help the plug-in author fix the issue, at least.
lifesonice, what text do you mean?
In Flash Editor you couldn't type any text.
Thanks flipper, i have more questions:
1. When i put more flippingbooks in one page,only the first flippingbook can be seen, and i get a tip of "You can add only one book on page".
is this because of free version? I want to put more than one flippingbook on one page in my blog very much, is there any solution (including buying one) ?
2. I neeed to create a flippingbook that load images dynamically by linking to database. For the images of the certain flippingbook are not fixed, they are the result of a SQL sentance. Do you have any good idea?
my email: livesonice@gmail.com
thanks very much!
flipper. I installed version 0.5.7 it worked great then I decided to upgrade. Instead of copying over the existing plugin folder i deleted it and somehow this has broken the plugin.
I cant't add any new images or link to NextGEN. Only the first images i uploaded before attempting to upgrade appears. Now even can't display the book on any page.
I have deleted, reinstalled both 0.5.7 & 0.5.7.1 and still working.
Suggestions?
Hello-
I looked over forum posts and
I uploaded plug in to the /wp-content/plugins folder
The first error I have is one one the flippy main admin page:
Directory wp-content/pageflip/ didn't exist. Please create directory with permission 777 manually!
this directory doesnt really make sense if the plug in is inside the plug in folder.. right?
maybe stemming from this is this other set of errors
I havent really done anything yet except activate the plug in and just for the heck of it create a .htaccess file described in one of the above posts - but nothing really happened-
http://xdock1.collaborative.org/youth/youth-involvement/photovoice-gallery/
but also I havent started a book/ or uploaded images yet. because I thought it would be best to resolve server permissions first...
is that a good idea?
also what size images are people using as a general rule?
Thank you!!!!
Hello,
I have been using 5.7.1. Worked beautifully.
Then, I came on to my admin, saw a (1) by "Plugins" saying that I should upgrade FlippingBook. So, I pushed the button.
Then, there was a page of errors. The books could no longer be found. So, I went to the plugin website. Downloaded the 5.8.0 version and uploaded it through FileZilla.
Still, it doesn't work.
Instead I get this scary thing:
Warning: getimagesize(/home/content/43/5184943/html/wp-content/pageflip/images/t_fe_AtImGIX.jpg) [function.getimagesize]: failed to open stream: No such file or directory on line 420 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/functions.class.php
Warning: getimagesize(/home/content/43/5184943/html/wp-content/pageflip/images/fe_0j9dIPzgG.jpg) [function.getimagesize]: failed to open stream: No such file or directory on line 420 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/functions.class.php
Warning: getimagesize(/home/content/43/5184943/html/wp-content/pageflip/images/fe_AtImGIX.jpg) [function.getimagesize]: failed to open stream: No such file or directory on line 420 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/functions.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: <?xml version="1.0" encoding="utf-8" standalone="yes"?> on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: join() [function.join]: Invalid arguments passed on line 315 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: file(/home/content/43/5184943/html/wp-contentpageflip/books/18.xml) [function.file]: failed to open stream: No such file or directory on line 315 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: <?xml version="1.0" encoding="utf-8" standalone="yes"?> on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: join() [function.join]: Invalid arguments passed on line 315 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: file(/home/content/43/5184943/html/wp-contentpageflip/books/17.xml) [function.file]: failed to open stream: No such file or directory on line 315 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: <?xml version="1.0" encoding="utf-8" standalone="yes"?> on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: join() [function.join]: Invalid arguments passed on line 315 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: file(/home/content/43/5184943/html/wp-contentpageflip/books/16.xml) [function.file]: failed to open stream: No such file or directory on line 315 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: <?xml version="1.0" encoding="utf-8" standalone="yes"?> on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: join() [function.join]: Invalid arguments passed on line 315 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: file(/home/content/43/5184943/html/wp-contentpageflip/books/15.xml) [function.file]: failed to open stream: No such file or directory on line 315 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: <?xml version="1.0" encoding="utf-8" standalone="yes"?> on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: join() [function.join]: Invalid arguments passed on line 315 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: file(/home/content/43/5184943/html/wp-contentpageflip/books/13.xml) [function.file]: failed to open stream: No such file or directory on line 315 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: <?xml version="1.0" encoding="utf-8" standalone="yes"?> on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: join() [function.join]: Invalid arguments passed on line 315 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: file(/home/content/43/5184943/html/wp-contentpageflip/books/10.xml) [function.file]: failed to open stream: No such file or directory on line 315 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: <?xml version="1.0" encoding="utf-8" standalone="yes"?> on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found on line 316 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: join() [function.join]: Invalid arguments passed on line 315 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
Warning: file(/home/content/43/5184943/html/wp-contentpageflip/books/3.xml) [function.file]: failed to open stream: No such file or directory on line 315 in file /home/content/43/5184943/html/wp-content/plugins/page-flip-image-gallery/book.class.php
The images in the galleries are still present and works.
The above is on the "manage books and pages" page.
It would be okay if I could just delete the old books and redo it. But, now the plugin won't allow me to edit the book's galleries. I can't split the pages or delete any of the pages in the book's page list.
Now, I'm thinking to delete everything through FileZilla and start from scratch.
Please help.
And the following are my server settings:
Server Settings
Operating System : Linux
Server : Apache
Memory usage : 11.95 MByte
MySQL Version : 5.0.67.d7-ourdelta-log
PHP Version : 5.2.8
PHP Safe Mode : Off
PHP Memory Limit : 64M
PHP Max Upload Size : 8M
PHP Max Post Size : 8M
PHP Max Script Execute Time : 30s
PHP Allow URL Open : On
GD Version : bundled (2.0.34 compatible)
I deleted everything. I deleted every gallery, every book, and everything through the WP admin dashboard and then I deleted everything on the FTP client.
I wanted to start over.
Now, when I upload my images via the plugin on WP. It says in the gallery that there are no images.
Please help. What do I do? I am a newbie and just want to show my artwork again via flippingbook.
In addition, after I deleted everything. I again upgraded the old edition still on my computer and the new edition. I also tried just uploading the new edition but it didn't work. So, I deleted it again with FTP client and just uploaded the old edition. Each and every way I get the same warnings.
Thank you! I just downloaded the new 5.8.1 version and it is working.
Just, I may have deleted everything too quickly.
Thanks for your work.
You must log in to post.