jimbolaya
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Howto NOT add link for images in WordPress App (iOS)?somewhow my above posting was transformed into a link because I wrote:
…the app always adds an
<a href
ok, found the solution: I had to initiate the free upgrade to full version manually. It’s shown in this video tutorial:
Now I’ve got – amongst other options – the desired option “Flags (with CSS)”. But it does not show any flags at all. just nothingness..
I can only use the option “Flags”.
Can anyone provide any hints how to get “Flags (with CSS)” to work properly? Where can I start debugging?
Hi Ofer,
since I upgraded to 0.9.5 (0.8.5 didnt work anymore) I cannot select the “Flags Style” in the transposh widget (only “Default” can be chosen).
I have set “Alow upgrade to full version” but it still does not show any option to show the flags.
How can I get the flags back?
Regards, Jan
Forum: Fixing WordPress
In reply to: Plugin Search in WP Backend doesnt work anymorefixed it.
I deactivated all plugins and then step by step reactivated them. The plugin “Awesome Flickr Gallery” seemed to be buggy because it caused the above described error. I downgraded the plugin from version 3.5 to 3.3.5 and now all works fine again.. that’s how it seems ??
Forum: Fixing WordPress
In reply to: Plugin Search in WP Backend doesnt work anymorebump… can anyone provide any hints please?
My plugins are becoming out of date, because the wordpress plugin search is not longer able to connect to the plugin directory. So I no longer receive notifications in the backend if a plugin is out of date. My other installations on the same webspace do not have this problem. Where should I start debugging? Any help is highly appreciated!
Forum: Fixing WordPress
In reply to: Plugin Search in WP Backend doesnt work anymorebump… anyone?
Forum: Fixing WordPress
In reply to: Plugin Search in WP Backend doesnt work anymorethanks!
I chmodded all files and folders accordingly via FileZilla.
Unfortunately the 600 for wp-config.php resultet in the following error:
“Warning: require_once(/www/htdocs/XXXX/wp-config.php) [function.require-once]: failed to open stream: Permission denied in /www/htdocs/XXXX/wp-load.php on line 29
Fatal error: require_once() [function.require]: Failed opening required ‘/www/htdocs/XXXX/wp-config.php’ (include_path=’.:/usr/share/php:..’) in /www/htdocs/XXXX/wp-load.php on line 29″
Therefore I used 644 for wp-config.php as well.
Unfortunately the plugin search still does not work anymore ??
Then I used 777 for all files and folders just to make sure it’s not a permission problem. Even with 777 the plugin search didnt work. So I went back to 644 and 755.
What else could be the problem? Where should I start debuging?
Rgds, Jan
hmm.. I found a workaround, which isn’t the best but now it works:
I removed my FB account from the SNAP plugin and installed the Plugin “Facebook Auto Publish”. Now I publish to Twitter via SNAP plugin and to FB via FB AUto PUblish..
If anyone has a hint on how to fix SNAP for FB.. please let me know..
Forum: Fixing WordPress
In reply to: Plugin Search in WP Backend doesnt work anymoreI think the error might have been due to wrong file permissions.
I have recently restored a whole filesystem backup via FTP – and I think this might mess up the file permissions.
Should I just chmod 777 recursively with my FTP-Client or would that be the wrong way?
which file permissions on which folder are required to make the plugin search work again?
ok, fixed it..
I added the following line to the .htaccess file in the wp root folder:
php_value memory_limit 1024M
argh.. I just switched the Theme and then the error doesn’t occur anymore :-/
I love my theme “Adventure Journal” and I don’t want to change to another theme.. can anyone provide a hint in which php-files I should look for which source code to fix this bug?
hi… I just deactivated ALL plugins except transposh, but the error still occured (I tried different languages). The error only occurs, if I call the homepage with a country code appended. Translation of single posts work fine.
Therefore the problem seems to be due to transposh.
I’m still using version 0.9.3 because in 0.9.5 there were no flags to choose from. Or is there a tutorial to get the flags back in 0.9.5? then I would upgrade to 0.9.5
Is it possible in 0.9.3 to set a debug flag (like in 0.9.5) so that the debug output might return something usefull?
Regards, Jan
Hi,
I’m using WP 3.4.2 and SNAP version 3.3.7
In the WP admin panel there was no option to upgrade the plugin.
Hence, I deactivated it. Removed the files, uploaded version 3.3.9 via FTP and activatd it through the admin panel.Then I removed my FB account from SNAP and deleted my SNAP App on Facebook via https://www.facebook.com/settings?tab=applications
Now I re-setup my FB account and authorized it (being redirected to FB, clicking yes etc.)
When I try to submit a test post the error message is still the same:
Array
(
[pgID] =>
[isPosted] => 0
[pDate] => 2014-07-09 18:06:58
[Error] => An access token is required to request this resource.
)
Array ( [pgID] => [isPosted] => 0 [pDate] => 2014-07-09 18:06:58 [Error] => An access token is required to request this resource. )Can you please provide any further hints?
The website I’m talking about is https://www.100-countries.com
Regards, Jan
P.S. Due to other restrictions I CANNOT upgrade my wordpress version.
Forum: Plugins
In reply to: [Awesome Flickr Gallery] Awesome Flickr Gallery Error – SSL is requiredFixed it. Just added “curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);” in /wp-content/plugins/awesome-flickr-gallery-plugin/afgFlickr/afgFlickr.php in line 218!
Fixed it.
Just added “curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);” in /wp-content/plugins/awesome-flickr-gallery-plugin/afgFlickr/afgFlickr.php in line 218!