1 (edited by Anatoly 2008-06-23 15:09)

Topic: Undefined index: o_check_for_versions

Hello in my page of extension i see this

Notice: Undefined index: o_check_for_versions in /home/admin/domains/mysite.it/public_html/forum/admin/extensions.php on line 794

what's!!!

EDIT: Altered topic subject from "error in admin page of extension" to "Undefined index: o_check_for_versions" //Anatoly

Re: Undefined index: o_check_for_versions

fantasma wrote:

Hello in my page of extension i see this

Notice: Undefined index: o_check_for_versions in /home/admin/domains/mysite.it/public_html/forum/admin/extensions.php on line 794

what's!!!

Forum version?
Was it fresh installation?

Carpe diem

Re: Undefined index: o_check_for_versions

it's a update of the 1.2.17 and work fine, only this problem in admin sections

Re: Undefined index: o_check_for_versions

fantasma wrote:

it's a update of the 1.2.17 and work fine, only this problem in admin sections

Congratulations: you've just reported an db_update.php "bug". It doesn't add proper DB field on 1.2 => 1.3 RC update.

Quick fix is to execute the next SQL using PunBB 1.2 RC database:

INSERT INTO config (conf_name, conf_value) VALUES ( 'o_check_for_versions', '1' );

Alter config to <YOUR_DB_REFIX>_config if necessary.

Carpe diem

Re: Undefined index: o_check_for_versions

Anatoly wrote:

Congratulations: you've just reported an db_update.php "bug". It doesn't add proper DB field on 1.2 => 1.3 RC update.

Quick fix is to execute the next SQL using PunBB 1.2 RC database:


Thanks!!!!!!

Query in 1.3, not in 1.2 RC tongue

Re: Undefined index: o_check_for_versions

i have do the query, but the problem not solved!!

7 (edited by fantasma 2008-09-10 13:35)

Re: Undefined index: o_check_for_versions

in the list of the installed esxtension isee this
Notice: Undefined index: o_check_for_versions in /home/admin/domains/mysite.com/public_html/forum/admin/extensions.php on line 873

8 (edited by Anatoly 2008-06-23 15:26)

Re: Undefined index: o_check_for_versions

fantasma wrote:

in the list of the installed esxtension isee this
Notice: Undefined index: o_check_for_versions in /home/admin/domains/wimax-italia.it/public_html/forum/admin/extensions.php on line 873

I'll check it out tomorrow.

fantasma wrote:

Query in 1.3, not in 1.2 RC :P

Where is the typo here? :)

Carpe diem

Re: Undefined index: o_check_for_versions

fantasma wrote:

in the list of the installed esxtension isee this
Notice: Undefined index: o_check_for_versions in /home/admin/domains/wimax-italia.it/public_html/forum/admin/extensions.php on line 873

Try to clear config cache: remove /cache/cache_config.php after adding field to config table.

Carpe diem

Re: Undefined index: o_check_for_versions

hi Anatoly now the extension manager work fine
thanks!!!