uttrichp
Forum Replies Created
-
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Geo Trageting not WorkingCan be maked as solved – PEBCAK error 😉
It seams like the plugininstaller will not download or install the GeoLite2-Country.mmdb file, if there are no propper rights during the plugin installation.
Just got to your “/wp-content/uploads/amazon-associates-link-builder/” folder and dwonload the GeoLite2 file from his original location:
wget http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz
Unpack it, change user and group to the one of your webserver, give propper rights
and it wwoks, at least in my case.
- This reply was modified 8 years, 3 months ago by uttrichp.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Error 404Thank you – it’s working now.
Would be nice if this where mentioned on the FAQ or Install Tab within wordpress 😉Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Error 404Hi VaLeXaR, thanks for replying. The standard .htaccess from wordpress is in WP root dir and no permalink structure is set up.
Thanks for your help, problem is solved.
I just had to remove the old, original Re-Write Rules in .htaccess *ShameOnMe*
ciao
PatrickThanks fort your your Help Andrea_r.
You can chose the first post (Test-Post) on http://german.iphoneeu.net/
This is a new uploaded jpeg-file. The file is correctly stored under “wp-content/blogs.dir/files/2011/02/beautiful_eyes_sephia_klein.jpg ” and it has also the propper rights.
There is also the same situation for all other Article pictures.
The English version of the Blog “http://www.phoneeu.net/” runs fine (same Template, same Wp-Installation, same ispcp v-user)
The .htaccess is the original one from wp:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L]