Attempting to upgrade from 3.0.14

Get help with installation and running phpBB 3.2.x here. Please do not post bug reports, feature requests, or extension related questions here.
Post Reply
DAB942
Registered User
Posts: 12
Joined: Fri Feb 10, 2017 9:25 pm

Attempting to upgrade from 3.0.14

Post by DAB942 »

Good afternoon,

When attempting to upgrade, I receive ACP_FEED_SETTINGS Exists and the upgrade stops. Everything is standard.

under ACP, I see ACP_FEED_SETTINGS and ACP_SEND_STATISTICS

Any pointers would be greatly appreciated.

Thanks
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52768
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve
Contact:

Re: Attempting to upgrade from 3.0.14

Post by stevemaury »

I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
DAB942
Registered User
Posts: 12
Joined: Fri Feb 10, 2017 9:25 pm

Re: Attempting to upgrade from 3.0.14

Post by DAB942 »

That's the guide I followed.

It gets to 5% and stops with the ACP... Exists error.
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52768
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve
Contact:

Re: Attempting to upgrade from 3.0.14

Post by stevemaury »

What error?

Please post the contents of your config.php file, without the password.
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
DAB942
Registered User
Posts: 12
Joined: Fri Feb 10, 2017 9:25 pm

Re: Attempting to upgrade from 3.0.14

Post by DAB942 »

There error says ACP_FEED_SETTINGS already exists.

Here is the config.php
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'dabberco_forums';
$dbuser = 'dabberco_forums';
$dbpasswd = '';

$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';

@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52768
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve
Contact:

Re: Attempting to upgrade from 3.0.14

Post by stevemaury »

Change 'mysql' to 'mysqli' and try again.
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
DAB942
Registered User
Posts: 12
Joined: Fri Feb 10, 2017 9:25 pm

Re: Attempting to upgrade from 3.0.14

Post by DAB942 »

This is what I get -- copy/paste instead of pic


A module already exists: ACP_FEED_SETTINGS
Update database…

5%


Reverting Schema: \phpbb\db\migration\data\v30x\release_3_0_6_rc1.
Skip “installer.update_filesystem.download_updated_files” task
Skip “installer.update_filesystem.update_files” task
Skip “installer.update_filesystem.show_file_status” task
Skip “installer.update_filesystem.diff_files” task
Skip “installer.update_filesystem.check_task” task
Skip “installer.obtain_data.update_ftp_settings” task
Skip “installer.obtain_data.update_files” task
Skip “installer.obtain_data.file_updater_method” task
DAB942
Registered User
Posts: 12
Joined: Fri Feb 10, 2017 9:25 pm

Re: Attempting to upgrade from 3.0.14

Post by DAB942 »

I made some progress -- it made it to 16% and gave the debug error. I had to cleanup the errant ACP and MCP modules -- seems from previous upgrade attempt. The below is after I got to 16%. Went back in to see if I could find the MCP module. I did not, so I tried to upgrade. However, the debug error is identical.

A module already exists: ACP_POST_SETTINGS
[phpBB Debug] "mysql_fetch_assoc() expects parameter 1 to be resource, boolean given" in file /home3/dabberco/public_html/lastdynasty/board/phpbb/db/driver/mysql.php on line 275
Update database…

1%
1%

Reverted Schema: \phpbb\db\migration\data\v30x\release_3_0_8_rc1; Time: 0.00 seconds
Reverting Schema: \phpbb\db\migration\data\v30x\release_3_0_8_rc1.
Installing Data: \phpbb\db\migration\data\v30x\release_3_0_8_rc1.
Installed Schema: \phpbb\db\migration\data\v30x\release_3_0_8_rc1; Time: 0.00 seconds
Installing Schema: \phpbb\db\migration\data\v30x\release_3_0_8_rc1.
DAB942
Registered User
Posts: 12
Joined: Fri Feb 10, 2017 9:25 pm

Re: Attempting to upgrade from 3.0.14

Post by DAB942 »

Got it. After several iterations. I had all sorts of challenges.

However, ran STK, first. This was an old version which had mods much earlier and may have had remnants.

Changed mysql to mysqli in config.ini

I kept getting different errors along the way, so I started from a back up and made a new DB to import.

All is well, now.
Post Reply

Return to “[3.2.x] Support Forum”