WPWally
Forum Replies Created
-
Forum: Plugins
In reply to: [SP Move Login] Move Login has not been activated errorThat’s what I figured as well, but I was a bit busy with work to look into it. Anyway, I just updated WordPress and the plugin and all works fine now. I’m guessing I did something wrong with my previous WordPress update. Thanks for all the help!
Forum: Plugins
In reply to: [SP Move Login] Move Login has not been activated errorAll I get is this:
<<<>>>.Forum: Plugins
In reply to: [SP Move Login] Move Login has not been activated errorThanks for both replies. Your first one sent me back to update WordPress again as I had updated that at the same time as the plugin and figured that something must have gone wrong there. No luck.
I just tried your beta, and that is returning the same error. I’ll take another look at my WordPress update and see if something went awry there. I should note that I first update on a local machine (also runs Apache) and I am not getting the error there, only on the live server. Strange.
Forum: Plugins
In reply to: [Video Thumbnails] Blank screen on Settings PageIt works perfectly now. Thanks!
Forum: Plugins
In reply to: [Video Thumbnails] Blank screen on Settings PageJust a bit over 2,000 posts.
Also, if I disable all other plugins, it gives the same information in the view-source except that taxonomy.php is wp-meta.php.
On my local copy on localhost it works just fine. It is just the copy on the server that returns the blank screen.
Hope that helps.
Forum: Plugins
In reply to: [Video Thumbnails] Blank screen on Settings PageI am having this problem as well. Tried it out on two different PCs, one Linux one Windows. I also tried Kstylez suggestion of renaming the folder, creating a new plugin folder, installing a fresh version, and copying all the other plugins from the old plugin folder but no luck. Is there a particular order in which I should do these?
When I view source these are the last lines:
<script type="text/javascript"> function video_thumbnails_past(id) { var data = { action: 'past_video_thumbnail', post_id: id }; // since 2.8 ajaxurl is always defined in the admin header and points to admin-ajax.php jQuery.post(ajaxurl, data, function(response){ document.getElementById(id+'_result').innerHTML = response; }); }; <br /> <b>Fatal error</b>: Allowed memory size of 50331648 bytes exhausted (tried to allocate 40 bytes) in <b>/wp-includes/taxonomy.php</b> on line <b>2790</b><br />Hope that helps in finding a solution.
Nevermind figured it out. I am a dolt sometimes.
1. Uncheck the register with AJAX box in widgets.
2. Create link to Buddypress register siteThanks
I do not see any instructions for widget-out.php in the link you provided. Is it somewhere elseor am I missing something?