Hello,
First of all, congratulation for this module, the idea is really clever.
I come to announce you an "error" in the file includes\nukeSEO\nukeFEED.php.
For line 433, it is necessary to replace :
Code: $createSQL[] = 'CREATE TABLE `nuke_seo_feed` (
|
by :
Code: $createSQL[] = 'CREATE TABLE `'.$prefix.'_seo_feed` (
|
and with line 456 :
Code: $createSQL[] = 'CREATE TABLE `nuke_seo_subscriptions` (
|
by :
Code: $createSQL[] = 'CREATE TABLE `'.$prefix.'_seo_subscriptions` (
|
Concerning NukeFeeds with a version of PHP-Nuke higher than 7.9, there is a problem to create a feeds for the forum. I am looking at how to make a adapation and you will announce my solution if I there find.
I will profit from it for you will transmit the French translation which I am carrying out.
Cordialement.
Stef
PS: Afflicted for my English and thank you with the translation for google.
_________________
Stef and Co. Bénévolat sur mesure
Only registered users can see links on this board! Get registered or login!