Support Forum
In the file \simple-press\sp-startup\admin\spa-admin-framework.php, on line 342, it references http://localhost/wordpress-test/ instead of the WP install URL. This breaks theme updates.
eeek! definitely a problem... argh... actually, its line 307...
will get it fixed up in svn tonight... and planning on pushing out a new core update this weekend too...
Visit Cruise Talk Central and Mr Papa's World
fixed in svn... and was 342 in the build #quoted - already changes in trunk which make it 307...
if you want to change yourself before this weekend... line 342, change:
if ($update) $mess.= spa_message($update_msg.'<a href="http://localhost/wordpress-test/wp-admin/update-core.php">'.spa_text('Click here to view any updates.').'</a>');
to
if ($update) $mess.= spa_message($update_msg.'<a href="'.self_admin_url('update-core.php').'">'.spa_text('Click here to view any updates.').'</a>');
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)