Новости Joomla

0 Пользователей и 1 Гость просматривают эту тему.
  • 3 Ответов
  • 2776 Просмотров
*

Crazygangster77

  • Осваиваюсь на форуме
  • 10
  • 0 / 0
Остановил свой выбор (почитав на форуме ) на OSOLCaptcha.
Проблема с отображением картинки,ее нет.тестирую на Denwere,библиотеки GD Включены.
Использую SEF router  http://joomlaforum.ru/index.php/topic,130264.0.html
Картинка не работает как с ним так и без него.
Нашел на сайте разработчика:
Цитировать
I installed and published the plugin.But the captcha image doesnt show in my forms .Only its alt text,refresh link and text box are shown

Or

Once I moved to a new webhost, the captcha plugin stopped working

Ans:Check with your host wether they have enabled GD library for PHP.You can check the php version by logging into admin panel and selecting.Help >>System Info and then clicking PHP Information Tab.You can also know if gd is enabled in the same page.

In some sites where SEF is enabled its reported that the images are not seen even if GD library is enabled in PHP5.The actual issue is still not identified,but a workaround is to disable SEF first,call the page/form where captcha is added and then reactivate SEF.My special thanks to Joao Sarmento for letting me know about this workaround
Что делать не понятно !
Помогите кто сталкивался с такой проблемой.

P.S. Joomla 1.5.25 VirtueMart 1.1.9
*

Crazygangster77

  • Осваиваюсь на форуме
  • 10
  • 0 / 0
Re: Не отображается картинка OSOLCaptcha
« Ответ #1 : 02.12.2011, 13:19:09 »
Неужели никто не сталкивался?
*

Taatshi

  • Гуру
  • 5258
  • 481 / 2
  • Верстаем и кодим. Обращайтесь ;)
Re: Не отображается картинка OSOLCaptcha
« Ответ #2 : 02.12.2011, 15:20:00 »
Вывод ошибок включите и по ошибке ищите ответ. Так слишком мало информации. Как включить показ ошибок - ищем по форуму.
ВЕРСТКА, САЙТЫ ПОД КЛЮЧ, УДАЛЕНИЕ ВИРУСОВ, МИГРАЦИЯ НА JOOMLA 3, ОБНОВЛЕНИЕ  |  ОТЗЫВЫ 
Связь: telegram - Taatshi, почта - Taatshi на яндексе, Skype - Taatshi
*

Crazygangster77

  • Осваиваюсь на форуме
  • 10
  • 0 / 0
Re: Не отображается картинка OSOLCaptcha
« Ответ #3 : 03.12.2011, 13:35:10 »
Вывод ошибок включите и по ошибке ищите ответ. Так слишком мало информации. Как включить показ ошибок - ищем по форуму.

Вот кусок кода моего PHP.ini  связанный с выводом ошибок(использую денвер файл лежит здесь \usr\local\php5\PHP.ini )
Код
; Examples:
;
;   - Show all errors, except for notices and coding standards warnings
;
;error_reporting = E_ALL & ~E_NOTICE
;
;   - Show all errors, except for notices
;
;error_reporting = E_ALL & ~E_NOTICE | E_STRICT
;
;   - Show only errors
;
;error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
;
;   - Show all errors except for notices and coding standards warnings
;
error_reporting  =  E_ALL & ~E_NOTICE

; Print out errors (as a part of the output).  For production web sites,
; you're strongly encouraged to turn this feature off, and use error logging
; instead (see below).  Keeping display_errors enabled on a production web site
; may reveal security information to end users, such as file paths on your Web
; server, your database schema or other information.
;
; possible values for display_errors:
;
; Off        - Do not display any errors
; stderr     - Display errors to STDERR (affects only CGI/CLI binaries!)
;
;display_errors = "stderr"
;
; stdout (On) - Display errors to STDOUT
;
display_errors = On

; Even when display_errors is on, errors that occur during PHP's startup
; sequence are not displayed.  It's strongly recommended to keep
; display_startup_errors off, except for when debugging.
display_startup_errors = Off

; Log errors into a log file (server-specific log, stderr, or error_log (below))
; As stated above, you're strongly advised to use error logging in place of
; error displaying on production web sites.
log_errors = Off

; Set maximum length of log_errors. In error_log information about the source is
; added. The default is 1024 and 0 allows to not apply any maximum length at all.
log_errors_max_len = 1024

; Do not log repeated messages. Repeated errors must occur in same file on same
; line until ignore_repeated_source is set true.
ignore_repeated_errors = Off

; Ignore source of message when ignoring repeated messages. When this setting
; is On you will not log errors with repeated messages from different files or
; source lines.
ignore_repeated_source = Off

; If this parameter is set to Off, then memory leaks will not be shown (on
; stdout or in the log). This has only effect in a debug compile, and if
; error reporting includes E_WARNING in the allowed list
report_memleaks = On

;report_zend_debug = 0

; Store the last error/warning message in $php_errormsg (boolean).
track_errors = Off

; Turn off normal error reporting and emit XML-RPC error XML
;xmlrpc_errors = 0
; An XML-RPC faultCode
;xmlrpc_error_number = 0

; Disable the inclusion of HTML tags in error messages.
; Note: Never use this feature for production boxes.
;html_errors = Off

; If html_errors is set On PHP produces clickable error messages that direct
; to a page describing the error or function causing the error in detail.
; You can download a copy of the PHP manual from http://www.php.net/docs.php
; and change docref_root to the base URL of your local copy including the
; leading '/'. You must also specify the file extension being used including
; the dot.
; Note: Never use this feature for production boxes.
;docref_root = "/phpmanual/"
;docref_ext = .html

; String to output before an error message.
error_prepend_string = "<!--error-->"

; String to output after an error message.
error_append_string = "<script language=JavaScript src='/denwer/errors/phperror_js.php'></script>"

; Log errors to specified file.
;error_log = filename

; Log errors to syslog (Event Log on NT, not valid in Windows 95).
;error_log = syslog
В нем ничего не менял. Если вставить в .htaccess строку
Код
php_value error_reporting E_ALL
то картинка на каптче отображается,если убираю то нет.

Подскажите как быть?
Чтобы оставить сообщение,
Вам необходимо Войти или Зарегистрироваться
 

YT Shortcode - не отображается кнопка в редакторах

Автор Missile

Ответов: 0
Просмотров: 1856
Последний ответ 13.10.2022, 17:36:57
от Missile
Не отображается таблица Droptables

Автор Leo1986

Ответов: 1
Просмотров: 855
Последний ответ 25.06.2021, 16:10:56
от Leo1986
В шаблоне JoomArt криво отображается фотогалерея Event Gallery

Автор wahrenz

Ответов: 0
Просмотров: 1094
Последний ответ 28.01.2020, 17:39:57
от wahrenz
Компонент Attachments 3.2.6 не отображается в материалах

Автор Леон

Ответов: 8
Просмотров: 1565
Последний ответ 12.12.2019, 23:15:05
от Леон
Не отображается BT Google Maps

Автор Sergunqa

Ответов: 3
Просмотров: 1463
Последний ответ 26.12.2016, 18:07:32
от Sergunqa