wkk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HowTo define a local php.ini to test .dllsI’ve “solved” the problem changing to a jQuery implementation instead of using the plugin. Github’s social feed plugin was very helpful for me. For further information, check here: https://github.com/pavelk2/social-feed
Hope someone else finds this info useful.
Bye.
Forum: Plugins
In reply to: [Facebook Feed Grabber] Error in online server: CurlException.Well finally I’ve made a jQuery solution, based on https://github.com/pavelk2/social-feed (also from GitHub). I dind’t find a way to bypass cURL library, so I don’t know if that was actually the problem. But I’m pretty sure that it should be. Sorry I can’t help more =(
Anyway thank you for all your support.
Best regards.
Forum: Plugins
In reply to: [Facebook Feed Grabber] Error in online server: CurlException.Well, I avoided the Uncaught CurlException by commenting line 977 of base_facebook.php. This just resolved a bad controlled error, but not the error itself (makeRequest returns false, so nothing is showed).
I’ve been googling for a while and I see many people is experienced this problem recently (a month ago, more or less). So I think it could be related to a problem with cURL versions.
– At localhost, I’m using PHP 5.3.8 and cURL 7.21.7 (it works!)
– Online server uses PHP 5.2.17 and cURL 7.15.5 (ko, here…)Just a couple of questions:
· What’s your configuration for testing this plugin?
· Do you have any documentation reference for facebook-sdk package?Thank you very much in advance. I’ll keep investigating.
Regards,
Forum: Plugins
In reply to: [Facebook Feed Grabber] Error in online server: CurlException.Hosting support confirmed me both ports are opened (since 80 is for HTTP and 443 for HTTPS/SSL protocols, it would be very strange if they were blocked).
The server is on php 5.2.17, I don’t know if that could be a problem if I write a plugin for this (me making plugins, what an adventure! xD). However, I see your plugin already includes that code in facebook-sdk/base_facebook.php line 987. So I don’t understand what would be the difference between this and a new plugin including also that line (I’m absolutely n00b about wp plugin coding, sorry xD).
Is there more documentation I could read for this? I noticed package facebook-sdk is not eclusive of your plugin (facebook-albums uses it also, and also isn’t working xD). So if it is a built-in code, normally the original source has more documentation.
This is a bit frustrating as I’m blind of what’s happening in the online server…
Thank you for all your ideas, I hope we could reach a solution!
Regards,
Forum: Plugins
In reply to: [Facebook Feed Grabber] Setting heightOption one was perfect for me =D
Thank you very much, you’ve been very helpful!
Best regards,
PS: If anybody else has this issue, here’s what I’ve done:
I use suffusion theme (4.4.7) and .fb-feed above code can be included in: Appearance → Suffusion Options → Back-End → Custom Includes (Custom Styles box).
Forum: Plugins
In reply to: [Facebook Feed Grabber] Error in online server: CurlException.Unfortunatelly I don’t have pretty much control of the online server (it’s from a hosting service). If the problem is due to a port blocked and hosting support offers me to use another one, where could I change this configuration?
Thank you very much for your help and also for your quick answers!
Regards,
Forum: Plugins
In reply to: [Facebook Feed Grabber] Setting heightThanks a lot for the quick answer.
Is there a way to set this in a new .css and make the plugin include it? Altering existing .css may suppose troubles when updating, I think…
Thank you very much in advance.
Best regards,
Forum: Fixing WordPress
In reply to: Pages structure widgetGot an intermediate solution of what I wanted with the Flexi Pages plugin (also page-list plugin is interesting), although I’m still searching something more accurate of what I need (get pages and their order from my custom menu, not WP hierarchy). I’ll tell you if I find (or develop) a better solution, so it could be useful to other users.
Regards!
Forum: Fixing WordPress
In reply to: Run out memory problemsThank you for your info Marco (didn’t see your answer ’till I replied, sorry!). I’ve already done that before I decided to deactivate wordfence. I’ve got the memory problem without this plugin so in my case I think it was more a structural question (maybe corrupted cache as my hosting suggested me).
Best regards.
Forum: Fixing WordPress
In reply to: Run out memory problemsJust if somebody has the same problem, my hosting reccomended me to add the following line in .htaccess file:
php_value memory_limit 128M
It seems to work fine, so I think not only limit of 64M was fake but also I was surpassing a higher memory limit (whatever it was). They’ve told me to take care about plugins that use cache, maybe it was corrupted so that caused the problem.
Where can I learn more about wordpress cache? Specially how to clean it if I get the same problem again.
Thank you very much. I hope this info will be useful for other users.
Regards.
Forum: Fixing WordPress
In reply to: Run out memory problemsOk, if it’s not possible to calculate it, is there any service to measure it in real time? I mean, like put an url to a website and get statistics in this case about memory usage (just wondering, I don′t know if that exists).
I don’t want to annoy with this issue, but I feel is strange that even login page runs out of memory. It’s just… a login page can require over 64MB of memory? That seems a lot for a form apparently quite simple (just a feeling I can’t really affirm this since I don’t know wp core in detail).
This problem blocks my web administration and also when it works, I’m afraid to update anything so my web is going to fail when I refresh. I’m quite desperate to get a solution…
Thank you in advance.
Best regards!
Forum: Fixing WordPress
In reply to: Run out memory problemsWell I don’t need an accurate answer, just the worst case should be enough to know in wich range of memory use I’m working.
Or another aproximation could be to know how many scripts of this set-up do allocate memory. I always get a similar error: exceded maximum of 64MB when script X tried to allocate 380K (aprox). Rounded to 400K I get about 164 scripts should be allocating memory to run out 64MB.
Is that a normal number of scripts? Just to get an idea…
Thank you in advance!
Regards.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Question: display latest events.Hello,
That setting fits even better for what I need. Thank you very much!
Regards,
Fresh data: I’ve had the same problem with another theme Neuro 2.0.14.
So my conclusion is that the problem may be independent of the theme and an issue of wordpress itself. So, I think I pointed in the wrong direction thinking about the theme, but it was only it’s settings that I have lost (seemed logical for me, sorry).
This doesn’t help me to understand what’s happening, but I think it’s important information.
Regards.
The fact is that I didn’t set explicity new values in the Customizer nor the theme is using settings saved in database. I’ve also tried to upgrade the theme version to check if it gets my settings from the db, but it didn’t work.
In practice, it is not a big problem because this settings are very few and I can restore them by hand. But I like undertanding how things work and I can’t understand that if I had copied all files and I have the same data in both dbs (just changing domain name), how is it possible that old site and new site are working different. That’s pretty astonishing for me.