Advertisement:

Author Topic: Extra Feed Plugin not installing [SOLVED]  (Read 1204 times)

PostFreeOnline.Com

  • Jr. Member
  • **
  • Posts: 77
  • PostFreeOnline.Com
Extra Feed Plugin not installing [SOLVED]
« on: July 26, 2017, 08:16:40 am »
Extra Feed Plugin not installing

Fatal error: Cannot redeclare feed_admin_menu() (previously declared in /home/public_html/postfreeonline.com/oc-content/plugins/contact_counter/index.php:76) in /home/public_html/postfreeonline.com/oc-content/plugins/extra_feeds/index.php on line 126

If Cannot redeclare feed_admin_menu() (previously declared  So how to remove already declared and and resolve this issue. And I want to know why OsClass is not responding to the issue which so many users are facing from so long. They don't want the issue to be resolved?

No one is helping for this issue we are facing.  Even Feed is also not working On OsClass.

Please Help to make Open source a better place.
« Last Edit: October 01, 2017, 08:21:07 am by PostFreeOnline.Com »

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: Extra Feed Plugin not installing
« Reply #1 on: July 26, 2017, 09:21:08 am »
https://forums.osclass.org/development/site-ofline-deu-to-plugin/msg136102/#msg136102


If Cannot redeclare feed_admin_menu() (previously declared  So how to remove already declared and and resolve this issue. And I want to know why OsClass is not responding to the issue which so many users are facing from so long. They don't want the issue to be resolved?
osclass cannot answere all questions related to user contributed plugins, last days the team was really busy with really more important things
« Last Edit: July 26, 2017, 09:25:47 am by Liath »

PostFreeOnline.Com

  • Jr. Member
  • **
  • Posts: 77
  • PostFreeOnline.Com
Re: Extra Feed Plugin not installing
« Reply #2 on: July 26, 2017, 12:38:05 pm »
Hi, Thanks for Useful reply. My issue get resolved. Very very thanks and regards to you. :)
« Last Edit: July 26, 2017, 02:46:14 pm by postfreeonline@gmail.com »

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: Extra Feed Plugin not installing
« Reply #3 on: July 26, 2017, 01:40:07 pm »
Hi, seems that both plugins were developed by same person (or the other person copied the code from original plugin), and forgot to rename the function...

rename that function feed_admin_menu() and also in the corresponding hook, to some unique name. That will fix this error.

Also, contact admins to change your username and remove email part.

PostFreeOnline.Com

  • Jr. Member
  • **
  • Posts: 77
  • PostFreeOnline.Com
Re: Extra Feed Plugin not installing
« Reply #4 on: July 26, 2017, 01:49:57 pm »
Hi,. But if you check in market On plugin page Its showing Developed by OsClass team. See screenshot.

Site Feed is also not generating correctly at

https://www.postfreeonline.com/feed
« Last Edit: July 26, 2017, 01:54:11 pm by postfreeonline@gmail.com »

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: Extra Feed Plugin not installing
« Reply #5 on: July 26, 2017, 01:57:09 pm »
Either way, bugs happen :)

Most logical will be to change contact_counter plugin's function, because the name in feed plugin sounds fine. So, just go to the other plugin and make it unique (and also change the code in all parts that use that function).

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: Extra Feed Plugin not installing
« Reply #6 on: July 26, 2017, 02:13:16 pm »
Hi, Thanks for Useless reply.


did you clicked on my link? This contains the solution for you... if you dont want help, why asking here?

PostFreeOnline.Com

  • Jr. Member
  • **
  • Posts: 77
  • PostFreeOnline.Com
Re: Extra Feed Plugin not installing
« Reply #7 on: July 26, 2017, 02:14:38 pm »
Can we try installing Extra Feed after uninstall the Contact counter plugin. Because it is very difficult to change every part of the plugin. And I think Contact counter is basically used in Admin area most of the time. So we can. Uninstall it if it on temporary basis...

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: Extra Feed Plugin not installing
« Reply #8 on: July 26, 2017, 02:17:41 pm »
Because it is very difficult to change every part of the plugin.


you have two change two lines in the same file... next to each other  :o
after this you can keep both plugins activated

PostFreeOnline.Com

  • Jr. Member
  • **
  • Posts: 77
  • PostFreeOnline.Com
Re: Extra Feed Plugin not installing
« Reply #9 on: July 26, 2017, 02:23:25 pm »
Hi, Thanks for Useless reply.


did you clicked on my link? This contains the solution for you... if you dont want help, why asking here?

Hi

I did not Saw the link as it was above my Question line. so it was not visible.  Nothing personal and offensive. Respect your Help and patronage. I just made changes and Its successfully Installed. Welldone and grateful for the help. May this also help others who facing the same issue.

Regards
« Last Edit: July 26, 2017, 02:40:41 pm by postfreeonline@gmail.com »

PostFreeOnline.Com

  • Jr. Member
  • **
  • Posts: 77
  • PostFreeOnline.Com
Re: Extra Feed Plugin not installing
« Reply #10 on: July 26, 2017, 02:51:14 pm »
Hi Liath,

My issue is resolved due to your help. Thanks Alot. But Other issue related to Default feed is still not resolved.  https://www.postfreeonline.com/feed  Can you help in that also?

Regards!


Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: Extra Feed Plugin not installing
« Reply #11 on: July 28, 2017, 03:05:32 am »
please show your code around lines 30-60... of this file or take a look here...


https://stackoverflow.com/a/21978337
« Last Edit: July 28, 2017, 03:12:34 am by Liath »

PostFreeOnline.Com

  • Jr. Member
  • **
  • Posts: 77
  • PostFreeOnline.Com
Re: Extra Feed Plugin not installing
« Reply #12 on: July 28, 2017, 01:41:54 pm »
please show your code around lines 30-60... of this file or take a look here...


https://stackoverflow.com/a/21978337

Hi,
Which file's code I should show to you? I don't know where feed file exists and what is its path.  I agree with that


Encode the ampersand (that is replace the '&' character with '& amp;' ). Remember to Decode when reading the XML text.

But how and where we need to do that? Which file and what path need to be emend?

Regards!
Abhinav Mishra

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: Extra Feed Plugin not installing
« Reply #13 on: July 28, 2017, 06:22:11 pm »
please activate debug mode and look for possible errors in debug.log

https://doc.osclass.org/Debug_PHP_errors




edit:
if you have any & in your category names.... try to change this first
« Last Edit: July 28, 2017, 06:29:50 pm by Liath »

PostFreeOnline.Com

  • Jr. Member
  • **
  • Posts: 77
  • PostFreeOnline.Com
Re: Extra Feed Plugin not installing [SOLVED]
« Reply #14 on: July 28, 2017, 07:50:05 pm »
Hi, Liath

Good news my issue is resolved now. Its working when i removed the & from category names. very very thanks to you and best regards. You are wonderful. Thanks for the helping hand and your continuous support.

https://www.postfreeonline.com/feed
« Last Edit: October 01, 2017, 08:21:34 am by PostFreeOnline.Com »