Bug tracker
undefined offset in ACP: Posting: BBCodes (fix completed in vcs)
The link for the snapshot is http://www.geocities.com/jailout2000/Sn ... BB3B3.tiff
My HTTP server is "apache 2.0.1" running on MAMP 1.4.1 which is running on Mac OS 10.4.8
Server: 192.168.0.209
Port: 81 (since 80 is taken by built-in mac os x apache)
Using DB: MySQL with extension MySQLi
DB Name: phpBB3Beta3
DB User: root
DB Pass: root
DB Server: 192.168.0.209
DB Port:
PHP Information:
PHP Version: 5.1.6
Configuration File Path: /Applications/MAMP/conf/php5/php.ini
Debug Build: no
PHP API: 20041225
PHP Extension: 20050922
Zend Extension: 220051025
Thread Safety: disabled
Zend Memory Manager: enabled
IPv6 Support: enabled
Registered PHP Streams: php, file, http, ftp, compress.bzip2, compress.zlib
Registered Stream Socket Transports: tcp, udp, unix, udg
Registered Stream Filters: string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, convert.iconv.*, bzip2.*, zlib.*
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
with eAccelerator v0.9.5, Copyright (c) 2004-2006 eAccelerator, by eAccelerator
with Zend Extension Manager v1.0.10, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v3.0.1, Copyright (c) 1998-2006, by Zend Technologies
PHP Configuration:
allow_call_time_pass_reference: On
allow_url_fopen: On
always_populate_raw_post_data: Off
arg_separator.input: &
arg_separator.output: &
asp_tags: Off
auto_append_file: no value
auto_globals_jit: On
auto_prepend_file: no value
browscap: no value
default_charset: no value
default_mimetype: text/html
define_syslog_variables: Off
disable_classes: no value
disable_functions: no value
display_errors: Off
display_startup_errors: Off
doc_root: no value
docref_ext: no value
docref_root: no value
enable_dl: On
error_append_string: no value
error_log: /Applications/MAMP/logs/php_error.log
error_prepend_string: no value
error_reporting: 2039
expose_php: On
extension_dir: /Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20050922/
file_uploads: On
highlight.bg: #FFFFFF
highlight.comment: #FF8000
highlight.default: #0000BB
highlight.html: #000000
highlight.keyword: #007700
highlight.string: #DD0000
html_errors: On
ignore_repeated_errors: Off
ignore_repeated_source: Off
ignore_user_abort: Off
implicit_flush: Off
include_path: .:/Applications/MAMP/bin/php5/lib/php
log_errors: On
log_errors_max_len: 1024
magic_quotes_gpc: On
magic_quotes_runtime: Off
magic_quotes_sybase: Off
mail.force_extra_parameters: no value
max_execution_time: 30
max_input_time: 60
open_basedir: no value
output_buffering: no value
output_handler: no value
post_max_size: 32M
precision: 12
realpath_cache_size: 16K
realpath_cache_ttl: 120
register_argc_argv: On
register_globals: Off
register_long_arrays: On
report_memleaks: On
report_zend_debug: On
safe_mode: Off
safe_mode_exec_dir: no value
safe_mode_gid Off Off
safe_mode_include_dir: no value
sendmail_from: no value
sendmail_path: /usr/sbin/sendmail -t -i
serialize_precision: 100
short_open_tag: On
SMTP: localhost
smtp_port: 25
sql.safe_mode: Off
track_errors: Off
unserialize_callback_func: no value
upload_max_filesize: 32M
upload_tmp_dir: /Applications/MAMP/tmp/php
user_dir: no value
variables_order: EGPCS
xmlrpc_error_number: 0
xmlrpc_errors: Off
y2k_compliance: On
zend.ze1_compatibility_mode: Off
apache2handler (cut-off)
Apache Version: Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 mod_ssl/2.0.59 OpenSSL/0.9.7i
Apache API Version: 20020903
Server Administrator: you@example.com
Hostname:Port: localhost:81
User/Group __jailout's real name__(501)/-1
Max Requests: Per Child: 0 - Keep Alive: on - Max Per Connection: 100
Timeouts: Connection: 300 - Keep-Alive: 15
Virtual Server: No
Server Root: /Applications/MAMP/Library
Loaded Modules: core mod_ssl prefork http_core mod_so mod_access mod_auth mod_auth_anon mod_auth_dbm mod_auth_digest mod_file_cache mod_echo mod_charset_lite mod_cache mod_disk_cache mod_mem_cache mod_example mod_case_filter mod_case_filter_in mod_ext_filter mod_include mod_deflate mod_log_config mod_env mod_mime_magic mod_cern_meta mod_expires mod_headers mod_usertrack mod_setenvif mod_proxy proxy_connect proxy_ftp proxy_http mod_bucketeer mod_mime mod_dav mod_status mod_autoindex mod_asis mod_info mod_cgi mod_cgid mod_dav_fs mod_vhost_alias mod_negotiation mod_dir mod_imap mod_actions mod_speling mod_userdir mod_alias mod_rewrite mod_php5
=====================
Am i done yet? i am i just getting started gosh this is long and patient ug
Well i hope this is enough i'm going to supply some more data off of what i saw
Lets see i opened the admin panel then navigated to Posting > BBCodes, then i entered all my data (i've checked the data doesn't matter) then i select the submit button and press "return" on my keyboard and i get what you see in the snapshot
notice in the snapshot there IS a scrollbar, which means there IS more to it but all it shows below is the version and copyright and the confirmation box saying i have added it
Anyway good luck on finding it and hopefully it'll get fixed
Comments / History
- Code: Select all
// Grab the end, interrogate the last closing tag
preg_match('#\[/([^[]*)]$#', $bbcode_match, $regs);
if ($info['test'] === '1' || in_array(strtolower($data['bbcode_tag']), $hard_coded) || in_array(strtolower($regs[1]), $hard_coded))
{
trigger_error($user->lang['BBCODE_INVALID_TAG_NAME'] . adm_back_link($this->u_action), E_USER_WARNING);
}
@Jailout2000: Could you tell us what you entered for this bbcode tag within both text areas?
BBCode: [font color={COLOR1}]{TEXT1}[/font]
Replacement: <font color="{COLOR1}">{TEXT1}</font>
Description: This will change the text color
Display in postings: True
I did that by the keyboard and ignoring the mouse, then i selected the submit button with the keyboard (pressed tab) and hit "return" and then the snapshot is what happened after
And i can still reproduce it, even if i didn't want to i could, no it does not stop me from adding, just says i cannot pus the submit button with the keyboard, anyway thats what i did