Posts by Ricardo Mendes • 65 points
16 posts
-
0
votes1
answer335
viewsQ: Open Access file on linux
By connection , as I change my DSN ? one of the cases in my connection class that opens file in access case "fatura" : $strHost = ""; $strUser = ""; $strPass = ""; $strBase = ""; $strType = "";…
-
0
votes1
answer972
viewsA: PHP Application -File Download Problems in xlsx
This link managed to get the answer I needed... updated my headers.. link Answer header('Content-Description: File Transfer'); header("Content-Type:…
-
0
votes1
answer972
viewsQ: PHP Application -File Download Problems in xlsx
Hello, I have an application that is having trouble downloading files in the latest Excel format Displays the message from in the application calls this file in php in the upload I have no problems…
-
0
votes0
answers117
viewsQ: Send data stay on the same page
I would like my input’s text DE/PARA to write to my xml file (write) When I click send when I go to my xml file ,it even appears in the file details the date and time I clicked to send , and when I…
-
0
votes2
answers992
viewsQ: mkdir(): No such file or directory - Laravel
I have a problem in Laravel, when creating a folder in the Windows, with this method it creates the folder in the Linux, displays the error: ErrorException in Filesystem.php line 435:mkdir(): No…
-
-1
votes2
answers1007
viewsA: Create php folder inside another folder
I did so by logic I think it is also valid correct?? My save on this same path created a new folder with the name of projects_archives08 and in this same place has the folder projects_files...…
-
-1
votes2
answers1007
viewsQ: Create php folder inside another folder
I’m doing maintenance on a project done in Laravel, where the object files is saved in this path ,pdf files C: xamp2 htdocs pmo public projects_files The code snippet where you save the files is…
-
0
votes0
answers669
viewsQ: Create JSON in a txt file
How do I turn a.txt file into json ? $linhas = fopen ("sections.txt", "r"); //percorre while (!feof ($linhas)){ $ponteiro = fgets($linhas, 1096); $valores = preg_split("[/]",$ponteiro); $paraTxt =…
-
0
votes0
answers249
viewsQ: Select option value - Get from datatable
I would like select option to take the fields from a column in the table My select: <div class="dataTables_lenght"> <label> <select id = "select1 " name="select1"…
-
0
votes2
answers289
viewsQ: Xampp - Does Not Start
I’m having trouble accessing the files locally ,when I put in the browser http://localhost:8080 displays the shaman’s Dashboard would like it to display the folders with the projects, which are in…
-
2
votes1
answer699
viewsQ: Read a php file
My screen, can list the files as link and even displays in another tab with target ,I just can’t get the clicked file to display the content. I’m using the fopento open and the fread to read...…
phpasked Ricardo Mendes 65 -
1
votes1
answer882
viewsQ: SQLSTATE[08001] - Named Pipes Provider - Laravel
I’m getting an error when connecting the application to the bank. The file . env is configured correctly with the database settings, the error I have as return: SQLSTATE[08001]: [Microsoft][ODBC…
-
1
votes1
answer433
viewsQ: Problems when creating Migrations - Laravel
I’m in trouble ,to create a Migration in the terminal displays this... [Symfony\Component\Console\Exception\CommandNotFoundException] Command "make:migrations" is not defined. Did you mean one of…
-
0
votes0
answers534
viewsQ: Error - Trying to get Property of non-object - Laravel
I moved my production bank ,to site the production base returns the objects already my local database appears this message My projectController /** * Lista todos os projetos ativos * @access public…
-
0
votes2
answers449
viewsA: Error-Laravel php Artisan
To close the question, I just took a backup I had, and I did the procedure I always do and finally returned to normal. And I looked in the file app.php and the part where I had problems... is like…
-
1
votes2
answers449
viewsQ: Error-Laravel php Artisan
I have this error in executing the command php artisan serve RuntimeException in Encrypter.php line 43: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths. in…