• I need some assistance getting to my dashboard. I am using the professional version 1.1, and I know the theme is outdated but it has been working good until now.

    When logging in via wordpress i receive an error .

    Parse error: syntax error, unexpected ”<p cl’ (T_ENCAPSED_AND_WHITESPACE) in /home1/ttcic/public_html/wp-admin/includes/dashboard.php on line 503

    This isnt affecting my website’s frontend but it is affecting how I manage my content thru the backend/dashboard.
    I have viewed the the dashboard.php file and have seen where the error stems from

    echo ‘<div class=”drafts”>’;
    if ( count( $drafts ) > 3 ) {
    echo ‘<p cl

    Can any one assist with the coding?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you just added a new plugin or anything out of date?

    Thread Starter chamIT

    (@chamit)

    No i have not, about a month ago all my pluggins vanished. That was definitely the first time i ever experienced such.
    When i logged in from my cpanel I saw all the files were still in the pluggins folder.
    After some research on wordpress site I found the solution and ended up reloaded the pluggins from filezilla client and everything was working perfectly until now

    I do not know if this is related in any way.

    Have you tried:
    -deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
    -switching to the default theme to rule out any theme-specific problems.

    Thread Starter chamIT

    (@chamit)

    I do believe it is a theme related issue as the code “line 503” relates to a function that isnt working properly. This function is somehow messing up the dashboard view.

    Parse error: syntax error, unexpected ”<p cl’ (T_ENCAPSED_AND_WHITESPACE) in /home1/ttcic/public_html/wp-admin/includes/dashboard.php on line 503

    This is the actual line of coding from .php file where problem exist. echo function isnt closed.Just starts as an IF statement

    echo ‘<div class=”drafts”>’;
    if ( count( $drafts ) > 3 ) {
    echo ‘<p cl

    The problem with deactivating to the default theme is how do i re activate my new theme if the coding is broken?
    I would still encounter problems as the dashboard.php code is damaged/missing coding.

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

The topic ‘Trouble with dashboard’ is closed to new replies.