Your Portal Version: v 1.0.2
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://www.newoutriders.com/nortest/phpBB3/
PHP Version: 3.0.2
MySQL Version: 5.0.16
What have you done before the problem was there?
I uploaded the "root" files only. Made the edits to the regular files, but have not yet uploaded them as the instructions say to not upload the changed files until the install is run.
What have you already tryed to solve the problem?
I searched these forums and fould all types of answers, tryied them all, but none have worked.
I even went to viewtopic.php?f=24&t=623 this answer in the FAQ, but still get the same:
PInUp Error
You must be logged in as an admin.
Description and Message
I did notice that in the "Fix" in the FAQ viewtopic.php?f=24&t=623 the first part of the answer said:
if( $user->data['is_registered'] && $auth->acl_get('a_board') )
{
but the install.php has no such word "a_board" only "a_" I did delete that line along with the second & it still didnt work.
Was I supposed to upload the "changed" files first even though the instructions do not state to do so?
==EDIT==
I am now getting
General Error
SQL ERROR [ mysql4 ]
Table 'norbb3test.phpbb_portal_config' doesn't exist [1146]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
I did upload the constants file as discussed in: viewtopic.php?f=24&t=554. I even started over and reuploaded it, but am still getting the error:
Should I just start all over?
PInUp Error
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.
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.
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: PInUp Error
Try this installer: download/file.php?id=130
Delete it straight away after installation!
Delete it straight away after installation!
Thanks for the hint - that was changed with 1.0.2 - the FAQ was older. Corrected.DianaRae wrote:I did notice that in the "Fix" in the FAQ viewtopic.php?f=24&t=623 the first part of the answer said:
if( $user->data['is_registered'] && $auth->acl_get('a_board') )
{
but the install.php has no such word "a_board" only "a_"
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
Re: PInUp Error
thanks, that worked.