Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tareq Hasan

    (@tareq1988)

    I haven’t check with multisite, guess I’ve to check it.

    Hi,

    same problem using multisite …

    Parse error: syntax error, unexpected end of file in /var/www/wordpress.localhost/wp-content/plugins/wedevs-project-manager/views/project/single.php on line 33

    a) I can see the initial view.
    b) After the project creation I get the “Parse error” above.
    c) Then, If I return to the initial view, the project is there, but if I try open the project, I get the same “Parse error”.

    How do you process your views ?
    I will try to debug.

    If I remove the code below in wedevs-project-manager/views/project/single.php, then I can see the project view …

    if ( $activities ) {
            foreach ($activities as $activity) {
                ?>
                <li>
                    <?php echo do_shortcode( $activity->comment_content ); ?> <span class="date">- <?php echo cpm_get_date( $activity->comment_date, true ); ?></span>
                </li>
                <?
            }
        }

    Hi,

    just replace the ‘<?’ for ‘<?php’ in line 29 of /views/project/single.php

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Project Page Admin Blank’ is closed to new replies.