Reputation: 519
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
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