Viewing 15 replies - 1 through 15 (of 25 total)
  • 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:

    pic linked here

    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.

    Hi, flipper.

    I write this problem in my blog :

    http://www.lifesonice.com/page/5

    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!

Viewing 15 replies - 1 through 15 (of 25 total)

The topic ‘[Plugin: Page Flip Image Gallery] Error, Error, Error’ is closed to new replies.