magenbrot
Forum Replies Created
-
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Settings export/importI think I’ll take the database version ?? thanks for the info!
Forum: Themes and Templates
In reply to: [Responsive] “Cannot modify header information” error in 2.7Hi @cyberchimps, no problem, thank you for this great theme!
Forum: Themes and Templates
In reply to: [Responsive] “Cannot modify header information” error in 2.7had the same problem, but my functions-admin.php looks somewhat different than yours, @liquidsunshine. I just installed v2.7.1
In line 108-110 there are tags for ending end beginning a php-codeblock. So at least one blank line would have been printed. After removing them it worked again.
before:
* end of each line for what each argument will be. */ ?> <?php $style = 'display: inline-block;z-index: 26;margin: 1px 0 0 5px;padding: 0 6px;border-radius: 10px; color: #fff;background-color: #d54e21;font-size: 9px;line-height: 17px;vertical-align: top;';
after:
* end of each line for what each argument will be. */ $style = 'display: inline-block;z-index: 26;margin: 1px 0 0 5px;padding: 0 6px;border-radius: 10px; color: #fff;background-color: #d54e21;font-size: 9px;line-height: 17px;vertical-align: top;';
- This reply was modified 7 years, 5 months ago by magenbrot.
Forum: Plugins
In reply to: [AdSense Speed Sense] unable to save settings on https enabled sitethanks! and I just made my 5 star rating!
Forum: Plugins
In reply to: [Advanced Category Excluder] Error with PHP 7.0to fix this replace the following lines in wp-content/plugins/advanced-category-excluder/advanced-category-excluder.php
replace in line 128:
$sql_version = substr (mysql_get_server_info (), 0,3);
with this:
$sql_version = '5.6';
replace in line 367:
$cats = split(',',get_option("ace_categories_norobots"));
with:
$cats = explode(',',get_option("ace_categories_norobots"));
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Limited Site ListI’ve removed the “LIMIT” parameter from the query in domain_mapping.php in line 192. Now all entries are shown.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Limited Site Listsame problem here ?? *subscribe*
Forum: Themes and Templates
In reply to: [Parament] German translationuh, didn’t know about that. would have saved some time ?? But I’ve added the last 3%.
gdegarnham,
you could setup a reverse proxy in apache or nginx to do load content from your blog into a “subfolder” of your main site.
ie. something like that:
a2enmod proxy_http proxy_html
in the virtualhost config of mysite.com:
ProxyPreserveHost On
ProxyPass /blog https://blog.mysite.com:80/
ProxyPassReverse /blog https://blog.mysite.com:80/Forum: Plugins
In reply to: [Nginx Helper] Problem with Domain Mapping and this pluginthank you for the quick response ?? everything is fine now!
kind regards
OliverForum: Plugins
In reply to: [Nginx Helper] Problem with Domain Mapping and this pluginnginx cares about the double entries ??
nginx: [emerg] conflicting parameter “www.firepics.eu” in /var/www/clients/client1/web38/web/wp-content/plugins/nginx-helper/map.conf:15
Forum: Plugins
In reply to: [Nginx Helper] Problem with Domain Mapping and this pluginlooks better now. but somehow there are double entries for domains:
https://pastebin.com/6BiCQ9yqie. https://www.blutraben.net or pix.magenbrot.net
I’ve checked with wp_domain_mapping table, everything ok there.
kind regards
OliverForum: Plugins
In reply to: [Nginx Helper] Problem with Domain Mapping and this pluginsorry, sarcasm was not intended ??
with 1.6.1 it look like this:
https://pastebin.com/MUsj43PJForum: Plugins
In reply to: [Nginx Helper] Problem with Domain Mapping and this pluginHi!
thanks for your efforts! I just updated to 1.6, now I have this in map.conf:
w w;
2 2;Forum: Plugins
In reply to: [Nginx Helper] Problem with Domain Mapping and this pluginthis is the domain-mapping page of MU Domain Mapping:
https://up.11einself.de/files/eefc7bfe8fd6e2c8c01a616462.png
there is always one primary domain www.* with the domain itself mapped on the same id.