Plugin Directory

Changeset 921285


Ignore:
Timestamp:
05/26/2014 08:22:09 PM (12 years ago)
Author:
darkwhispering
Message:

updated FAQ in readme file

Location:
advanced-browser-check
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-browser-check/tags/3.0.1/readme.txt

    r921283 r921285  
    3535
    3636== Frequently Asked Questions ==
     37
     38= I have a PHP error =
     39If you see an PHP error looking like this
     40
     41*Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /path/to/public_html/wp-content/plugins/advanced-browser-check/core.php on line 5*
     42
     43That means you have a PHP version below 5.3. The plugin uses PHP Namespaces and PHP 5.3 is required as minimum. Please contact your hosting company and let then know you need PHP upgraded.
    3744
    3845= There is nothing! No overlay, no popup =
  • advanced-browser-check/trunk/readme.txt

    r921283 r921285  
    3535
    3636== Frequently Asked Questions ==
     37
     38= I have a PHP error =
     39If you see an PHP error looking like this
     40
     41*Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /path/to/public_html/wp-content/plugins/advanced-browser-check/core.php on line 5*
     42
     43That means you have a PHP version below 5.3. The plugin uses PHP Namespaces and PHP 5.3 is required as minimum. Please contact your hosting company and let then know you need PHP upgraded.
    3744
    3845= There is nothing! No overlay, no popup =
Note: See TracChangeset for help on using the changeset viewer.