chrisebbeck
Forum Replies Created
-
that is the latest version.
I just upgraded the plugin to Version 1.7.4
Fixed now and working fine!Sorry i can’t help but i will let you know if it works…
I have an old version of the.plugin, i might try uploading that and see ifo it fixes it.
Oh and the URL to see the problem is
http://www.fidgetyfrogs.com.au/index.php/photo-gallery/douglas-park/Forum: Fixing WordPress
In reply to: Changing file permissions not workingNo I haven’t, I shall email them.
Forum: Fixing WordPress
In reply to: adding an image from computerIt fixed itself over time…
Forum: Fixing WordPress
In reply to: Adding imageswell I’m not that dumb.
I don’t get a browse or upload button.
There is no option to upload.Does anyone know why?
Thanks
Forum: Fixing WordPress
In reply to: New fatal errorThank you! The first one works great!
Forum: Fixing WordPress
In reply to: New fatal errorThanks! It was my WP-Contact plugin that was causing this. I would still like to use this plug-in, is there anything i can do to keep it?
Forum: Fixing WordPress
In reply to: Fatal error?Ok I fixed this and it was very simple.
I tried all of the following and none worked:
1. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M:
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)2. If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 64M3. Try adding this line to your wp-config.php file:
Increasing memory allocated to PHP
define(‘WP_MEMORY_LIMIT’, ’64M’);4. Talk to your host.
I have no access to my php.ini file. So I created my own php.ini file with the following in it and added to my wp-admin folder.
<? phpinfo(); ?>
memory_limit = 128Mand it is all fixed!
So simple, I have been trying to work this out all week.Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size exhaustedOk I fixed this and it was very simple.
I tried all of the following and none worked:
1. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M:
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)2. If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 64M3. Try adding this line to your wp-config.php file:
Increasing memory allocated to PHP
define(‘WP_MEMORY_LIMIT’, ’64M’);4. Talk to your host.
I have no access to my php.ini file. So I created my own php.ini file with the following in it and added to my wp-admin folder.
<? phpinfo(); ?>
memory_limit = 128Mand it is all fixed!
So simple, I have been trying to work this out all week.Forum: Fixing WordPress
In reply to: PHP.ini fileOk I fixed this and it was very simple.
I tried all of the following and none worked:
1. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M:
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)2. If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 64M3. Try adding this line to your wp-config.php file:
Increasing memory allocated to PHP
define(‘WP_MEMORY_LIMIT’, ’64M’);4. Talk to your host.
I have no access to my php.ini file. So I created my own php.ini file with the following in it and added to my wp-admin folder.
<? phpinfo(); ?>
memory_limit = 128Mand it is all fixed!
So simple, I have been trying to work this out all week.Forum: Fixing WordPress
In reply to: PHP.ini fileWow!
Thanks for all the info. I test this out.Thanks heaps.
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size exhaustedi am still having problems with this.
I have contacted my host and they told me to do the following:“Please create php.ini file and then put memory_limit = whatever memory you want to set. Once it’s done upload it to the directory where you are running that php script.”
I don’t know what needs to be in the php.ini file or where to place it?