1. Account creation issue: If you’re able to create an account but can’t log into your server, it could be due to how the accounts are being stored or communicated with the server. Check the following:
• Make sure the FluxCP configuration file (/config/application.php) is correctly pointing to your server’s database.
• Ensure the hashing method for passwords in FluxCP matches what your server uses.
• Verify that the database permissions are set up properly and that new accounts are being written correctly.
2. “My Account” error: The critical error you’re seeing when you click “My Account” likely points to a misconfiguration or missing component. Here’s what you can do:
• Check the error logs in storage/logs/ for more specific details about the exception.
• Make sure your server’s PHP version meets the requirements for FluxCP Make a Calendar.
• Verify that your web server (Apache or Nginx) is correctly configured, particularly in terms of access to the /config and /storage directories.
• Double-check any FluxCP-specific configurations for “My Account” functionality, ensuring that database tables and user session handling are properly set up.