Results 1 to 4 of 4

Thread: Smarty String on Top of every page

  1. #1
    Join Date
    Jul 2007
    Posts
    2

    Default Smarty String on Top of every page

    I have deployed the VSHARE as per given instructions. All goes well except on the top of every page I get following string.

    marty)) { STemplate::create(); } return $Smarty->get_template_vars(); } } ?>ext' // so we have to check whether binary... case 'IMAGE': case 'LONGBLOB': case 'BLOB': case 'MEDIUMBLOB': return !empty($fieldobj->binary) ? 'B' : 'X'; case 'YEAR': case 'DATE': return 'D'; case 'TIME': case 'DATETIME': case 'TIMESTAMP': return 'T'; case 'INT': case 'INTEGER': case 'BIGINT': case 'TINYINT': case 'MEDIUMINT': case 'SMALLINT': if (!empty($fieldobj->primary_key)) return 'R'; else return 'I'; default: return 'N'; } } } } ?>

    Please help me eliminate this string.

    Regards,

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    It seems some files are corrupted. Try re uploading every files in binary mode. Recently i have seen similar problem on a site, it was fixed by re uploading the files in BINARY mode.

    What FTP client software you use ?

  3. #3
    Join Date
    Jul 2007
    Posts
    2

    Default

    I am using FILEZILLA.

    Do you think i try some other client?

    Regards,

  4. #4
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    No, I use filezilla also, never had a problem. Just make sure to re-upload in BINARY and see what happens. If you still get same error, it's possible the file you downloaded got corrupted, see if you can get a fresh copy from admin if that's the case.
    If it's not fun, stop doing it!

Similar Threads

  1. search string empty
    By eorozco in forum Fixed Bugs
    Replies: 3
    Last Post: 01-07-2010, 05:48 AM
  2. Need Help With Smarty Conditionals
    By scwebmaster in forum General Discussions
    Replies: 0
    Last Post: 07-02-2008, 10:57 PM
  3. header.tpl vs Smarty!!!
    By Meghwar in forum Template Modifications
    Replies: 4
    Last Post: 04-11-2008, 10:18 AM
  4. Fatal Error about Smarty
    By brsonrr in forum Installation Support
    Replies: 1
    Last Post: 02-20-2008, 04:28 AM
  5. Smarty error: Code
    By CVS in forum Installation Support
    Replies: 2
    Last Post: 06-01-2007, 10:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •