This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing dependencies from lock file (including require-dev) | |
Verifying lock file contents can be installed on current platform. | |
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`. | |
Nothing to install, update or remove | |
Package amazonwebservices/aws-sdk-for-php is abandoned, you should avoid using it. Use aws/aws-sdk-php instead. | |
Package wrep/bugsnag-php-symfony is abandoned, you should avoid using it. No replacement was suggested. | |
Generating autoload files | |
> Incenteev\ParameterHandler\ScriptHandler::buildParameters | |
Updating the "app/config/parameters.yml" file | |
> Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading composer repositories with package information | |
Info from https://repo.packagist.org: #StandWithUkraine | |
Updating dependencies | |
Your requirements could not be resolved to an installable set of packages. | |
Problem 1 | |
- Root composer.json requires doctrine/migrations dev-master, found doctrine/migrations[dev-save-skipped-errored-migrations, dev-expose-other-migration-types, v1.0-ALPHA1, ..., 1.8.x-dev, v2.0.0-alpha1, ..., 2.3.x-dev, 3.0.0-alpha1, ..., 3.7.x-dev, 4.0.x-dev] but these do not match your constraint and are therefore not installable. Make sure you either fix the constraint or avoid updating this package to keep the one present in the lock file (doctrine/migrations[dev-master]). | |
Problem 2 | |
- Root composer.json requires pagerfanta/pagerfanta dev-master, found pagerfanta/pagerfanta[v1.0.0, ..., v1.1.0, v2.0.0, ..., 2.x-dev, v3.0.0-beta, ..., 3.x-dev, v4.0.0, v4.1.0, v4.2.0, 4.x-dev] but these do not match your constraint and are therefore not installable. Make sure you either fix the const |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing dependencies from lock file (including require-dev) | |
Verifying lock file contents can be installed on current platform. | |
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`. | |
Your lock file does not contain a compatible set of packages. Please run composer update. | |
Problem 1 | |
- stripe/stripe-php is locked to version v4.4.0 and an update of this package was not requested. | |
- stripe/stripe-php v4.4.0 requires ext-mbstring * -> it is missing from your system. Install or enable PHP's mbstring extension. | |
To enable extensions, verify that they are enabled in your .ini files: | |
- /etc/php/7.4/cli/php.ini | |
- /etc/php/7.4/cli/conf.d/10-mysqlnd.ini |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
# Admin email, Server Name (domain name) and any aliases | |
ServerAdmin webmaster@example.com | |
ServerName nordic.luther.edu | |
# Index file and Document Root (where the public files are located) | |
DirectoryIndex index.php | |
DocumentRoot /var/www/nordic/htdocs | |
# Custom log file locations |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I, [2021-11-04T20:49:06.622461 #917] INFO -- : Started POST "/jobs" for 173.244.209.64 at 2021-11-04 20:49:06 +0000 | |
I, [2021-11-04T20:49:06.638338 #917] INFO -- : Processing by JobsController#create as HTML | |
I, [2021-11-04T20:49:06.639043 #917] INFO -- : Parameters: {"utf8"=>"✓", "authenticity_token"=>"ceEzzqLuamxdyJVwzTEwguJqA/p3VXoOlfoEEuL4XT/9TirnawYLZkVC9A6C+A5ncWfFdKxVmMrMEdi3tHBQ0A==", "job"=>{"job_params"=>{"repo_id"=>"2", "ref_id"=>"", "position"=>"", "type"=>"resource", "rid"=>"68", "aoid"=>""}, "job_type"=>"bulk_import_job", "jsonmodel_type"=>"bulk_import_job", "resource_id"=>"/repositories/2/resources/68", "format"=>"csv", "content_type"=>"xlsx", "filename"=>"AS-test.xlsx", "load_type"=>"ao"}, "files"=>[#<ActionDispatch::Http::UploadedFile:0x283f895f @tempfile=#<Tempfile:/var/www/uidaho/data/tmp/RackMultipart20211104-917-1utwbeu.xlsx>, @original_filename="AS-test.xlsx", @headers="Content-Disposition: form-data; name=\"files[]\"; filename=\"AS-test.xlsx\"\r\nContent-Type: application/vnd.openxml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form id="advanced_search" action="/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="✓"> | |
<div class="row search_row" id="search_row_0"> | |
<div class="col-sm-1 bool form-group form-inline" style="display: none;"> | |
<label class="sr-only" for="op0">Search operator</label> | |
<select name="op[]" id="op0" disabled="disabled" class="form-control hidden"><option value="AND">And</option> | |
<option value="OR">Or</option> | |
<option value="NOT">Not</option></select> | |
<input type="hidden" name="op[]" id="op_" value=""> | |
</div> | |
<div class="form-group form-inline col-sm-4"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AppConfig[:record_inheritance] = { | |
:archival_object => { | |
:inherited_fields => [ | |
{ | |
:property => 'title', | |
:inherit_directly => true | |
}, | |
{ | |
:property => 'component_id', | |
:inherit_directly => false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[java] ArchivesSpaceThreadDump: Touch the file './../thread_dump_backend.txt' to trigger a thread dump | |
[java] Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary. | |
[java] ======================================================================== | |
[java] A trace file has been written to the following location: /var/folders/bq/ycyh3q4n34j98297ypcc_d0m0000gn/T/aspace_diagnostic_1552347192.txt | |
[java] | |
[java] This file contains information that will assist developers in diagnosing | |
[java] problems with your ArchivesSpace installation. Please review the file's | |
[java] contents for sensitive information (such as passwords) that you might not | |
[java] want to share. | |
[java] ======================================================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SMTP CONFIG: | |
AppConfig[:pui_email_delivery_method] = :smtp | |
AppConfig[:pui_email_smtp_settings] = { | |
address: 'localhost', | |
port: 587, | |
domain: 'libraryhost.com', | |
} | |
# SENDMAIL CONFIG | |
# Example sendmail configuration: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql> select * from deleted_records; | |
+-----+---------------------------------------------------------------+-----------+---------------------+ | |
| id | uri | operator | timestamp | | |
+-----+---------------------------------------------------------------+-----------+---------------------+ | |
| 1 | /locations/1 | prawson | 2015-10-05 13:45:02 | | |
| 2 | /locations/2 | prawson | 2015-10-05 13:45:02 | | |
| 3 | /locations/3 | prawson | 2015-10-05 13:45:02 | | |
| 4 | /locations/4 | prawson | 2015-10-05 13:45:02 | | |
| 5 | /locations/5 | prawson | 2015-10-05 13:45:02 | | |
| 6 | /locations/6 | prawson | 2015-10-05 13:45:02 | |
NewerOlder