randomblink
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Other-than-first-user Privilege problems??
I wasn’t yelling. I was working quickly.
Forum: Fixing WordPress
In reply to: Locked out of /wp-adminWell, ignore that.
I Network deactivate all my plugins and the re-install went great.
Now however, when I try to list out my pages from my admin interface I get this:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/mysite/public_html/wp-admin/includes/class-wp-posts-list-table.php on line 832Forum: Fixing WordPress
In reply to: Locked out of /wp-adminReset and now I have my site back…
THANK YOU THANK YOU THANK YOU!!!
However, I went to REINSTALL WordPress, and it won’t.
I’m now getting this error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/mysite/public_html/wp-admin/includes/class-wp-upgrader.php on line 1643Forum: Fixing WordPress
In reply to: Locked out of /wp-adminI went in and change wp-admin and wp-includes to wp-admin_OLD and wp-includes_OLD
Everything I do to .htaccess causes a SERVER INTERNAL ERROR
I reverted to the old admin and includes.
Returned .htaccess to normal.Now I am getting this error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home/bokeefe/public_html/wp-content/plugins/wpremote/backupwordpress/hm-backup/hm-backup.php on line 531Line 531 to 535 is this:
public function set_mysqldump_command_path( $path ) {$this->mysqldump_command_path = $path;
}
I am so frustrated…
Forum: Fixing WordPress
In reply to: Impossible : MP4 EmbeddingApparently WordPress Multisite messes with the bits and bytes of the videos through the URL re-writing stuff. So, there is a workaround that requires Apache server mod downloads and installations… or you can get the DIRECT and ACTUAL URL to your videos and use those. A little annoying, but at least usable…
Any other ideas?
Forum: Networking WordPress
In reply to: [Theme Issue] How to recover multisite when subsite crashes( wrongly posted to wrong post )
Forum: Fixing WordPress
In reply to: Impossible : MP4 EmbeddingForum: Fixing WordPress
In reply to: WordPress iOS Video ViewerCould it be the way that iWeb encodes/embeds is something I can’t accomplish in WordPress?
Forum: Fixing WordPress
In reply to: Lynda.com Clone : Plugin or What?I can figure out how to do that… that isn’t my problem.
I don’t know WordPress well enough yet to know whether this would be a Custom Theme, Template, Custom Post Type, Plugin, or a Drupal question… or whether it’s already built-in to WordPress already and I just have to activate XYZ settings…
That’s why I asked.
Forum: Fixing WordPress
In reply to: Lynda.com Clone : Plugin or What?I would like to replicate the functionality of the lynda.com website using WordPress as my engine.
I wanna make a wordpress site look and act like lynda.com
Forum: Networking WordPress
In reply to: Transfer Multisite child site to another multisiteI would love to know how you do this…
this would solve ALOT of my current questions…( good luck! and great question! )
Forum: Networking WordPress
In reply to: Maximum upload file size: 8MB.Resolved.
Move a php.ini file to your wp-admin folder and it will accept the values.
Forum: Networking WordPress
In reply to: Maximum upload file size: 8MB.Copied the 100M upload php.ini file to wp-admin… resolved.
ridiculous…
Maybe we could have that upload page have a link on the upload size number so that we could click on it and get to a settings page that shows WHERE that size is being controlled from?
Forum: Networking WordPress
In reply to: Maximum upload file size: 8MB.Ok…
I just went into my NETWORK settings and changed the max upload to BLANK.When I went to my site, it said my Maximum File Upload was 0KB…
I went back and changed the NETWORK settings to 1000 KB.
It showed 1MB on my site…I went back and changed the NETWORK settings to 100000KB.
It showed 8MB on my site… again!How do I get past that 8MB?!?!
Forum: Networking WordPress
In reply to: Multi-Site SubdomainOk… Minor correction.
I went into my WP-CONFIG.php file and adjusted the following…SUBDOMAIN_INSTALL from FALSE to TRUE
I deleted the previous Site, tried to recreate it.
It automatically makes it a Subdomain now… (awesome)
However, I get a 500 error when trying to visit the Dashboard for it now…