-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom tags not working on windows server #44
Comments
@joeck - check out my fork which includes this fix along with many other fixes and new features: https://github.com/adrianbj/MarkupSEO/tree/various-fixes-enhancements |
@adrianbj thank you for linking your fork. Do you have documentation of the new features and fixes? And did you already perform some tests and use it productively? |
Sorry, the only documentation is what you can garner from my commit logs. I don't have time to commit to supporting it, but given that Nico is no longer working on this version at all, I figure it's still a better option. My fork is being used on a large / high volume. high profile destination marketing site with no problems. Perhaps you might also consider @wanze 's new module: https://github.com/wanze/SeoMaestro |
No need to be sorry, I really appreciate the work you did on your fork. I was just curious and would have wanted to take a look if there is documentation. I did have a look at SeoMaestro but since all the data from the MarkupSEO module is already in the database, I really don't want to fill in all the data again for SeoMaestro. Thanks for the link though! |
Custom tags are not working on a windows server (IIS).
Specifically, the command
PHP_EOL
is not working on line 426 in MarkupSEO.module:I changed the delimiter from
PHP_EOL
to\n
and it is now working.Working code:
I didn't test this on other systems but apparently there are common issues with
PHP_EOL
source: https://stackoverflow.com/questions/5508454/how-to-resolve-php-php-eol-issue
The text was updated successfully, but these errors were encountered: