DoubleSixx
Forum Replies Created
-
I re-tried using your entire if statement and commenting out the original.
Now the back end doesn’t break, but files don’t get uploaded either.
There’s a few things you can try.
Go step by step, one at a time and you can easily make the changes.
First off you’ll need to access your files via FTP.
If you use Firefox you can use the following :
https://filezilla-project.org/Otherwise try a free FTP :
Get the following FTP for free :
http://www.wsftple.com/download.aspxNote usually after 3 minutes WS FTP times out and you have to reconnect, it’s a security feature.
If you have the WordPress files on your computer find :
wp-config.php
Otherwise download it from your site.
Open up wp-config.php and find :
Open the files with notepad or something similar. Any text editor will work.
/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);Right after paste the following :
define(’WP_MEMORY_LIMIT’, ’128’); // sixx
Save and upload to the root of your WordPress installation.
I’m on GoDaddy and I know they set a limit of 128 megs.
The next depends on how your server has been setup.
While in the root directory see if you find a php5.ini or php.ini download it so you can paste some more code.
Open the php5 or php .ini and paste the following :
memory_limit = 128M
Again save and upload.
Hopefully that’ll solve your memory issues.
Good luck.
Forum: Plugins
In reply to: [Slideshow] Can I grab photos from NEXTGEN Gallery?Sure you can use the Add Media button on new Posts or Pages. You’ll see several options for both the Media Library and NextGEN Gallery together.
Good luck.
I have only seen that on one website, back in 2009, obviously several years back.
Wasn’t reliable then either.
Never got it to work on my site.
I know this doesn’t solve your problem. Just confirming that it’s a buggy effect.
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Update pluginYou should see in your Dashboard the Updates link. If your WordPress is working correctly you’ll see a list of plugins that have new updates.
Currently most people are having trouble with the latest version. So you consider waiting.
Good luck.
Sorry but that code breaks the admin backend. Doesn’t work.
Forum: Plugins
In reply to: For my needs, should I stop using NextGEN and just use "Insert Media"?Well I just tested.
When you goto make a new post you can click Add Media.
You’ll have plenty of options.
Insert Media, Create Gallery, Upload files, Media Library, Insert from URL, and NextGen Gallery.
So I think you can accomplish what you need.
Give it a try, as long as you don’t uninstall nggallery you won’t lose previously uploaded pictures.
Yeah pictures aren’t being uploaded in version 2.0.11.
Damn
Forum: Plugins
In reply to: [W3 Total Cache] W3 screws up NextGen gallery@dfumagali
I did exclude.
My way works fine. Thanx.
Forum: Plugins
In reply to: [W3 Total Cache] W3 screws up NextGen galleryUgh those instructions broke my lightbox.
I followed your instructions. Will those settings remain even after a W3 update ?
If so, from now on nggallery won’t be affected by a W3 update ?
Big thanx. Great job !
Congrats, glad to read, I’ll be hopefully playing around with 2.0.11 this weekend, hoping to replicate my site in a different directory to see how the version behaves.
Forum: Plugins
In reply to: [W3 Total Cache] W3 screws up NextGen galleryW3 caches your site.
When you update W3 it seems like it has to start over caching.
So in the interim nggallery suffers.
If you repair and optimize your database you’ll be ok. I do it all the time.
If you don’t know how to repair or optimize your database then you shouldn’t be playing with the database.
Sorry if you don’t find this helpful in any way.
Good luck.
Forum: Plugins
In reply to: [W3 Total Cache] W3 screws up NextGen galleryW3 Total Cache can screw up nggallery after updating W3. Slows down gallery saves or editing a gallery.
When I update W3 I immediately repair and optimize the database so it won’t affect nggallery.
I know there was an update the other day.
Makes my site a nightmare on the back end. Usually lasts a week if you don’t optimize or repair the database.
Good luck.
Try re-installing 1.9.12 over itself. Don’t uninstall.
You can find older versions here :
http://wordpress.org/plugins/nextgen-gallery/download/Good luck.