wcadena / gestor-inventarios-it

Sistema de Gestión de Activos Fijos con Laravel 5.8
Eclipse Public License 1.0
24 stars 22 forks source link

Problemas al ejecutar la migración seed #59

Closed alek10c closed 5 years ago

alek10c commented 5 years ago

SQLSTATE[HY000]: General error: 1553 Cannot drop index 'equipos_empresa_procede1_foreign': needed in a foreign key constraint (SQL: alter table equipos drop empresa_procede1)

wcadena commented 5 years ago

Hola, gracias por este reporte, ya lo tengo reparado en el comit

https://github.com/wcadena/inventarioFinalApp/commit/6887bf49e5a1332ab31921a7047dea84a5b69a58

estoy realizando cambios aun en el template, ya que deseo prepararlo para un futuro cambio a Adminlte3, asi que cree este branch para probar los cambios en el template.

espero lo mas pronto terminar las pruebas y ponerlo de nuevo en el master

alek10c commented 5 years ago

Ok muchas Gracias pero te cuento que resulto otro error.

Actualice el repositorio elimine la base de datos y volví a ejecutar la migración con el seed y me arroja ahora este error.

Seeding: ContactosTableSeeder

Swift_TransportException : Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required "

at E:\Portatil ANDAP\www\inventarioFinalApp\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\AbstractSmtpTransport.php:457 453| $this->eventDispatcher->dispatchEvent($evt, 'responseReceived'); 454| } 455| 456| if (!$valid) {

457| $this->throwException(new Swift_TransportException('Expected response code '.implode('/', $wanted).' but got code "'.$code.'", with message "'.$response.'"', $code)); 458| } 459| } 460| 461| /* Get an entire multi-line response using its sequence number /

Exception trace:

1 Swift_Transport_AbstractSmtpTransport::assertResponseCode("530 5.7.1 Authentication required ") E:\Portatil ANDAP\www\inventarioFinalApp\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\AbstractSmtpTransport.php:341

2 Swift_Transport_AbstractSmtpTransport::executeCommand("MAIL FROM:noresponder@ecuatask.dev ", []) E:\Portatil ANDAP\www\inventarioFinalApp\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\EsmtpTransport.php:305

Please use the argument -v to see more details.

El tema es que cuando intento iniciar seccion no me deja y me envia este error.

Envió Captura de Pantalla:

captura de pantalla 3

wcadena commented 5 years ago

Hola Podrias revisar el archive .env al parecer tienes un error en el envio de correo. Te sugiero revisar con esta configuracion:

APP_NAME=Inventario APP_ENV=local APP_KEY=base64:FisRDsQB2Hae/1va/sToIvgAhICbPiLRPjlH2Q3LNe8= APP_DEBUG=true APP_URL=http://localhost:8000 APP_TITLE_PAGE="Inventario de equipos y recursos"

LOG_CHANNEL=stack

DB_CONNECTION=mysql DB_HOST=192.168.10.10 DB_PORT=3306 DB_DATABASE=inventarios_2 DB_USERNAME=homestead DB_PASSWORD=secret

DB_MIGRACIONES=false CODECOV_TOKEN="4b7c0b42-504a-4564-ba5d-d31c344d63ca"

BROADCAST_DRIVER=log CACHE_DRIVER=file SESSION_DRIVER=file QUEUE_DRIVER=database

REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379

MAIL_DRIVER=log MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME= MAIL_PASSWORD= MAIL_ENCRYPTION=tls

MAIL_FROM_ADDRESS=noresponder@ecuatask.dev MAIL_FROM_NAME="No Responder"

PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET=

MAILGUN_DOMAIN=pubkey- MAILGUN_SECRET=key-

FACEBOOK_APP_ID= FACEBOOK_APP_SECRET=

FIRE_API_KEY= FIRE_AUTH_DOMAIN=-.firebaseapp.com FIRE_DATABASE_URL=https://-.firebaseio.com FIRE_DATABASE_SECRET= FIRE_PROJECTID=- FIRE_STORAGEBUCKET= FIRE_MESSAGINGSENDERID=

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: Christian Leonardo Idarraga notifications@github.com Sent: Thursday, December 13, 2018 3:29:59 PM To: wcadena/inventarioFinalApp Cc: Wágner Alexánder Cadena Lastra; Comment Subject: Re: [wcadena/inventarioFinalApp] Problemas al ejecutar la migración seed (#59)

Ok muchas Gracias pero te cuento que resulto otro error.

Actualice el repositorio elimine la base de datos y volví a ejecutar la migración con el seed y me arroja ahora este error.

`Seeding: ContactosTableSeeder

Swift_TransportException : Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required "

at E:\Portatil ANDAP\www\inventarioFinalApp\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\AbstractSmtpTransport.php:457 453| $this->eventDispatcher->dispatchEvent($evt, 'responseReceived'); 454| } 455| 456| if (!$valid) {

457| $this->throwException(new Swift_TransportException('Expected response code '.implode('/', $wanted).' but got code "'.$code.'", with message "'.$response.'"', $code)); 458| } 459| } 460| 461| /* Get an entire multi-line response using its sequence number /

Exception trace:

1 Swift_Transport_AbstractSmtpTransport::assertResponseCode("530 5.7.1 Authentication required ") E:\Portatil ANDAP\www\inventarioFinalApp\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\AbstractSmtpTransport.php:341

2 Swift_Transport_AbstractSmtpTransport::executeCommand("MAIL FROM:noresponder@ecuatask.devmailto:noresponder@ecuatask.dev ", []) E:\Portatil ANDAP\www\inventarioFinalApp\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\EsmtpTransport.php:305

Please use the argument -v to see more details.`

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/wcadena/inventarioFinalApp/issues/59#issuecomment-447110162, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ALLnBhVhbPulalq2gfyukc6iif-GnrMgks5u4rjHgaJpZM4ZQxxp.

wcadena commented 5 years ago

Lo lograste? actualice el proyecto hoy

LaDanta commented 5 years ago

Sigue sin funcionar

wcadena commented 5 years ago

Y me podrías adjuntar el archivo log para ver cuál es el error? Ahora lo he actualizado a laravel 6, con un mejor template le instalé también pruebas phpunit , ahora tal ve es la versión de php , te recomiendo usar homestead, no es tan difícil como parece, con todo mándame tu log para revisarlo o tal vez podamos hacer un remoto con team

Saludos Wagner Cadena Enviado desde mi iPhone

El 17 oct. 2019, a la(s) 18:53, Emmanuel Ramirez notifications@github.com escribió:



Sigue sin funcionar

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/wcadena/gestor-inventarios-it/issues/59?email_source=notifications&email_token=ACZOOBU6DCRQB5JRNPQ2EI3QPD3IDA5CNFSM4GKDDRU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBR5UFA#issuecomment-543414804, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACZOOBV3RGXSS5ZVI2SP37TQPD3IDANCNFSM4GKDDRUQ.