I recently updated to 1.5 and then my pagination stopped working.
I commented out this and the pagination started working again.
drupal_alter('url_outbound', $request_path, $options, $request_path);
I recently updated to 1.5 and then my pagination stopped working.
I commented out this and the pagination started working again.
drupal_alter('url_outbound', $request_path, $options, $request_path);
Comments
Comment #1
MathieuMa commentedExperiencing the same issue here, pagination was not working and I followed your advice.
Although I'm not sure what I'm disabling by modifying this ...
The previous version of the module used to work.
The issue is the following :
http://xxx/beaute-mode/actualites-et-nouveautes/index.html/page/2/0
gets redirected to
http://xxx/beaute-mode/actualites-et-nouveautes/index.html
Comment #2
a_thakur commentedI am not able to reproduce the issue. Pages seem to working fine, in both case i.e for http://example.com/test?page=1 and http://example.com/test/page/1