• hello.
    Anyone got wordpress to work with CJultra.
    I tried to include it like it says in the readme.

    added this to header.php in the template dir
    <?php
    $cju_dr = getcwd();
    chdir($cju_dr . “/../cjultra”);
    include(“in.php”);
    chdir($cju_dr);
    ?>
    But when I use this I get mysql connection errors 🙁

  • The topic ‘CJultra help’ is closed to new replies.