n_leonard
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Blank Page?Now I’m still getting a blank screen with no errors in my hosting error log?
Forum: Installing WordPress
In reply to: Blank Page?Wow I’m lost
Forum: Installing WordPress
In reply to: Blank Page?[Tue Nov 25 21:05:56 2008] [error] [client abc.xyz.212.146] PHP Fatal error: Call to undefined function wp() in /home/nickleo/public_html/wp-blog-header.php on line 14
Forum: Installing WordPress
In reply to: Blank Page?Yes I have not finding anything helpful
Forum: Installing WordPress
In reply to: Installation ErrorYeah I’m transfering all files in ASCII mode and using Notepad to edit wp-config.php
Now with the 2.6.5 I’m getting
Warning: Unterminated comment starting line 2 in /home/nickleo/public_html/wp-load.php on line 2Warning: require_once(ABSPATHwp-admin/includes/admin.php) [function.require-once]: failed to open stream: No such file or directory in /home/nickleo/public_html/wp-admin/includes/upgrade.php on line 5
Fatal error: require_once() [function.require]: Failed opening required ‘ABSPATHwp-admin/includes/admin.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/nickleo/public_html/wp-admin/includes/upgrade.php on line 5
Forum: Installing WordPress
In reply to: Installation ErrorWarning: Unterminated comment starting line 11 in /home/nickleo/public_html/wp-includes/class.wp-scripts.php on line 11
Parse error: syntax error, unexpected $end, expecting T_FUNCTION in /home/nickleo/public_html/wp-includes/class.wp-scripts.php on line 11
Forum: Installing WordPress
In reply to: Installation Errorapplication/x-httpd-php install.php
PHP script text<?php
define(‘WP_INSTALLING’, true);require_once(‘../wp-load.php’);
require_once(‘./includes/upgrade.php’);if (isset($_GET[‘step’]))
$step = $_GET[‘step’];
else
$step = 0;
function display_header(){
header( ‘Content-Type: text/html; charset=utf-8’ );
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head>
<meta http-equiv=”Content-Type” content=”textForum: Installing WordPress
In reply to: Installation ErrorNow I’m getting
Parse error: syntax error, unexpected $end in /home/nickleo/public_html/wp-admin/install.php on line 17