Browscap Install error on 4.5
-
Hello,
i have php 5.6 and i got ” you need php 5.3 for browscap etc etc ”
There is a typo error on browscap/browser.php
line 48 is
if ( version_compare( PHP_VERSION, ‘5.3’, ‘>=’ ) ) {
return array( 4, __( ‘This library requires at least PHP 5.3. Please ask your service provider to upgrade your server accordingly.’, ‘wp-slimstat’ ) );
}But must be
if ( version_compare( PHP_VERSION, ‘5.3’, ‘<=’ ) ) {Regards
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Browscap Install error on 4.5’ is closed to new replies.