• Resolved Špela

    (@cikorka)


    Hi :),

    I have just updated NGFB Open Graph to the latest version (5.0) and there’s a Warning displayed on top of my admin page saying:

    Warning: fopen(/home/mydomain/public_html/wp-content/plugins/nextgen-facebook/cache/0655ac1fee7028dae451cea7f1d6e880.txt) [function.fopen]: failed to open stream: Permission denied in /home/enduacom/public_html/wp-content/plugins/nextgen-facebook/lib/cache.php on line 162

    If it try to re-save the plugin settings, the admin page dissapears and there is another Warning:

    Warning: Cannot modify header information – headers already sent by (output started at /home/mydomain/public_html/wp-content/plugins/nextgen-facebook/lib/cache.php:162) in /home/enduacom/public_html/wp-includes/pluggable.php on line 876

    Any advice would be apreciated :).

    http://wordpress.org/extend/plugins/nextgen-facebook/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    For some reason, your wp-content/plugins/nextgen-facebook/cache/ directory is not writable. Because of possible directory/file owner issues etc. the script cannot try and fix that itself – which could set off other errors – instead, I’ve modified the code to check for a writable directory, and if it’s not, then an error is printed. You’ll still have to fix the directory permission issue, but at least now it’ll get handled properly. 😉

    You can download and install the DEV version from http://downloads.wordpress.org/plugin/nextgen-facebook.zip.

    See the Installation instructions at http://wordpress.org/plugins/nextgen-facebook/installation/ for ways to install the ZIP file.

    Thanks,

    js.

    Thread Starter Špela

    (@cikorka)

    Yay, that was fast :). Changed the read/write permissions on cache folder and the error is gone :).

    I did however notice that all the counters are reset (all show 0, even the posts I know were liked and shared), but I suppose it’s a Facebook-related problem?

    Link to web page: http://endurance.si/.

    Plugin Author JS Morisset

    (@jsmoriss)

    Give me the URL to a page that shows 0 when it shouldn’t and I’ll have a look.

    Thanks,

    js.

    Thread Starter Špela

    (@cikorka)

    You can visit the link I posted above: http://endurance.si. All but the last post on the first page should have at least one like. Most of the older posts (“Starejši vpisi” at the bottom of every page) should have 2 or more likes…

    Thank you :).

    Plugin Author JS Morisset

    (@jsmoriss)

    Yup, looks like Facebook.

    You might still want to upd to v5.0.1 though – I fixed a few minor bugs.

    Also, you seem to have a clipping issue with the Facebook flyout. Have a look at the “Q. Why does the Facebook “Like” button flyout get clipped?” section of the FAQ.

    js.

    Thread Starter Špela

    (@cikorka)

    Thanks, will update later today.

    I tried fixing the clipping issue right from the start, but the solution from FAQ didn’t work for me. It does not bother me, though, so I left it as it is.

    Thank you again :)!

    Plugin Author JS Morisset

    (@jsmoriss)

    Hm. Well, you could try:

    .ngfb-buttons iframe { max-width:none !important; }

    I see the <span> has a width of 166px. Maybe this would help…

    .ngfb-buttons span { width:none !important; }

    js.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Warning after Update’ is closed to new replies.