• Using version 0.9.9.3.8 | unique ID: 889

    I’m able to successfully use the plugin – however when editing or creating posts I am unable to access screen options. Thus I’m not able to use exerpt etc.

    Frontpage slideshow options are loaded, however there is no box beside “Slide link”.

    Sometimes I get the following error message:
    “Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 131072 bytes) in /storage/content/…/wp-includes/wp-db.php on line 1104”

    I’ve tried changing theme and I’ve tried disabling all other plugins. I’ve also uninstalled and reinstalled frontpage slideshow.

    Please advice.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Try increasing the memory available to PHP:
    http://wordpress.org/support/topic/253495#post-1017842

    Thread Starter Micke123

    (@micke123)

    I’ve edited wp-config with no luck.

    My host says it doesn’t use php.ini – running php as Litespeed (apache) not cgi.

    Then try contacting your hosts for assistance with increasing your memory. Or reduce the number of plugins you are using.

    Thread Starter Micke123

    (@micke123)

    Actually, I’m successfully running the plugin on a test site so I doubt the problem is with the host?

    Thread Starter Micke123

    (@micke123)

    Problem solved by removing code:

    'fs-link' => array(
                                    'name' => 'fs-link',
                                    'title' => __('Slide link','frontpage-slideshow'),
                                    'description' => __('When the user is clicking onto the picture, this URI is used. Leave blank to set this post link as the slide link (if this option is activated into <a href="options-general.php?page=frontpage-slideshow">the plugin admin page</a>)','frontpage-slideshow'),
                                    ),

    Probably not the best solution – guess the problem will reappear when the plugin is updated – but at least it works for me now.

    Thanks for a great plugin! Love it!

    Plugin Author jeff_

    (@jeff_)

    Wow wow wow… Micke123 cans you tell me how you came to the point that was that portin of code that was messing ???????

    Here is absolutely no link between this portion of code and your problem…

    Thread Starter Micke123

    (@micke123)

    I was getting desperate and as the problem occured after “Slide link” on create post page I thought maybe that could somehow solve it.

    Why it worked I don’t know – but it did.

    I realise that the actual problem is somewhere on my installation but I’ve got no idea where and as everything is now working I’m not to bothered about it.

    Easiest way is to replace every instance of
    <div class="postbox closed"> with
    <div class="postbox"> in frontpage-slideshow.php – that simply opens all the closed boxes. I’ve had the same problem on nearly all blogs with custom themes where I’ve used the slideshow. I suspect there’s a JS conflict somewhere or other issue, but simply opening the boxes is the quick and easy fix (for me at least).

    Plugin Author jeff_

    (@jeff_)

    ok good to know for the next version

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Problem in admin’ is closed to new replies.