All posts in the topic Post Install Issue: Users Not Being Written (Short link)
Summary
- There are 3 posts — by 2 authors — in this topic.
- Latest post made by bsrequiredemail at Oct 12 04:56 UTC
1) Downloaded - peopleaggregator-1.2pre7_RC1-release-67.zip 2) Installed and all appeared to go well. 3) FTP all files to root 4) CHMod Directories 5) Ran Install Script 6) Moved local_config.php into parent dir of web 7) $_PA->enable_networks = FALSE; (not sure if this is relevant or not to the issue) 8) www.mywebsite.com appears to be working fine 9) create account and go about config of site All appears well until I log in with a different browser and create a test user and then I find that I am unable to see other user profiles. I get 404 errors. The properties of the UserName Link to "test" in the Members list points to http://www.mywebsite.com/web/users/tester/ This directory does not exist even in the ZIP I downloaded, nor was it created during the install. Creating it did no good. What now? Interacting with other profiles is kind of the point of a social network site, right? Any help would be appreciated! Thanks in advance!
1: You have to point apache to display the url in this order: http://www.mywebsite.com/users/tester/<http://www.mywebsite.com/web/users/tester/> not http://www.mywebsite.com/web/users/tester/ that is, the /web thing shouldn't be visible. 2: If you get 404 on this URL that can only mean that either install_dir/web/.htaccess file is missing, or MOD_REWRITE for the server is not enabled. To make sure that everything is OK, and the problem is MOD_REWRITE, go to this url: <http://www.mywebsite.com/user_blog.php?login=tester> http://www.mywebsite.com/user_blog.php?login=tester if this URL loads fine, than, the problem is the server. On Sat, Oct 11, 2008 at 3:15 AM, bsrequiredemail
added
$_PA->enable_fancy_url = FALSE;
to local_config.php
Problem fixed!