Forum Replies Created
-
AuthorPosts
-
November 19, 2012 at 1:08 pm in reply to: Problem Displaying The ShortCode Form Within Post/Page Editor #51536yasserbSpectator
After checking my theme with WP Theme Check this was the result. I am not a php savy so I would appreciate if you could tell me what to tell to the theme developers they should fix so the WP eStore works properly thanks…
Running 18487 tests against Newline Premium Business WordPress Theme using Guidelines Version: 20120823 Plugin revision:
One or more errors were found for Newline Premium Business WordPress Theme.
WARNING: Found base64_decode in the file option-tree/classes/class.admin.php. base64_decode() is not allowed.
Line 257: $new_options = unserialize( base64_decode( $rawdata ) );
Line 271: $new_layouts = unserialize( base64_decode( $rawdata ) );
Line 1129: $new_options = unserialize( base64_decode( $string ) );
Line 1336: $new_options = unserialize( base64_decode( $options_layouts[$id] ) );
Line 1397: $new_options = unserialize( base64_decode( $string ) );
WARNING: Found base64_decode in the file functions/thumb.php. base64_decode() is not allowed.
Line 221: $imgData =
WARNING: Both DOS and UNIX style line endings were found in the file functions/cache/timthumb_int_1c4a7f003d29f22d03bb51b50aff0135.timthumb.txt. This causes a problem with SVN repositories and must be corrected before the theme can be accepted. Please change the file to use only one style of line endings.
WARNING: readfile was found in the file functions/thumb.php possible file operations.
Line 1226: $bytes = @readfile($file);
WARNING: fwrite was found in the file option-tree/functions/functions.php possible file operations.
Line 348: fwrite( $f, ‘{$markerline}n’ );
Line 350: fwrite( $f, ‘{$markerline}’ );
Line 354: fwrite( $f, ‘/* BEGIN {$marker} */n’ );
Line 355: fwrite( $f, ‘{$insertion}n’ );
Line 356: fwrite( $f, ‘/* END {$marker} */n’ );
Line 364: fwrite( $f, ‘nn/* BEGIN {$marker} */n’ );
Line 365: fwrite( $f, ‘{$insertion}n’ );
Line 366: fwrite( $f, ‘/* END {$marker} */n’ );
WARNING: fwrite was found in the file functions/thumb.php possible file operations.
Line 1006: fwrite(self::$curlFH, $d);
WARNING: fread was found in the file functions/thumb.php possible file operations.
Line 1023: $imgType = fread($fp, 3);
WARNING: fopen was found in the file option-tree/functions/functions.php possible file operations.
Line 332: if ( !$f = @fopen( $filepath, ‘w’ ) )
WARNING: fopen was found in the file functions/thumb.php possible file operations.
Line 796: $fp = fopen($tempfile,’r’,0,$context);
Line 803: $fh = fopen($lockFile, ‘w’);
Line 1020: $fp = fopen($this->cachefile, ‘rb’);
Line 1163: self::$curlFH = fopen($tempfile, ‘w’);
WARNING: file_put_contents was found in the file functions/thumb.php possible file operations.
[redacted the rest of the errors]
-
AuthorPosts