After a fresh install of PP5 (see Install section below) with phpBB2 integration, I have 3 problems:
1) I can't seem to login/logout of PP directly. I have to use my phpBB2 login/logout, then switch over to PP. If I use PP to login, the login seems successful, but the link in the header is still named "Login" rather than "Logout".
The misc.php?action=logout page also gives the following errors (which I know is typically due to whitespace, but I've already deleted any trailing whitespace in both files referenced in the error):
Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/croppi2/idea-gallery/templates/thumbnail.tmpl:12) in /usr/www/users/croppi2/idea-gallery/forums/phpbb2.php on line 226
Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/croppi2/idea-gallery/templates/thumbnail.tmpl:12) in /usr/www/users/croppi2/idea-gallery/forums/phpbb2.php on line 227
2) adm-index.php isn't working properly for me. "View Source" for adm-index.php is as follows:
Code:
Content visible to verified customers only.
3) As you may have already guessed, I get the text "Top Posters" at the top of each and every page I've visited in this particular PP install.
Installation procedure section: I downloaded PP5, extracted it on my WinXP box, and used FileZilla to upload the extracted files into a new directory on my server. I already had a database created for PP use, but it had data from a previous test install, so I went into phpMyAdmin and dropped all of the tables.
I opened up the permissions on the "upload" directory, and recursive permissions on the "data" directory. I also changed permissions on config-inc.php and config-int.php so that the install could write to them.
I then ran the install. The install seemed fine, but didn't create the 3 required usergroups. I created them as follows via phpMyAdmin:
INSERT INTO usergroups VALUES ('1','Anonymous','','','','','',0,0,0,0,0,0,0), ('2','Admin',1,1,1,'','',1,1,1,1,0,0,0), ('3','Regular Users','',1,1,'','',1,1,0,1,0,0,0);
When I noticed the problems described above, I decided to check my cookie settings. Since adm-index.php was non-functional, I checked via phpMyAdmin. The cookie prefix was correct, but I noticed that the cookie domain field was blank. I set it to .croppinparadise.com . I also realized that I have an apostrophe in the name of my site, and so I removed the apostrophe from the "Web site name" field, changing it from Croppin' Paradise to Croppin Paradise.
I also manually added the admin email address. I thought I entered it during the install, but I could have missed it. The only other changes via phpMyAdmin were to modify the path to the header and footer files.
I also added an "Admin" group in phpBB (NOT changing any PP configuration) and added my main admin user to that phpBB group.
Helpful info section (as per the sticky):
- FreeBSD 4.8-STABLE
- Apache/1.3.29
- 4.3.10 (Zend: 1.3.0)
- MySQL 4.0.18
- Shared host
- server is under my control
- link:
www.croppinparadise.com/idea-gallery (I can PM you login info, but there aren't any photos yet)
Any ideas??
-jared