-
-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subdomain install #394
Comments
The |
Alex, thanks for the quick response. I think that my first attempt was unsuccessful because of my PHP version. My hosting server gave me the option to set the ".htaccess" using the 5.4 or 5.5, the available versions on the server. I'll make a new upload and change the 'require_once' command. |
As I've suspected, the problem was the PHP version. UserFrosting installed and running like a charm =D Thanks a lot, Alex. |
Cool, glad it's working and welcome to the UF community! |
@alexweissman , something weird happened here. After the first screen (Site Settings), I just clicked on the 'Dashboard' link and 'Configuration>SIte Setttings' again. The screen gone blank. This is the error log: [26-Aug-2015 21:21:43 America/New_York] Error in /home/greenpub/userfrosting/models/mysql/MySqlSiteSettings.php on line 309: file(error_log): failed to open stream: No such file or directory |
Ironically, the error is happening when it is trying to open the error log. You can manually set the path to the error log, or fix the path in your |
The path it's correct. The problem happens if I delete (cleaning and maniac purposes lol) the file of the website's root. It would be nice to have something to clean the file and/or mark the errors as solved. |
If you're really into logging, you might want to check out Monolog. I'm hoping to integrate it into UF at some point. |
First of all, sorry about my english ;)
I have one question about the install on a subdomain. I've read the instructions and I'm really confused about something:
This is the suggested structure
In my case, it will be:
So ... where the "userfrosting" folder must be located?
Thanks in advance ;)
The text was updated successfully, but these errors were encountered: