Install error

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
bearqst
Active Member
Posts: 17
Joined: 13. December 2008 22:43
phpBB.com User: bearqst

Install error

Post by bearqst »

Your Portal Version: 1.0.2
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://www.dancealaska.org

What have you done before the problem was there?
Installed phpbb3, migrated sql dB, used Colorisit to change the colors in ProSilver.

What have you already tryed to solve the problem?
Searched php sites for info. Looked at the schema files to consider doing manual sql import (still think this is the answer)

Description and Message
After running through all the mod files, uploading them, I tried to go to

./install_portal/install.php

What I get is

PInUp Error
You must be logged in as an admin.
Go to login


This even logged in as an Admin as the error says. This is my 2nd board install, first one went fine.

I think this is a directory permissions issue ??

I can run the sql from phpmyadmin, but I'm not 100% sure which one to run. I'm running mysql 5.0

The mysql schema's that show in schema directory are 40, 41 and "update_

So do I run the content from "update_schema" ?

TIA

Topic author
bearqst
Active Member
Posts: 17
Joined: 13. December 2008 22:43
phpBB.com User: bearqst

Re: Install error

Post by bearqst »

Additional Info.

I found the post from October knowledge/kb_show.php?id=14

Which said find/remove

Code: Select all

if( $user->data['is_registered'] && $auth->acl_get('a_') )
             {
I did, and now when I try to go to ././install.ph_ I get a blank page. No error, no nothing.

The 2nd part of the code to remove

Code: Select all

    } else {
                     include($phpbb_root_path . 'install_portal/style/layout_header.'.$phpEx);
                     echo '' . $user->lang['INSTALLER_ERROR'] . '';
                     echo '' . $user->lang['INSTALLER_NEEDS_ADMIN'] . '';
                     include($phpbb_root_path . 'install_portal/style/layout_footer.'.$phpEx);
             }
Did not exist.
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: Install error

Post by Kevin »

Try this already modified installer: download/file.php?id=130
Delete the install directory right afterwards!
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

Topic author
bearqst
Active Member
Posts: 17
Joined: 13. December 2008 22:43
phpBB.com User: bearqst

Re: Install error

Post by bearqst »

Thanks Kevin,

That fixed it. Maybe a bad installer in the package I DL'd ?

Curious why it worked on my first board but not on the 2nd.

I'll do a little digging and see if I can figure out why. I'll post back what I find, if anything.

Thanks again, great mod for phpbb3
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: Install error

Post by Kevin »

No, not a bad installer in the package. Just a problems in special circumstances, that should be fixed with the next release (we thought that already before).
bearqst wrote:Curious why it worked on my first board but not on the 2nd.

I'll do a little digging and see if I can figure out why. I'll post back what I find, if anything.
That would be great if you can tell us which difference between the boards caused this problem. The more we know... ;)
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!
Locked

Return to “board3 Portal 1.0.x - English Support”