Codeblock Code Appearing on It's Own

Always appreciate your time, The following code appears every few days, I erase it and it appears again. Don't think it a bug on your end. Any ideas. The code is a:3:{i:1;s:0:"";i:2;s:0:"";i:3;s:0:"";}

It appears in the image codeblocks and the alblum codeblocks.

Latest version and a trunk upload from a few days ago. This has been happening for months.

Comments

  • What do you mean "erase it"? Where do you see it? On the theme page or on the admin pages? That might be a clue. What this most likely is is the actual database storage of the image/album's codeblock. Normally `getCodeblock()` would properly extract the actual content of the specific codeblock.
  • My appologies for not being clear. I am better photographer than a writer.

    After the site was hacked I'm a little spooked by everything. I was examining the MySQL database directly through phpMyAdmin. The fields have a null value and then they change to the notation above. They used to appear in the admin panel now they just appear in the database viewed through phpMyAdmin.

    After your question it dawned on me that it might just be the program itself and not hackers so I actually added data to the codeblock and it was imbeded then in the code. Again my appologies for taking your valuable time.
  • Yes. That string represents an empty set of the three codeblocks. It is what one would expect to be in the database if the image/album was updated on the back end tabs.
  • Thank you again, kind of you to confirm.
Sign In or Register to comment.