Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Bump! Got the same error, someone has a workaroud for it?

    Thread Starter pj0tr

    (@pj0tr)

    Oké, i found something what seems to work. This is the code what must placed on the top of index.php, single.php or any page what you want to be tracked by BBclone.
    code
    <?php
    define("_BBC_PAGE_NAME", get_bloginfo("name") . wp_title("/", false));
    define("_BBCLONE_DIR", "./bbclone/");
    define("COUNTER", _BBCLONE_DIR."mark_page.php");
    if (is_readable(COUNTER)) include_once(COUNTER);
    ?>

    BBCLONE_DIR is variable!

    Forum: Fixing WordPress
    In reply to: Uploading images?

    Nobody?

    Forum: Fixing WordPress
    In reply to: Uploading images?

    I’ve got the same problem. If i choose for just uploading every file to ‘wp-content/uploads/’ (not archiving it, it gives me a error like this:

    ‘Warning: imagejpeg(): Unable to access /usr/local/psa/home/vhosts/tosti-ijzer.nl/httpdocs/wordpress/wp-content/uploads/52572526.voorbeeld.jpg in /usr/local/psa/home/vhosts/tosti-ijzer.nl/httpdocs/wordpress/wp-admin/admin-functions.php on line 771

    Warning: imagejpeg(): Invalid filename ‘/usr/local/psa/home/vhosts/tosti-ijzer.nl/httpdocs/wordpress/wp-content/uploads/52572526.voorbeeld.jpg’ in /usr/local/psa/home/vhosts/tosti-ijzer.nl/httpdocs/wordpress/wp-admin/admin-functions.php on line 771

    Warning: Cannot modify header information – headers already sent by (output started at /usr/local/psa/home/vhosts/tosti-ijzer.nl/httpdocs/wordpress/wp-admin/admin-functions.php:771) in /usr/local/psa/home/vhosts/tosti-ijzer.nl/httpdocs/wordpress/wp-admin/inline-uploading.php on line 101′

    The thumbnail will not create, what do i have to do!? Help!

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