Project

General

Profile

Actions

Bug #2792

closed

index2.php not available on Joomla 1.7

Added by nant over 12 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
26 September 2011
Due date:
% Done:

100%

Estimated time:

Description

https://www.joomlapolis.com/forum/118-captcha/177613-fix-captcha-image-will-not-display

sounde like an issue?

Indeed. In CB 1.7 there is a method to get the "index2" url
[8:21:04 μμ] Nicholas G. Antimisiaris: will open ticket


Files

2792.patch (2.26 KB) 2792.patch krileon, 06 July 2012 20:27
Actions #1

Updated by nant over 12 years ago

[8:22:12 μμ] Beat: /** * Converts an URL to an absolute URI with SEF format * * @param string $string The relative URL * @param string $htmlSpecials TRUE (default): apply htmlspecialchars to sefed URL, FALSE: don't. * @param string $format 'html', 'component', 'raw', 'rawrel' (added in CB 1.2.3) * @return string The absolute URL (relative if rawrel)
*/
function cbSef( $string, $htmlSpecials = true, $format = 'html' ) {
[8:23:11 μμ] Beat: check function in plugin.foundation.php

Actions #2

Updated by nant over 12 years ago

format "raw" is what you want, it'll add to the url the needed & for j1.5-1.7 too

Actions #3

Updated by krileon almost 12 years ago

  • File 2792.patch 2792.patch added
  • Status changed from New to Resolved
  • Assignee set to beat
  • % Done changed from 0 to 100
Actions #4

Updated by krileon over 11 years ago

  • Status changed from Resolved to Closed

Committed in r2560

Actions

Also available in: Atom PDF