hcb
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Change mail content according to Radio in formBtw.: I have this conditional fields:
show [LLHunsrueck] if [Lizenzlehrgang] equals “Lizenzlehrgang Hunsrück”
show [LLPferdsfeld] if [Lizenzlehrgang] equals “Lizenzlehrgang Pferdsfeld”I tried this:
[Lizenzlehrgang Hunsrueck]
[group LLHunsrueck]
[/Lizenzlehrgang Hunsrueck][Lizenzlehrgang Pferdsfeld]
[group LLPferdsfeld]
[/Lizenzlehrgang Pferdsfeld]Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Error establishing a database connectionThank you very much for this hint!
My problem is now fixed!🙂 🙂 🙂
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Media upload dont workThat might be. But on Debian, if you have a look to the apache error.log, exactly this folder is missing. So you will never see the WP on the second domain.
After
“cp -R firstdomain.tld seconddomain.tld”
and a
“chmod -R 777 secconddomain.tld/upload && chown -R www-data:www-data secconddomain.tld”
it works, after adding the complete path (mentioned above) in the “seconddomain – Sites – Settings” document.
After a “
service apache2 restart
” everythings works well (I’ve just reloaded till then).
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Media upload dont workReopend …
Works perfectly in 80%. The other 20 % result in non usable files.
The images have no “preview”, and won’t work at full image.Even a (for testing) “chmod -R 777 /srv/www/wp-content/secondary.tld/uploads” didn’t fixed the problem.
Now I’m out of ideas.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Media upload dont workSolved: On Debian Wheezy in “Sites”:
Upload Path /srv/www/wp-content/secondary.tld/uploads/
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] 2 WPs with 2 TLDs on one IP (vhosts) possible?Closed, works.