We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

RSS Auto Problem with OxArt Nice URLs - RSS Auto Feeder for Groups | Forum

Biagio Costagliola
Biagio Costagliola Apr 2 '14

If both plugins installed, the RSS feeds plugin can no longer manage Feeds.

After you klick the Button "Managa Feeds", the System Show the Messgae:

Page not foundSorry, this document doesn't exist.

- See more at:

http://www.german-dates.com/groups/manage-rss/0

 

 

but thecorrect link should read:

http://www.german-dates.com/groups/manage-rss/4

 

Who can help?

 

Purusothaman Ramanujam
RSS feeds plugin follow the Oxwal standards.  Nice urls plugin should be the problem here.
Sardar
Sardar Apr 14 '14
Hi guys,


Sorry for the delay. I've checked the site and found the problem in `RSS AUTO FEEDER FOR GROUPS`


--------------------------------------------------------------------------------------

$groupId     = $params->additionalParamList['entityId']; 


// here you have solid and reliable groupId


// ... some other code ...


// I wonder why do you try to parse the ID directly from URI if it's available right from params


// it's too naive to get groupId in this way and overwrite variable       


$mypaths = explode("/", UTIL_Url::selfUrl()); 


$groupId = strtolower(end($mypaths));  


 if ($groupId == 'customize')    


       $groupId = strtolower(prev($mypaths));        


// ... some other code ...        


$this->assign('groupId', (int) $groupId);

--------------------------------------------------------------------------------------


This code doesn't follow any Oxwall standards. Next time please check your code before writing "RSS feeds plugin follow the Oxwal standards.  Nice urls plugin should be the problem here." 

I hope you'll resolve the problem ASAP. 


Thanks

The Forum post is edited by Sardar Apr 14 '14
Biagio Costagliola
Biagio Costagliola Apr 14 '14
For these reasons, I ask for immediate troubleshooting, or refund the purchase price.
Purusothaman Ramanujam
Yes, agreed. It was my old plugin when I first started on developing and learning Oxwall. I didn't know much about Oxwall. Now I take back my work on your coding standards :)

I see that it's my fault on the code. This will be fixed.
The Forum post is edited by Purusothaman Ramanujam Apr 14 '14
Purusothaman Ramanujam
Another question to you Sir: What are the supported ways of changing url for a group?

Please let me know the possible way of having a url for a group
The Forum post is edited by Purusothaman Ramanujam Apr 14 '14
Biagio Costagliola
Biagio Costagliola Apr 14 '14
Soory,

but i dont now what you mean.

Better you ask directly "Sadar".

Purusothaman Ramanujam
Sorry Sir. The question is for Sardar.
Biagio Costagliola
Biagio Costagliola Apr 14 '14
ah ok!
Biagio Costagliola
Biagio Costagliola Apr 23 '14

Hello, 

have you ever found a solution to the problem?

Purusothaman Ramanujam
I don't have the URL plugin and I don't know how it works. So I have posted few questions above as you see.


Biagio Costagliola
Biagio Costagliola Apr 24 '14
please contact "Sardar" via Private Message, he has all information you need!
Purusothaman Ramanujam
Done.
You do not have permission to reply this topic