I’ve a solution of my problem. I used chrome developer tool to find out the differences between the sites in my server and in my localhost. While inspecting the source I found following error-
<div class="inside">
<br>
<b>Fatal error</b>: Out of memory (allocated 43778048) (tried to allocate 132605 bytes) in <b>/home/easyitca/public_html/samples/movierez/wp-includes/wp-db.php</b> on line <b>787</b><br>
</div>
and then i googled for the memory allocation problem. Then I added following in my wp-config.php file as suggested-
define('WP_MEMORY_LIMIT', '64M');
but still it was saying same problem. And then I increased the memory limit from 64M to 128M and it worked!
define('WP_MEMORY_LIMIT', '128M');
Related Posts:
- How do I remove dashboard access from specific user roles?
- How to Change the Default Home Page for the WordPress Dashboard?
- 3.3: How do you hide the new dashboard welcome panel?
- How can we customize the logo and some text on the welcome screen?
- Can I set a default dashboard layout for all users?
- Appearance->Editor not visible
- Which hook for processing plugin page form data?
- How to solve 500 Error on WordPress Admin Dashboard due to time-out on getdirsize
- How to get view count of every page on site and add that (increasing) number to Dashboard Widget
- Dashboard menu missing
- Can’t access dashboard as administrator, login as any other level works though
- Get post attached image to display in admin dashboard
- Continuous Login Sessions For Super Admins Across Multi-Site Network of Sites
- Modifying the built-in behavior of ajax tag type-ahead functionality of WordPress
- How to activate the dashboard
- Backend Checkboxes working – but not visual?
- Given multiple admin accounts, how can I make it so that only admin with X username can edit posts
- Want to know who is login Admin/User
- Dashboard RSS Widget Overhaul
- Extending the user profile [closed]
- How To Create WordPress Dashboard Item
- Adding a WordPress Admin Dashboard to my local wordpress site
- Sortable admin columns by 0.00 number
- WordPress4.1.15 Dashboard links not working
- Unable to render Admin Notices
- My code for creating an admin option doesn’t work
- WP Logs me out after updating anything on dashboard
- TinyMCE buttons broken
- WordPress admin panel is blank
- Adding a custom admin page
- Allowing admin-ajax.php to receive “application/json” instead of “x-www-form-urlencoded”
- Custom admin email for new user registration
- Make A WordPress Page Accessible To Admins Only, Redirect Other User Roles
- localhost/wp-admin on my local redirects to production site’s /wp-admin
- How do I set up a webhook?
- How to retain HTML5 Attributes on Markup
- Gallery Settings Change available Columns
- Dynamically Set WordPress Post Title To The Category Name
- How to find out if an wp-admin action edited a file?
- Add Admin User via SQL
- Add number new posts (post_status = pending) to administration menu [duplicate]
- Adding help information to custom post edit page
- How to remove Gravatar from Username column
- Page only shows when user is logged in (even with visibility set to public)
- I keep getting logged out in Firefox
- get_template_part in admin
- Why Jetpack is missing the “Feedbacks” menu item? [closed]
- Getting the different post statuses + count like in edit.php, in a custom submenu page
- What is the optimal way to filter out subpages from admin?
- Create a Meta Box in the Admin User Screen?
- Send email to Admin when user/member updates specific user/member data
- Help with shortcode in admin-ajax [closed]
- Protect custom php file with login
- Remove the whole menu in the admin
- disable admin-bar search field for specific roles
- Change admin logout URL
- Link to post author but exclude administrator (on single.php)
- Don’t attribute content to admin users
- wp-admin post.php JavaScript Links Not Working
- How to set default editor tab
- Admin Taxonomy Terms – Orderby Term Field
- How do I add an admin notice within javascript in the admin interface for posts?
- Admin toolbar shows up when not logged in
- Attachment display settings only allows “full-size”
- Admin option sidebar count
- 500 internal server error on wp-admin only
- WordPress administration Over SSL – To Force SSL Logins and SSL Admin Access
- Only Admin can Edit, Delete or Update
- Set Edit Post meta boxes inactive
- How to verify nonces in bulk?
- Getting admin notices to appear after page refresh
- Hide post title input for all roles except admin
- avoiding the display of certain categories to certain user roles at content entry time
- hide elements of admin with css file
- Excerpt showing under title in admin columns
- how to remove +new from wp admin area
- html id is removed for non admin user?
- Dynamic WordPress Admin Panel
- How to show a custom notification to a specific user?
- Visual Editor only working for the admin user
- How should I change the username of or delete the admin user?
- Prevent Registration Where Role is None?
- Any known plugins for master admin login to edit all on front end?
- How to exclude some post from admin edit screen
- How to show WordPress admin dashboard forms on front-end?
- Allow custom REST route to return before doing long operation
- WordPress – add help text under category list(right side) in post edit page
- Cannot access wp-admin after installing SSL – user capabilities not being set
- Show only content in page after action click in WordPress admin
- Admins loggin in to our wordpress site default to the admin page
- ‘Conflict’ with action deleted_post and is_admin()
- Downloading file from wp-admin folder
- Dropdown list of available posts for post editing
- Custom styles and scripts for specific admin screen
- Add Sort Link in Custom Post Type List
- local WAMP admin user has lost privileges
- WordPress 4.5 Inline Link Toolbar not working on custom wp_editor instance
- Cant enter admin page with SSL
- What Role to assign remote site developer?
- Unable to add options on dashboard widget ?