Florian Schommertz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] WordPress Address vs Site AddressHi Emre,
The »normal« information regarding this:
https://codex.ww.wp.xz.cn/Giving_WordPress_Its_Own_DirectoryI might be pushing it to hard because I like them in separate directories (not only one level deeper as it is explained in the link above) and on a subdomain.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] WordPress Address vs Site AddressIn my example I use:
WordPress Address
https://admin.domain.com/
Server /srv/adminarea/.htaccess
(this one is altered – but never used from frontend)Site Address
https://www.domain.com/
Server /srv/frontend/.htaccessOn Server:
.htaccess is in the physical folder of the “admin” WordPress – which is »default«But the frontend shows another folder’s content which has it’s own .htaccess.
It works when I paste the contents of the .htaccess that your Plugin alters – and put it at the Site Addresses Folder – »right« location.It’s a common setup for PWAs that use parts of the wordpress installation for caching/globals variables etc, the plugin must find the “site addresse’s” htaccess path.
Forum: Plugins
In reply to: [eCards Lite] nothing seems to workHope @frannny checks it as well 😀
Forum: Plugins
In reply to: [eCards Lite] nothing seems to workAll is fine 😀 Thank you. – Sorry but I hadn’t switched on notifications.
Looked for the “accept terms and conditions” but it’s not done yet; isn’t it?
Forum: Plugins
In reply to: [eCards Lite] nothing seems to workThe “headers already sent” issue happens on:
shared hosting by strato.de
With any PHP Version 5.3;5.4;5.5;5.6And on default current “MAMP” setting on mac.
On CGI PHP on All Inkl ProviderIt prevents a successful login on 3 different hosters.
When I open the functions.php it says in Coda on a Mac:
“The file has mixed line endings. Do you want to convert all line endings to CR, the most common line ending in the file?
Other applications may not be able to read the file if you don’t convert all line endings to the same line ending.”I click “convert to CR”
And I end up having:
“?>
“
At the end of file. It’s possibly an error with any Cookie/Headers that are added in newer Version of WP. A successful Cookie “handshake” or whatever you call it can’t happen when that last “return” is send after the “?>”.So it shouldn’t be a big deal. Just get rid of the “Return”.
Kind regards
Forum: Plugins
In reply to: [eCards Lite] nothing seems to workPlugin seems to work nice when you delete the “?>” in line 141 of “functions.php”
Otherwise
Keep PHP open and delete all chars after ?>Forum: Plugins
In reply to: [eCards Lite] nothing seems to workHi Ciprian,
I have the same errormessage. With several additional issues. For instance – I can’t log in anymore when the plugin is available. Wich is a headers already sent issue somehow on some specific server configurations.
Question is:
What about the pro version – does it also have the issue?