PDA


View Full Version : Blank Page after upgrade


mrderanged
10-19-2006, 11:57 PM
Just upgraded to RC1. All I get now is a blank white page when I go to my links directory. I reuploaded the files, reran the upgrade, still nothing. Tried just reinstalling the templates, no luck there either

Please Help

Brian
10-20-2006, 06:44 PM
Do you get any errors in the Admin CP for the links directory options and such?

Off the top of my head the only things I can think of that would cause that are an incorrect forum path, or a problem with the datastore entries that was present in the download package for the first couple of days. Double check that your forum path in your links_config.php file is correct. Then you may want to try running this query as well:
UPDATE datastore SET unserialize = 1 WHERE title IN('adv_links_perms', 'adv_links_cats', 'adv_links_mods', 'adv_links_rand', 'adv_links_opts');

If neither of those help, please submit a support ticket and I'll see what's going on.

mrderanged
10-20-2006, 07:54 PM
Running the query worked. It's up and running. Well, at least I can see it. Still need to test everything else. Just to let you know, I downloaded the package last night.

Thanks.