Posts by Sérgio henrique • 65 points
9 posts
-
1
votes1
answer95
viewsA: Popular object with async/await nested
async/await is not "respected" inside loops, either, foreach or even in arrays . map(). One solution to get around this is to use Promises to perform the loops, and, since the Promise is async, you…
-
2
votes1
answer256
viewsQ: Add value to database
I use Codeigniter, and the situation is as follows: The product has a current stock, and I want to input more items from this stock... how do we add the existing with the new entries? Follows code:…
-
-1
votes1
answer112
viewsQ: Codeigniter error
Well, at the company’s developing INTRANET, I did a memo piece and simple Osti, but both are not working. They’re almost the same, follow code: CANVAS // Tela de envio de OSTI case 'enviar_osti':…
-
1
votes2
answers740
viewsQ: Codeigniter media upload error
While trying to upload any media, the following error always appears : O TIPO DE ARQUIVO NÃO É PERMITIDO. But yes, I did jpg, png, gif, I’ve already switched only to pdf and error persists! Follow…
-
0
votes2
answers685
viewsA: Error Call to a Member Function Row() on a non-object Codeigniter
Wallace, man, I found the mistake, it’s part here of the first if , is missing a sign of "="... if($iduser=NULL):, put and worked normal! Thanks for the help!
-
0
votes2
answers685
viewsQ: Error Call to a Member Function Row() on a non-object Codeigniter
Password change screen, form is ok, but variable to fetch information in bd giving error, in function Row()! Follow VIEW: case 'alterar_senha': $iduser= $this->uri->segment(3);…
-
0
votes2
answers423
viewsA: Codeigniter , Session class is safe?
I believe that if you use an encryption (hash) and also , in the file config.php make false the option to leave the session active after browser shutdown
-
0
votes1
answer105
viewsQ: Data-Table does not work with Codeigniter
The page does not show the data-table, only the table created in codeigniter. It follows codes CONTROLLER public function gerenciar(){ esta_logado(); set_tema('footerinc',…
-
1
votes1
answer85
viewsQ: Error number 1064 Codeigniter
An error is appearing when I log in to my system: Error Number: 1064 You have an error in your SQL syntax; check the manual that Corresponds to your Mysql server version for the right syntax to use…