We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please dev, don't assume
short_open_tag=On in php.ini
short_open_tag=On
I had to spend several hours trying to find the issue, recieving Fatal error: Class 'PHPWee\Minify' not found
Fatal error: Class 'PHPWee\Minify' not found
In phpwee.php the php open tag is <?, it should be <?php like the other files.
phpwee.php
<?
<?php
Ref: http://stackoverflow.com/questions/8490667/php-class-not-found-but-its-included#answer-21016970
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please dev, don't assume
short_open_tag=On
in php.iniI had to spend several hours trying to find the issue, recieving
Fatal error: Class 'PHPWee\Minify' not found
In
phpwee.php
the php open tag is<?
, it should be<?php
like the other files.Ref: http://stackoverflow.com/questions/8490667/php-class-not-found-but-its-included#answer-21016970
The text was updated successfully, but these errors were encountered: