Jump to content

How to find ajax handler??


desti

Recommended Posts

That link appears to be malformed, there's only the Topic ID without any title after it.

topic/159359/?do=reactComment.......(etc)

but the link should contain the topic title.

e.g for this topic, and your post:

topic/449955-how-to-find-ajax-handler/?do=reactComment......(etc)

Have you customized your FURL's, or are running a 3rd-party plugin/app which changed the FURl structure?

 

Link to comment
Share on other sites

I use furl without -{?} part. 

Handler for ?do=reactComment... (Reaction) placed in system/Content/Reactable.php

In my case there was an error in DB table structure (core_reputation_index) after upgrade from 3.2 to 4.3.6 and engine return error 404 (!).  It absolutely is intended (c) Bfarber

Link to comment
Share on other sites

ALTER TABLE `ipb`.`core_reputation_index` CHANGE `member_received` `member_received` BIGINT(20) UNSIGNED DEFAULT 0 NOT NULL; 

ALTER TABLE `ipb`.`core_reputation_index` DROP COLUMN `misc`, DROP COLUMN `rep_for`, CHANGE `app` `app` VARCHAR(32) CHARSET utf8 COLLATE utf8_unicode_ci DEFAULT '' NOT NULL, CHANGE `type` `type` VARCHAR(32) CHARSET utf8 COLLATE utf8_unicode_ci DEFAULT '' NOT NULL; 

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...