sidonaldson
Forum Replies Created
-
Forum: Plugins
In reply to: [[DEPRECATED] Yoast ACF Analysis] Pull requests?Here’s a gist of the amends I made to yoast-acf-analysis.js for the Omnifi site
It filters out some empty fields and inserts are images and urls not included in WYSIWYG editors. jQuery selector performance is super fast so that shouldn’t be an issue. Let me know what you think? 🙂
https://gist.github.com/sidonaldson/5cdd310d0259b06dee10def30d89dba4
Forum: Installing WordPress
In reply to: White screen but on clean installHey guys,
can i ask your advice again please.
I’ve been asking my host uk2.net about this. they keep saying im installing it wrong.
I secretly used one of my clients hosting accounts (with uk2.net) to install wordpress and it worked perfectly. Im so confused how that is possible. Maybe im on a different server to their newer account.
Ive asked for everything;
The log shows no errors, the php.ini memory_limit is set to 16M. they gave me a php.ini file. can i just edit this and upload it to my folder on the shared host to make these changes or would i need access to the apache server?
Ive also tried added the memory code to my htaccess file but it creates a server error.
I now tried installing wordpress in a clean unused subdomain with a clean un-used database. Still just the white screen.
Im lost for things to do. All i want to do now is start again but my hosting plan doesnt run out for a while!
Help! please : )
Forum: Installing WordPress
In reply to: White screen but on clean installThanks for the fast reply guys.
I can confirm my php version is 4.3.x (always the latest version) with safe mode on and register_globals off. MySQL is version 4.0.24.
http://superultra1.uk2.net/phpinfo.php
I cant seem to find out my memory size and i cant access the error logs (well i can but they are blank).
I will contact my host and enquire. I’ve tried everything!
checkout my config file its a bit bloated now!
ini_set(‘memory_limit’,’32M’);
define(‘DB_NAME’, ‘db’);
define(‘DB_USER’, ‘me’);
define(‘DB_PASSWORD’, ‘pswd’);
define(‘DB_HOST’, ‘localhost’);
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
define(‘AUTH_KEY’, ‘Bo|Nk@~(I!K^QtY`%<SxYl?~;,,fCY&0i7FB+hP)(>scK]PY@81A+@u34|}Q>h 9’);
define(‘SECURE_AUTH_KEY’, ‘X0&P<D]EGQ_v1t*VjTmq2 s=j XXg+?|eo9-RdX*8MajWW{ecg h!zV#41T7EotC’);
define(‘LOGGED_IN_KEY’, ‘9q66YfeZy]PNbKkRJfiwET+p>2K_ X$8CpV1uAOnKHb_p4#6~[2xlsCk7C2AiLg&’);
define(‘NONCE_KEY’, ‘6aG:z/Ir>DKV0i63P_OkRM9zn!:yCWEbkA|B^3Ahax?rPf4,/8GigV`5l+Cb3gt&’);
$table_prefix = ‘wp_’;
define (‘WPLANG’, ”);
if ( !defined(‘ABSPATH’) ) define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
require_once(ABSPATH . ‘wp-settings.php’);
@ini_set(“memory_limit”,”32M”);
define(‘WP_DEBUG’, true);
define(‘WP_MEMORY_LIMIT’, ’32M’);
@ini_set(‘log_errors’,’On’);
@ini_set(‘display_errors’,’on’);
@ini_set(‘error_log’,’/home/g/r/site/php_error.log’);still nothing seems to work : (
fingers crossed the host can help!