|
Written by SVTechie
|
|
Saturday, 18 March 2006 |
|
Installing JD-Wordpress since I like sidebar style in Wordpress. Most of the stuff is okay, same as installing other components/modules but there are few issues
- Initial Login to WP Dashboard. Even if you login to Joomla! control panel (As Admin) ofcourse, it doesn't allow you in Dashboard. Reason is pretty skewed. It looks for original Joomla Installer ID (with id 62). In my case, it was not possible as I could'nt find any id with 62. So fix is presented below
- Go to {joomla-install}/components/com_jd-wp/wp-includes directory
- edit capabilities.php
- Go to line 230 or so and you should be inside body of function has_cap. Modify it to return true always. For example, comment out following lines
if(empty($capabilities[$cap]) || !$capabilities[$cap])
return false;
- Go to Dashboard and in the user list, add Joomla! Admin to WP Admin as well
- Restore capabilities.php back to orginial state. Do it quickly as it poses significant security threat.
|
|
Last Updated ( Saturday, 18 March 2006 )
|