• I have my wp-config.php correct and I went to run the install.php file, and I got the following:

    Parse error: syntax error, unexpected T_STRING in /home/a8362472/public_html/wordpress/wp-includes/cache.php on line 409

    I have not made any changes in cache.php, so I don’t know what is going on.

Viewing 2 replies - 1 through 2 (of 2 total)
  • That usually means that some of the WordPress files are missing or some did not transfer correctly. Try re-uploading the core files and make sure to use ASCII file transfer mode when you ftp.

    Thread Starter jmebright

    (@jmebright)

    I can not control the transfer mode, it is automatic, but I did re-upload all of the files. I still received the same error. This is what the cache.php file says around line 409. Anything look wrong?

    398 function stats() {
    399 echo “<p>”;
    400 echo “Cache Hits:
    {$this->cache_hits}
    “;
    401 echo “Cache Misses:
    {$this->cache_misses}
    “;
    402 echo “</p>”;
    403
    404 foreach ($this->cache as $group => $cache) {
    405 echo “<p>”;
    406 echo “Group: $group
    “;
    407 echo “Cache:“;
    408 echo “

    ";
    409			print_col automaticall {$
    410		return $thi hits, and cache mislt';

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘syntax error, unexpected T_STRING’ is closed to new replies.