charles121
Forum Replies Created
-
GOOD DAY TO ALL!!!
WINDOWS 3.1 INSTALLATION PROBLEMS.
MY PROBLEM IS MINOR BUT COULD BE VERY IRRITATING. WHEN IN AUTOMATIC UPDATING THE PLUGINS ARE REACTIVATED – A MESSAGE APPEARS TO INFORM THAT PLUGINS HAD BEEN REACTIVATED. THE FACT IS THAT NOT ALL HAD BEEN REACTIVATED AND HAD TO BE REACTIVATED MANUALLY.
IRRITATING IF ONE HAS A QUITE A NUMBER PLUGINS.
SUGGESTION – GIVE LIST OF THOSE NOT REACTIVATED
FURTHER SUGGESTION – WHEN OPENING PLUGINS IT IS NOW SPLIT UP IN PAGES.
COULD THERE BE A BUTTON IN EACH PLUGIN SECTION (EG ACTIVE AND NOT ACTIVE ETC) WHICH GIVE THE USER TO “SHOW ALL” OR “PAGED”ENLIST ME TO DO SOME BETA TESTING IF YOU REQUIRE SUCH A HELP
REGARDS
CHARLESForum: Fixing WordPress
In reply to: Fatal Error: Out of Memory messagesTHIS WORKS FOR ME:
THIS TO BE ENTERED IN THE WP-CONFIG FILE WHICH IS IN THE ROOT OF THE WORDPRESS SETUP:ENTER AFTER:
define(‘ABSPATH’, dirname(__FILE__).’/’);THE FOLLOWING:
define(‘WP_MEMORY_LIMIT’, ’64M’);
I ALSO CREATED A PHP.INI WHICH I UPLOADED TO THE PLUGIN FOLDER IN WP-CONTENT:
memory_limit = 128M; Maximum amount of memory a script may consume (64MB)
max_execution_time = 45;
upload_max_filesize = 10M;
post_max_size = 20M;Forum: Plugins
In reply to: [Google-sitemap-generator] Not a valid URLanother problem on site map generation. i do not know where to trun to but please try and helpme.
i use simple google sitemap xml.
it finds url like these:
<url>
<loc>https://www.bigdaddy.za.net/2010/12/14/113/</loc>
<lastmod>2011-01-01</lastmod>
<changefreq>always</changefreq>
<priority>0.5</priority>those urls are not valid and google pick it up as incorrect
<url>
<loc>https://www.bigdaddy.za.net/plugins-used/</loc>
<lastmod>2011-01-01</lastmod>
<changefreq>always</changefreq>
<priority>0.5</priority>i do not know how to find the the pages? to delete such and since the sitemap is regenerated all the time it picks up the wrong url remain in the system
please help;
charles[sig moderated as per the Forum Rules]
Forum: Fixing WordPress
In reply to: Fatal Error: Out of Memory messagesTHIS WORKS FOR ME:
ENTER AFTER:
define(‘ABSPATH’, dirname(__FILE__).’/’);THE FOLLOWING:
define(‘WP_MEMORY_LIMIT’, ’64M’);