Unfortunately the plugin directory has been redesigned and the installation instructions are gone.
You need to rebuild permalinks for this too work, let me know if this fixes the problem
In not then send me the url of the site where you are testing it
Pete
@shawfactor
1、open permalink setting page:
/wp-admin/options-permalink.php
2、click “save” button,
3、nothing happened!
my url is:
https://naodong.jucong.com/620
thank you very much!
Hmm triskcy, could be two problems
1. a plugin conflict, try disabling all other plugins, if it then works then you can determine the problem plugin by turning them back on one by one
2. Your server doesn’t support some of the requiremenst of the core qrlib library (you might be able to turn them on in cpanel), more info here:
http://phpqrcode.sourceforge.net/docs/html/md__i_n_s_t_a_l_l.html
I closed all plugin,then:
if I change $outfile from false to true,like below:
$outfile = “/home/datad/wwwroot/wp0301/wp-content/uploads/testqr.png”;
A qrcode image was generatored in the path.
I thought the reason is not conflict or PHP requirements.