Title: Problem in admin
Last modified: August 20, 2016

---

# Problem in admin

 *  [Micke123](https://wordpress.org/support/users/micke123/)
 * (@micke123)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/problem-in-admin-1/)
 * 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)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/problem-in-admin-1/#post-2220907)
 * Try increasing the memory available to PHP:
    [http://wordpress.org/support/topic/253495#post-1017842](http://wordpress.org/support/topic/253495#post-1017842)
 *  Thread Starter [Micke123](https://wordpress.org/support/users/micke123/)
 * (@micke123)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/problem-in-admin-1/#post-2220918)
 * I’ve edited wp-config with no luck.
 * My host says it doesn’t use php.ini – running php as Litespeed (apache) not cgi.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/problem-in-admin-1/#post-2220926)
 * Then try contacting your hosts for assistance with increasing your memory. Or
   reduce the number of plugins you are using.
 *  Thread Starter [Micke123](https://wordpress.org/support/users/micke123/)
 * (@micke123)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/problem-in-admin-1/#post-2220935)
 * Actually, I’m successfully running the plugin on a test site so I doubt the problem
   is with the host?
 *  Thread Starter [Micke123](https://wordpress.org/support/users/micke123/)
 * (@micke123)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/problem-in-admin-1/#post-2220966)
 * 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_](https://wordpress.org/support/users/jeff_/)
 * (@jeff_)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/problem-in-admin-1/#post-2221003)
 * 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](https://wordpress.org/support/users/micke123/)
 * (@micke123)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/problem-in-admin-1/#post-2221007)
 * 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.
 *  [lumper5](https://wordpress.org/support/users/lumper5/)
 * (@lumper5)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/problem-in-admin-1/#post-2221184)
 * 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_](https://wordpress.org/support/users/jeff_/)
 * (@jeff_)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/problem-in-admin-1/#post-2221190)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/frontpage-slideshow.svg)
 * [Frontpage-Slideshow](https://wordpress.org/plugins/frontpage-slideshow/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/frontpage-slideshow/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/frontpage-slideshow/)
 * [Active Topics](https://wordpress.org/support/plugin/frontpage-slideshow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/frontpage-slideshow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/frontpage-slideshow/reviews/)

 * 9 replies
 * 4 participants
 * Last reply from: [jeff_](https://wordpress.org/support/users/jeff_/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/problem-in-admin-1/#post-2221190)
 * Status: not resolved