Search Results for 'memory'

Results from the Forum
leapdsc
tagDiv Member

Hi Simion, thanks for the links.

To clarify, what is the most common cause of the newspaper theme panel hanging there after clicking on Save Settings? Insufficient memory resources allocated?

mskeshia
tagDiv Member

Hi Thanks for your prompt reply, please see my responses below:

How much RAM do you have allocated to WP in your wp-config.php file and PHP setup? 512MB

What version of WordPress? 4.7.4

What version of WooCommerce? 2.6.14

What timeout settings do you have for PHP?

post_max_size = 512M
upload_max_filesize = 512M
memory_limit = 512M
max_execution_time = 300
max_input_vars = 10000
max_file_uploads = 75
max_input_time = 600

Catalin
tagDiv Staff

Hello csp17,

Please check your system status parameters to be according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/ Mos likely, you PHP memory is exhausted and that’s why you cannot change anything.

Hope this helps and let us know how it goes!

Thanks for your understanding!

manumahajan26
tagDiv Member

Sir i upload the fresh theme again , But notice that when it activate the jetpack then the issue the widgets.php shown blank or memory exasted error comes . As i deactivate the jetpack all the issues solved . So please help me how to solve it

josflachs
tagDiv Member

Yesterday I went to see what the problem is. First problem are the links. That really doesn’t work for him. I tried two different ways to add a link to a text, neither worked. I’m using the latest Dutch version of WordPress. I can’t update, because there is no update.

He suggested that the permalinks might be full. All links are somehow (no idea how that works, but I did see a loooooooong list of used links to choose from) in the memory.

He is using an Ipad. i’m using a laptop, and rarely use a tablet, so I’m out of my debt here. Would it help if I use a different editor than TinyMCE? If so, which one do you recommend?

The other problem is more pressing: when he wants to moderate comments, he can’t. When he wants to work on a comment, a screen shows up “Hola! Would you like to receive automatic….” clicking ‘hide this message doesn’t hide that message.

I have no such problems at all. But then, I don’t work on a tablet.

  • This reply was modified 9 years by josflachs.
Catalin
tagDiv Staff

Hello pedropltm,

Please check your system status parameters to be according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/ Mos likely, you PHP memory is exhausted and that’s why you cannot change anything.

Hope this helps!

Thanks for your understanding!

manumahajan26
Participant
#0

I am facing a problem with my wordpress dashboard . When i try to open widgets tab , widgets.php showing blanks . Some time opening well and when i try to edit widget memory exacted error comes . I increase memory in config.php using define( ‘WP_MEMORY_LIMIT’, ‘256M’ ); But still to problem persist .

Following is the code of my config.php file

<?php
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_DEBUG’, false );

/** Enable W3 Total Cache Edge Mode */

define(‘WP_CACHE’, true); //Added by WP-Cache Manager
define(‘W3TC_EDGE_MODE’, true); // Added by W3 Total Cache

/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don’t have to use the web site, you can just copy this file
* to “wp-config.php” and fill in the values.
*
* @package WordPress
*/

// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
//Added by WP-Cache Manager
define( ‘WPCACHEHOME’, ‘/home/mmtyw7mm/public_html/tectrick.org/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager
define(‘DB_NAME’, ‘mmtyw7mm_wp105’);

/** MySQL database username */
define(‘DB_USER’, ‘mmtyw7mm_wp105’);

/** MySQL database password */
define(‘DB_PASSWORD’, ‘P34)5Sym@7’);

/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);

/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);

/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);

/**#@+
* Authentication Unique Keys and Salts.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
* You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
*
* @since 2.6.0
*/
define(‘AUTH_KEY’, ‘la7ltxseao2wfwfamkohepnruzxjurasn8jo8yybegwogccqz4ekbjp5ub97vyrp’);
define(‘SECURE_AUTH_KEY’, ‘j7c6qowuhovpooni046hnc2ox7zjo6dle6o9kigklhsqmirctsckwiuaqp0mxiik’);
define(‘LOGGED_IN_KEY’, ‘u8h7r2mg4wqwx0i5gl4dfapnojmhclrttppjmsv8ycbdjo6u4mb3x2qluzrc15am’);
define(‘NONCE_KEY’, ‘ytemcydrnkjse1k2rmrgbtzvz4b5ioqzmdlyuyq0cyyhtadkdip8zkcoajiief7y’);
define(‘AUTH_SALT’, ‘kiplgvhkjpsjo9ah5as9ch8b3mthnv2ciwj4avjowvnjdaontx54ppmqbsivheec’);
define(‘SECURE_AUTH_SALT’, ‘kop7lsoyjshkxb1tpjzc32n9xwpo6ng5cybzelmkqdvwj7uqvsvvlkmzszymhraw’);
define(‘LOGGED_IN_SALT’, ‘znasi5muszjt3h8g37kvpbf89gxepef5yjhb0dygyjxeq1obcpujcynxfzapwdbc’);
define(‘NONCE_SALT’, ’52kp3pi8q3qgkuzoua4hvuuvle41qzjvxiipxz6bmef6fyyyzlx09yswvsywt76f’);

/**#@-*/

/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = ‘tt’;

/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/

/* That’s all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
error_reporting(E_ALL); ini_set(‘display_errors’, 1);

Bogdan B.
tagDiv Staff

Hello,
Please try to install via ftp:
https://forum.tagdiv.com/install-via-ftp/
Make sure you meet the requirements and memory allocation though: https://forum.tagdiv.com/requirements-for-newspaper/
https://forum.tagdiv.com/system-status-parameters-guide/
I hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hello,

Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Also make sure you increase your memory allocation according to this guide: https://forum.tagdiv.com/system-status-parameters-guide/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Please also make sure you increase your memory allocation like so: https://forum.tagdiv.com/system-status-parameters-guide/

Thank you!

simchris
tagDiv Member

See the “requirements” section of the theme admin panel, where it shows you the recommended settings and your current settings.

Visual Composer does need a lot of system resources, so memory in your WP-config.php file should be 64M or higher, and all execution times should be increased depending on complexity of your page(s). I have mine set to 300 secs.

MMDakroury
Participant
#0

digitguru.com
I was using the theme normally from one week, its a startup site and just added 5 pages with no content yet
when i was adding bing webmaster tools and after verification site was working and after a while the site gave me the white screen of death and i disabled all plugins and increased memory limit and problem was not solved untill i changed the theme to wordpress default theme and then problem solved meanwhile i was contacting host support and they told me the below sentence
It appears that the theme requires more execution time, which on your account is 120 seconds.
You can contact the theme’s developers to tell them that you have 120 seconds of maximum execution time on your account.
This means the theme requires more execution time from the server

Please support

kodiyan
Participant
#0

I modified newspaper theme to display Last Updated Date on Single Post File. But now I see a Structured data Error on all my post,

datePublished: A value for the datePublished field is required.

Here is the URL to Structured Test Data: https://search.google.com/structured-data/testing-tool#url=http%3A%2F%2Fmashtips.com%2Fmemory-card-buying-guide-for-camera-gadgets%2F

May be a minor error, I can’t figure out.

nflstar
tagDiv Member

Hello, regenerating the thumbs wasn’t successful. That’s what i’ve got:

Apache
Wordpress Version: 4.7.3
Memory limit: 40mb
PHP Version: 7.0.14
MySQL: 5.7.15

System status: http://prntscr.com/evzfoh
Plugins: http://prntscr.com/evzg09

Bogdan B.
tagDiv Staff

Hello David.

Please use this guide to increase your site’s loading speed: https://forum.tagdiv.com/how-to-make-the-site-faster/
Also make sure you increase your memory allocation like this guide shows: https://forum.tagdiv.com/system-status-parameters-guide/

As a note on the speedbooster plugin: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/

Thank you!

Jay Escobar
tagDiv Member

Hello,

I accessed my memory limit through the wp-config.php and set the higher limit; still nothing.

I go to page to edit try the front page and I see nothing. The visual composer just doesn’t load.

Catalin
tagDiv Staff

Hello Jay Escobar,

Please check your system status parameters to be according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/ Mos likely, you PHP memory is exhausted and that’s why you cannot change anything.

Hope this helps!

Thanks for your understanding!

Afterglow
Participant
#0

Hello,

I do not seem to be able to find how to edit the main CSS file from the Admin Panel. Has something been changed or my memory is not serving me well?

If not accessible through the Admin Panel, please provide file location.

Thanks.

Rodolfo
tagDiv Member

Thanks for the support, I did all this, but it does not work (memory and 128): what can I do (I have to select the language is Italian. NB The Italian is selected properly, but the voices are in English.

Bogdan B.
tagDiv Staff

Hello,

Please increase your memory allocation like this guide shows: https://forum.tagdiv.com/system-status-parameters-guide/
If the translation still will not load, please disable all plugins except visual composer, clear cache and reset cdn files if you use it. The test again.
Let us know how it goes.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please follow our official page speed guide here: https://forum.tagdiv.com/how-to-make-the-site-faster/
Also please make sure your memory allocation is correct: https://forum.tagdiv.com/system-status-parameters-guide/
You cna also switch to php 7.0 (only if you use the latest version of the theme. right now you have 7.6 so you need to update your theme as well) as it is faster than the previous version.

Thank you!

brgc
tagDiv Member

Thank you but it doesn’t work anymore.

> The memory allocation is up to 64M
> All the plugins are desactivated
> There’s no child theme and no caching plugin

Right now there’s no waiting wheel, but VC doesn’t display any layout.

What to do now???

here’s a printscreen:

Bogdan B.
tagDiv Staff

Hello,

Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
The memory allocation should be like so: https://forum.tagdiv.com/system-status-parameters-guide/
Let us know if you still have trouble with this.

Thank you!

brgc
tagDiv Member

Here are some informations, but please note the website was ok just a few days ago and it’s a standard OVH multi-site web hosting:

PHP version : 5.3.29
max_execution_time: 120
max_input-vars : 2000
SUHOSIN intalled: false
WP Memory Limit : 40MB/request (we not use Woocommerce)

If you want me to ask for something else, please give me more informations about the requirements.

I guess it’s rather a problem of activation or authentication.

When I have reinstalled the files (via Filezilla – the original files – for I hadn’t a backup) I had’nt to activate the Newspaper’s theme (there was no “activate theme” box area for the purchase code), is it normal?

I have also changed the admin’s pass.

The website is : http://www.aux4vents.org
I can give you the WP access.

simchris
tagDiv Member

make sure you meet the system requirements for memory, time to run php, etc. — as most common issue there.

Viewing 25 results - 2,326 through 2,350 (of 3,046 total)