godavid33
Forum Replies Created
-
Forum: Plugins
In reply to: I need a good video playerHm, I actually have not. I will look into this today after work and will report back. Any other suggestions are still welcome until then! Being able to dynamically show/add videos is a very large part of what I need.
Forum: Plugins
In reply to: [BP Direct Menus] quick fix to add support for notificationsI second this solution, I actually figured it out and posted it on buddypress forums a few days ago. Should have thought to check here first.
I came here to post about #1 McPeanut. Hopefully developer delivers or I’m going to have to deactivate the plugin :/
Forum: Plugins
In reply to: [W3 Total Cache] Two-fold page cache problemThanks Mike, I will try out Page Cache on APC. I have tried both Disk: Enhanced and Basic and neither seemed to work well. I am willing to sacrifice a bit of speed as long as my content is still updated.
jason, my site is not using a news rotating plugin and I also have rocketloader off (experienced some of those errors on another site I was working on a while back). I’m using WP-Insert to rotate ads and standard wordpress loops and category designation to display articles. I also don’t really think the URL would help much in this scenario; all of the configuration is on the back end.
I did notice, however, that hitting f5 seems to help in some cases. Does this infer part of the problem might be the browser cache? Still, when I turn off the page cache, all problems stop occurring.
Forum: Fixing WordPress
In reply to: Scheduling sometimes works, sometimes doesn'tAcutally, the plugin WP Missed Schedule Fix fixes this problem (well, still waiting for test results) but I am still interested in the core reasons behind this. The fix plugin checks for missed schedule posts every 5 minutes and seems like somewhat of a crude band-aid in my opinion.
Forum: Plugins
In reply to: [W3 Total Cache] Logged in Users can't tell they're logged inFor now, I noticed enabling “don’t cache pages for logged in users” in the page cache works, so the problem is definitely the page cache.
I want pages cached for login users though, as they will probably be a significant portion of my visitors and contribute greatly to my site speed statistics!
Forum: Plugins
In reply to: [Word Replacer] Speed and Performance Optimization for Word ReplacerI wanted to throw my hat in here and mention that I had to disable it today because it was killing my server. After doing some research about what could be eating memory, I found out preg_xxxx is a very demanding PHP function. I would suggest you trying to find another implementation for your post-beta production.
Forum: Plugins
In reply to: [Form Generator for WordPress] dont work in 3.8lI’m assuming that Mike is trying to say on the submissions page of the plugin, this error is thrown. Hope it helps.
plugins/form-generator-powered-by-jotform/inc/PHPExcel.php on line 44
Unfortunately, this plugin is nigh on unusable as Mike has stated. I think this can be fixed by adding a simple conditional to check if the function exists around that line.
Cheers
Forum: Plugins
In reply to: [Stock Ticker] Sorry, currently we can't get stock quotesHere is the URL: https://themreport.com/ticka-testa/
I haven’t looked at your code so I can’t figure out exactly what is going on but I can surmise a guess that every iteration you are making a new API call. The problem happens when the following script is trying to be called:
and it 500’s. I would suggest just making one API call per page load and storing the variables then re-using them.
Thank you very much!
I ran into some problems wrought by my own hand due to omitting an underscore from CUSTOM_USER_META_TABLE (doh >< )
I hope when I’m a plugin author I can be half as responsive and helpful as you are. Cheers!
Great reply! I hope I can be as responsive as you when I am a plugin author haha.
So I made the change and it definitely seems to have worked (shared user DB, shared log) but when I get the balance on the second site it is still showing the old users balance. I’m thinking this is possibly because I had previously had myCred installed. Though I deactivated and deleted it prior to defining the myCred log table in the “secondary” site. Is there another table that houses balances? Could it be a cache problem?
Thanks!
GabeOkay, so the remote API will probably be overkill in my case. Same server, going to be implementing a shared database. How would you suggest going about sharing the points system between both sites? Is there a way I can point the secondary install of MyCred to the primary MyCred databases (i.e. ideally just set the prefix to look for)?
Forum: Plugins
In reply to: [External Database Authentication Reloaded] Invalid passwordI could still use help with this please ??
and best way to make login sessions persist between sites (I assume using cookies is probably the best). Sorry to hi-jack this thread but I’m sure others may need help at some point too.
Upgrading to wordpress 3.8.1 solved the problem.
Sorry that I didn’t get the error logs before I upgraded X_O
Forum: Fixing WordPress
In reply to: Ajax on admin pages isn't working correctlyOn localhost I managed to get my debug.log down to just this:
[27-Jan-2014 22:19:05 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the
wp_enqueue_scripts
,admin_enqueue_scripts
, orlogin_enqueue_scripts
hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in C:\xampp\htdocs\dsn\wp-includes\functions.php on line 3049the problem being functions.php ends at like 405. Any clue on what is causing this PHP Notice?