Jump to content

visionm

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

visionm's Achievements

Rookie

Rookie (2/14)

  • One Year In Rare
  • One Month Later Rare
  • Reacting Well Rare
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi. I have got laravel running before on heliohost but ive gone back and forth a bit between laravel and drupal and now I am back on laravel. So I am trying to install it to start development but I keep running into strange errors. the plesk laravel installer wouldnt work. It ran into an error having to do with a the composer file already existing or not. after trying to delete everything and trying a few times I finally tried the softalicious laravel installer and I had a bit more luck. Laravel did seem to install correctly but now I am getting a 403 AH01276: Cannot serve directory /home/abstractions.helioho.st/httpdocs/public/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm,index.shtml) found, and server-generated directory index forbidden by Options directive, referer: https://tommy.heliohost.org/ so obviously something is wrong but i know that this should just work. I am thinking that wiping my account may do the trick as one thing I see is that after all of this plesk says I have 9 git repos now. not sure if that is accurate but I know they are not needed. how can I check to see if these repos actually exist and delete them if needed?
  2. Hi. I am new to drupal and I am trying to find how to write a composer.json file for this. I finally asked gpt4 and it gave me this (below). I just wanted someone to look at it to be sure I would not break something with this. The main question I have though is which is the web directory or would it just be public/ ? { "name": "example/drupal-project", "description": "A Drupal 11 project setup using Composer.", "type": "project", "license": "GPL-2.0-or-later", "require": { "drupal/core-recommended": "^11.0", "drupal/core-composer-scaffold": "^11.0", "drupal/core-project-message": "^11.0", "composer/installers": "^2.0", "cweagans/composer-patches": "^1.7" }, "require-dev": { "drupal/devel": "^5.1" }, "conflict": { "drupal/drupal": "*" }, "minimum-stability": "stable", "prefer-stable": true, "config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true }, "extra": { "drupal-scaffold": { "locations": { "web-root": "httpdocs/public" } }, "installer-paths": { "httpdocs/public/core": ["type:drupal-core"], "httpdocs/public/libraries/{$name}": ["type:drupal-library"], "httpdocs/public/modules/contrib/{$name}": ["type:drupal-module"], "httpdocs/public/profiles/contrib/{$name}": ["type:drupal-profile"], "httpdocs/public/themes/contrib/{$name}": ["type:drupal-theme"], "drush/Commands/contrib/{$name}": ["type:drupal-drush"] }, "enable-patching": true }, "scripts": { "post-install-cmd": [ "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup", "Drupal\\Core\\Composer\\Composer::ensureHtaccess" ], "post-update-cmd": [ "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup", "Drupal\\Core\\Composer\\Composer::ensureHtaccess" ] } }
  3. I saw that but it did not show my drupal install because i installed through plesk app tab. But so if I start over and install using composer maybe that would be better.
  4. Thanks. I am just wondering if I would be able to update manually? The update instructions Drupal points me to require the use of composer and I would not have access to that would I? https://www.drupal.org/project/drupal/releases/10.3.7 edit okay I found it. Thanks. I just missed it before I see that ftp is available but the shell is not so it appears I will have to do manual updates over ftp.
  5. Hi. Just wondering about updating to the latest version of drupal. Drupal tells me " Manual updates required Automatic updates of Drupal core are not supported at this time. NameSite versionRecommended version Drupal core (Security update)10.2.210.3.7 (Release notes) " but 10.2 is all that is available in plesk. is there any action I can take here? Thanks. Daniel
  6. How about Abstractions.helioho.st Thanks!
  7. Hello. I would like to change my subdomain to "abstractions". Is submitting a ticket the only way do to this?
×
×
  • Create New...