• This error is giving me such a huge headache, i’ve been looking at the php files and don’t see any doubles?

    Fatal error: Cannot redeclare rt_save_thumbnail() (previously declared in /home/content/a/p/p/appsasia/html/wp-content/themes/RawApps_Theme/functions.php:126) in /home/content/a/p/p/appsasia/html/wp-content/themes/RawApps_Theme/includes/functions.php on line 149

    So what I did was I looked at line 126 on functions.php for that theme, and I see function rt_save_thumbnail($post_id, $post) {

    then I looked at the functions.php in the Includes folder for that theme, and I get this huge mess of code?

    <?php
    eval(base64_decode(“aWYoISRmb290ZXIpCnsKZWNobyAiPHAgc3R5bGU9J2NvbG9yOnJlZDsgZm9udC1zaXplOjE2cHg7IGZvbnQtd2VpZ2h0OmJvbGQ7IHRleHQtYWxpZ246Y2VudGVyJz5UaGFuayB5b3UgZm9yIGRvd25sb2FkaW5nIHRoZQpNb2JpbGUgQXBwIFRoZW1lIGZyb20gUmF3QXBwcy5jb20gZGVzaWduZWQgaW4gYXNzb2NpYXRpb24gd2l0aCBSYXdBcHB2aWNlLmNvbS4KPGJyIC8+PGJyIC8+ClRoaXMgdGhlbWUgaXMgZnJlZSB0byB1c2UgZm9yIGNvbW1lcmNpYWwgYW5kIHBlcnNvbmFsIHByb2plY3RzLiBUaGUgY3VycmVudCBsaWNlbnNlIGZvciB0aGlzIHZlcnNpb24gZG9lcyBub3QgYWxsb3cgY2hhbmdlcyB0bwp0aGUgZm9vdGVyLiBJZiB5b3Ugd291bGQgbGlrZSB0byBjdXN0b21pemUgeW91ciBmb290ZXIgdmlzaXQgb3VyIHByZW1pdW0gdGhlbWUgY2F0YWxvZyBhdCA8YQpocmVmPSdodHRwOi8vcmF3YXBwdmljZS5jb20nPlJhd0FwcHZpY2UuY29tPC9hPi48L3A+IjsKfQ==”));
    ?>

    Does anybody have any tips on how to fix this error?

Viewing 3 replies - 1 through 3 (of 3 total)
  • the obfuscated CRAP code translates to

    <?php if(!$footer) {
      echo "<p style='color:red; font-size:16px; font-weight:bold; text-align:center'>Thank you for downloading the
    Mobile App Theme from RawApps.com designed in association with RawAppvice.com.
    <br /><br />
    This theme is free to use for commercial and personal projects. The current license for this version does not allow changes to
    the footer. If you would like to customize your footer visit our premium theme catalog at <a
    href='http://rawappvice.com'>RawAppvice.com</a>.</p>";
    }?>

    as you can see, it is a function to keep you from editing the footer

    Thread Starter wwallace1

    (@wwallace1)

    man that is crazy, all those numbers and letters translated into that!!

    wow 0.0!

    But looking at the code, I don’t see function rt_save_thumbnail($post_id, $post) { in it, but for some reason i still get this Fatal error: Cannot redeclare rt_save_thumbnail error?

    Any ideas on how to fix it? i’ve been reading other threads and people have said that this error is because it has already been coded it then somewhere else it is just being repeated?

    Thread Starter wwallace1

    (@wwallace1)

    omg i just replaced that jumbled mess with the code you posted, and now the footer of the page is really ugly with the red bold notice

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal error: Cannot redeclare Error!’ is closed to new replies.