* @link http://looks-awesome.com * @copyright Looks Awesome */ /** * @var array $context */ $dbm = LAUtils::dbm($context); $plugin_directory = $this->context['plugin_url'] . $this->context['plugin_dir_name']; if (!$dbm->canCreateCssFolder()){ echo '

Error: Plugin cannot create folder wp-content/resources/flow-flow/css, please add permissions or create this folder manually.

'; } // testing error logging // error_log( 'SOME ERROR' . PHP_EOL , 3, FF_LOG_FILE_DEST ); ?>

Pulling the posts for your feed

Please wait until the fetching process is complete. Usually it's quick but it can take up to 2 min. If it takes longer or fails we recommend to ask for our support

Getting data for feed 'eagle' in background...
' . $context['admin_page_title'] . ( LAUtils::slug($context) == 'flow-flow' ? ' v. ' : ' Feed Gallery v. ' ) . LAUtils::version($context) . ' Docs & FAQ'; echo '
'; if (FF_USE_WP) { wp_dropdown_categories(); } echo '
'; } ?>
includeOnce($context); } ?>
'; echo 'Date, time, timezone = '. date_default_timezone_get() . ' ' . date('d.m.Y H:i:s', time()) . '
'; if ( defined( 'PHP_VERSION' ) ) echo 'PHP version = ' . PHP_VERSION . '
'; echo 'upload_max_filesize = '.ini_get('upload_max_filesize') . '
'; echo 'arg_separator.output = '.ini_get('arg_separator.output') . '
'; if ( defined( 'OPENSSL_VERSION_TEXT' ) ) echo 'OpenSSL version = '.OPENSSL_VERSION_TEXT . '
'; if(extension_loaded('curl')){ $curlv = curl_version(); echo 'CURL version = ' . $curlv["version"] . '
'; } else { echo 'CURL is not loaded
'; } if(extension_loaded('gd')){ echo 'GD is loaded
'; } else { echo 'GD is not loaded
'; } if (extension_loaded('mbstring')){ echo 'mbstring is loaded
'; } else { echo 'mbstring is not loaded
'; } echo 'safe_mode = ' . ini_get('safe_mode') . '
'; echo 'allow_url_fopen = ' . ini_get('allow_url_fopen') . '
'; echo 'curl.cainfo = ' . ini_get('curl.cainfo') . '
'; echo 'open_basedir = ' . ini_get('open_basedir'); ?>