New Zenner
- Join Date:
- Jun 2011
- Location:
- Colorado, USA
- Posts:
- 46
- Plugin Contributions:
- 0
WordPress: Including application_top fails in init_db_config_read.
I eventually tracked this down when I was trying to use Sidebox Anywhere with WordPress (v3.3.1 - Genesis 1.8). Execution stalls at:
$configuration = $db->Execute('select configuration_key as cfgkey, configuration_value as cfgvalue
from ' . TABLE_CONFIGURATION, '', $use_cache, 150);
The select runs in phpMyAdmin. Has anyone come across this or can you help me with how to debug this.
Many Thanks