Page 1 of 1

New Install forum problem

PostPosted: Fri Apr 27, 2007 9:30 pm
Author: salt6
The board seams to works except the forums don't show. Everything else seams to work. I get this error when I click the form link.

http://republicanunderground.us/phpbb1/index.php

Re: New Install forum problem

PostPosted: Fri Apr 27, 2007 10:22 pm
Author: Helter
are you sure this is a new install? These errors are common with the upgrade .script, but ive never seen them with a new install. If this is a new install, wipe your db and start over. be sure all the chmods are done, and delete your browser cache before running the install

Re: New Install forum problem

PostPosted: Sat Apr 28, 2007 4:22 pm
Author: salt6
This was an install on a new board with only a handful of post and 6 users. Phpbb 2.0.22, overwrote the original files ch all the files listed in the instructions then used the upgrade scrip from 141 upgrade.

Re: New Install forum problem

PostPosted: Sat Apr 28, 2007 7:28 pm
Author: Helter

Re: New Install forum problem

PostPosted: Sat Apr 28, 2007 7:56 pm
Author: salt6
did it and got this.

Re: New Install forum problem

PostPosted: Sat Apr 28, 2007 8:39 pm
Author: Helter
try running this from phpmyadmin

Code: Select all
REPLACE INTO phpbb_config (config_name, config_value) VALUES ('mini_cal_calendar_version', 'TOPIC')";REPLACE INTO phpbb_config (config_name, config_value) VALUES ('mini_cal_limit', '10')";REPLACE INTO phpbb_config (config_name, config_value) VALUES ('mini_cal_days_ahead', '30')";REPLACE INTO phpbb_config (config_name, config_value) VALUES ('mini_cal_date_search', 'POSTS')";REPLACE INTO phpbb_config (config_name, config_value) VALUES ('mini_cal_link_class', 'gensmall')";REPLACE INTO phpbb_config (config_name, config_value) VALUES ('mini_cal_today_class', 'topicTitle')";

Re: New Install forum problem

PostPosted: Sat Apr 28, 2007 9:10 pm
Author: salt6
Ok it didn't work until I removed all the " at the end of each line. I also did the sql one line at a time.

Code: à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ º à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¹ Select à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ºÃƒÆ’ ¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¹ Expand à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ º
REPLACE INTO phpbb_config (config_name, config_value) VALUES ('mini_cal_calendar_version', 'TOPIC')";
REPLACE INTO phpbb_config (config_name, config_value) VALUES ('mini_cal_limit', '10')";
REPLACE INTO phpbb_config (config_name, config_value) VALUES ('mini_cal_days_ahead', '30')";
REPLACE INTO phpbb_config (config_name, config_value) VALUES ('mini_cal_date_search', 'POSTS')";
REPLACE INTO phpbb_config (config_name, config_value) VALUES ('mini_cal_link_class', 'gensmall')";
REPLACE INTO phpbb_config (config_name, config_value) VALUES ('mini_cal_today_class', 'topicTitle')";


Now I can't log in. The forum is up but all I get is the test forum.

http://republicanunderground.us/phpbb1/index.php

Re: New Install forum problem

PostPosted: Sat Apr 28, 2007 10:04 pm
Author: Helter
what is your error when you log in?
youll need to be logged in to go to acp/forum admin/Management +
and use the resync button
be sure includes/def_* are all chmodded to 666. Perticularly def_tree.php
l