mrkingid
Forum Replies Created
-
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Syntax ErrorThat fix helped quite a bit, but I still stall and get
WARNING: mysql_ping() expects parameter 1 to be resource, boolean given
and i get stuck at
1. Trying to create backup archive …
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Taking forever now to backupalso getting a crap load of errors saying
ERROR: ZipArchive returns status: (ER_DELETED) Entry has been deleted
Don’t bother with this plugin. I found BackWPup and it works great. Backs up server side, email, dropbox, amazon s3 and google storage if you want, plus others.
Sweet, Thanks for the suggestion!!!
Just tried it… very nice. backed up to dropbox with no issues.
Woot!!!!
any solutions?
I had issues and for me it was changing these three values in my php.ini file.
Not sure which one did it so I will post them all. 🙂
memory_limit=128M
max_execution_time=7200
upload_max_filesize=50M
mysql.connect_timeout=1200UPDATE**
Well I though it fixed it. Ugg.It backed up wp-atom.php to dropbox then gives me this error
“Backup warning on 2011-12-14 at 12:40:10: file ‘core’ exceeds 40 percent of your PHP memory limit. The limit must be increased to back up this file.”
Thing is, I have no idea what the ‘core’ file is. Hmmm.
Ideas???
me too FWIW.
hope they can fix it sooner than later.
me too. the update is borked!!!!
yup, me too.
also the form borks my entire site css
Forum: Themes and Templates
In reply to: Sub menus (yes again… but i need help)ok. would anyone be able to guide me in the right direction with css for sub menus?
Forum: Themes and Templates
In reply to: Sub menus (yes again… but i need help)changed the code to
<?php wp_nav_menu( array( 'sort_column' => 'menu_order' , 'depth'=> 0 ) ); ?>still no luck
Forum: Themes and Templates
In reply to: Sub menus (yes again… but i need help)**Really?? I wouldn’t post if it didn’t work and you can see that it doesn’t. Troll **
Is it a CSS issue?
Forum: Fixing WordPress
In reply to: Submenu IndicationI see you figured it out. What was the answer? I am stuck
Forum: Themes and Templates
In reply to: Hide Blog titleEdit your style.css file
find this entry:
#logo a {
background:none repeat scroll 0 0 transparent;
border:medium none;
color:#FFFFFF;
text-decoration:none;and make it look like this:
#logo a {
background:none repeat scroll 0 0 transparent;
border:medium none;
color:#FFFFFF;
text-decoration:none;
display:none;Note the last line
Forum: Fixing WordPress
In reply to: widget coding :: orderby not workingIt sorts the list correctly, however the events that have a range where the start day falls before the todaysDate do not show up, thus the need to sort via the endDate.
If I knew how to code options into widgets I could try to separate the two different types of data – upcoming and current.
hmmmmmmmmmmmmmmmmmmm