mmurasko (@mmurasko)

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • In reply to: Syntax error

    @mmurasko

    Member

    I copied it from code editor if I copied it right from edit, it wouldn’t have numbers in it. I just wanted to see how far to go down when I copied it for you all to look at.

    I’m using WP 3

    In reply to: Syntax error

    @mmurasko

    Member

    Here is the code:

    1 <?php

    2 /**

    3 * WordPress DB Class

    4 *

    5 * Original code from {@link http://php.justinvincent.com Justin Vincent (justin@visunet.ie)}

    6 *

    7 * @package WordPress

    8 * @subpackage Database

    9 * @since 0.71

    10 */

    11

    12 /**

    13 * @since 0.71

    14 */

    15 define( ‘EZSQL_VERSION’, ‘WP1.25’ );

    16

    17 /**

    18 * @since 0.71

    19 */

    20 define( ‘OBJECT’, ‘OBJECT’, true );

    @mmurasko

    Member

    i did download a fresh copy of wp but it is still not correcting the error.

    what else can I do I can’t even get to my admin panel to do anything?

Viewing 3 replies - 1 through 3 (of 3 total)