Hi Kriesi
After uploading CUBIT I get the following......
Installing Theme from uploaded file: cubit-6-in-1-business-portfolio-theme.zip
Unpacking the package…
Installing the theme…
Theme installed successfully.
Warning: fopen(/home/gasballoon/gasballoon.com/antiki/wp-content/themes/cubit-6-in-1-business-portfolio-theme/style.css) [function.fopen]: failed to open stream: No such file or directory in /home/gasballoon/gasballoon.com/antiki/wp-includes/functions.php on line 4165
Warning: fread(): supplied argument is not a valid stream resource in /home/gasballoon/gasballoon.com/antiki/wp-includes/functions.php on line 4168
Warning: fclose(): supplied argument is not a valid stream resource in /home/gasballoon/gasballoon.com/antiki/wp-includes/functions.php on line 4171
--------------------------------------------------------
I looked at the lines mentioned.....(below)
function get_file_data( $file, $default_headers, $context = '' ) {
// We don't need to write to the file, so just open for reading.
$fp = fopen( $file, 'r' );
// Pull only the first 8kiB of the file in.
$file_data = fread( $fp, 8192 );
// PHP will close file handle, but we are good citizens.
fclose( $fp );
----------------------------------------------------------------------------------------------
It has not installed into Wordpress.
I hope you can give me some advice if I have missed something?
Thanks,
Robin.














