Stack user
Stack user

Reputation: 519

Issue in magento and wordpress integration[fishpig]

I have installed wordpress fishpig extension but in setting it ask for database credentials which are root and "". Unfortunately the password field is required. How to resolve it as it is giving database error.

Upvotes: 0

Views: 141

Answers (1)

Mihir Bhende
Mihir Bhende

Reputation: 9055

To remove required entry, go to system.xml inside fishpig module, remove <validate>required-entry</validate> inside <password> node. This way you can save with blank password.

Upvotes: 1

Related Questions