ozke
Forum Replies Created
-
Forum: Plugins
In reply to: [Twitter Tracker] Blank Search ResultsAny progress on the 500 error? Thank you!
Forum: Plugins
In reply to: [Twitter Tracker] Search results not showingI just installed 3.3.3.
Still getting the same 500 error when trying to authorise the plugin. I know I’m not helping much but I’m not sure on what else to do. I might try to install it on an empty WordPress or something…
:-S
Forum: Plugins
In reply to: [Twitter Tracker] Blank Search ResultsIn my case I can’t authenticate with twitter (gives me a 500 error no matter how many different servers I try) as explained in a previous message in this board.
By the way, it’s never a bad time to say it… thank you a lot for your effort.
Forum: Plugins
In reply to: [Twitter Tracker] Blank Search ResultsYou could try to install oAuth Twitter Feed for Developers and use it in the site. Maybe that’s the problem. 😕
If so, the solution posted above didn’t work for me.
Forum: Plugins
In reply to: [Twitter Tracker] Blank Search ResultsThanks janalwin. In case it helps someone… be careful…
f (!class_exists('OAuthDataStore')) {
should be:
if (!class_exists('OAuthDataStore')) {
The initial i of the conditional when pasting. But again, thanks a lot.In my case though, I’m still getting a 500 error. :S
Forum: Plugins
In reply to: [Twitter Tracker] Blank Search Resultspeterdwdc, you said it leads you to a blank page. Well, in some servers that’s a hidden 500 error?
Forum: Plugins
In reply to: [Twitter Tracker] Blank Search ResultsJust for the record. I’m also using “oAuth Twitter Feed for Developers” plugin. >_<
Forum: Plugins
In reply to: [Twitter Tracker] Blank Search ResultsHi, I get an 500 error when trying to authorise the plugin from /options-general.php?page=tt_auth
Any ideas why? Thanks!
Forum: Plugins
In reply to: [Twitter Tracker] Blank Search ResultsSame here. :S
I just experienced this problem.
Tried deleting everything and didn’t work. Even tried updating to 3.7 and still the same. It was a minor update from 3.5.X/3.6 or so.
I’ll try to access the database and find that NGFB as define(‘NGFB_RESET’, true); didn’t work either.
FYI I did the update using the automatic update UI from WordPress and updating 3 or 4 plugins at the same time. This is the only one that fails.
Forum: Themes and Templates
In reply to: Custom type with automatic associated tagI found this plugin: http://ww.wp.xz.cn/extend/plugins/custom-post-archives/
It’s not exactly the same but it does the trick I guess.