Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. OP hasn't visited the forum in over 4 yeats. If it were still available after 4+ years, it probably wouldn't work with the current phpVMS release unless the theme were updated.
  3. Today
  4. Last week
  5. https://docs.phpvms.net/customize/theming
  6. /resources/views/layouts/ is where the theme folders are.
  7. Hello all, As im new to this and coding is also new I was hoping to edit my crew dashboard to look more like I want it. Can someone please point me in the direction of where these files are that I can edit the html? Thank you.
  8. Ok, realised I hadn't set the DB users up correctly and then deleted them for security, breaking things. I've got everything working now so I can crack on. I still get a document expired page after login but a refresh fixes it so it's either a cache issue (will try clearing browser now) or a cache permissions issue I need to locate and sort.
  9. Earlier
  10. Right... cracked it after a little permission tweaking and lots of cache clearing to get the installation completed, but now I get a 500 error after authentication. I can navigate the public pages before logging in to the site but when I login, I get a document expired error, and then a refresh redirects me to dashboard but with the 500 error. I'm sure it's a permissions thing so it would be helpful to have a rundown of which folders need which permissions across the board. Not a home server no. I have rented rack space
  11. Do not use any dev version, take the current release: https://github.com/phpvms/phpvms/releases/tag/7.0.4 Are you using a self-home server setup?
  12. Ok, I've uploaded the latest Dev version from https://phpvms.cdn.vmslabs.net/phpvms-latest-dev.zip I now get this when trying to setup the DB (dependancy page is all "ok"'s): Couldn't write .env file. (ErrorException: file_put_contents(/var/www/html/mysite/.env): Failed to open stream: Permission denied in /var/www/html/mysite/vendor/nwidart/laravel-modules/src/Support/Stub.php:135 Stack trace: #0 I've set all folders from /www/ to my admin user and chmod 775. Files are 664 for the most part. I had to set bootstrap and storage to 777 to get things to work so I'm not sure how safe that is but still I'm getting the above permission error? As a test, I set every folder and the Stub file in the path above to 777 and I still get the same perms error so I'm clearly missing something?
  13. I'll have a go with PHP 8.2... It's my own webserver so a direct upload..
  14. Try with php 8.2 Do a fresh install - new database and downloaded zip file. Did you use install option 1 or 2 ? Let us know the outcome.
  15. What do you mean? The installer is the site... If I navigate to my server address (http://myserver/index.php), it redirects to the installer page (http://myserver/index.php/system/install?step=requirements), as it should when you first run it. Problem is, I've completed the installer and it still loads that page. I'm guessing there's supposed to be a flag of some sort (database entry?) that tells the framework to load the index.php page instead of the installer once you've set it up (like I have).. I've installed the latest version 7.0.4, have PHP 8.4.8 installed.
  16. Have you tried going to the site to see if the site actually got installed? Also what version are you trying to install?
  17. I've managed to hurdle plenty of obstacles to get the installation working, and just when I thought I'd succeeded, I get to the last page of the install process, fill in my superadmin details and hit next, only to be taken back to the "Installer Requirements" page??? If I then run through the process again, when I get to the User and Airline setup page, it wont accept the ICAO or user email as it exists, so I know the setup worked. How to I clear the flag to tell it that the install is complete?
  18. It explains the basic premise. You will need to find the theme css and play around with it. Experiment with changing the color codes and images. Be sure to clone the theme first so you can return to the original theme if/when you mess up your cloned theme.
  19. https://docs.phpvms.net/customize/theming Does this link explain how to change the theme?
  20. Same thing here. Make sure to post your findings please 🙏
  21. Likely in the css file
  22. But I mean changing the color, the logos... etc. of the page that comes by default. I think it's from app.blade.php.
  23. What version of phpVMS are you using? 7.0.4 is the latest release In /admin/settings/general/current theme there is a dropdown that allows changing themes. I believe a default install (latest release) includes 2 themes. Additional themes can be added. There is one freeware theme called Disposable Theme available here in the forums. Be sure to read the included readme file if you choose to install it.
  24. You are a lifesaver. I didn't see that vhost config file on the installation page XD. Thank you so much!
  25. Hello good afternoon, a few weeks ago I tried to find a way to change the default style of my phpvms website, but there was no way, I would like someone to give me support to achieve what I need.
  26. Did you checked docs about Apache vhost config ? https://docs.phpvms.net/installation/vhost#apache At least you can see the difference(s) between your config and the example, most probably your RewriteEngine is off or miss configured, thus your server is trying to open a physical directory (/install) instead of considering it as a route. Good luck
  1. Load more activity
×
×
  • Create New...