Any one here coding firebase with Laravel?

|
Roham0010 2020-05-18 23:06:27
Roham0010 2020-05-18 23:03:40
in line 136 remove .$j and add 1 to the string like “question_option1”

line 136 sorry

Z_Yamin 2020-05-18 23:07:09
Roham0010 2020-05-18 23:04:12
so you don’t have question_option2 and there is a problem

laravel_discuss-37935.jpg
one more thing that the next row add to view,

Z_Yamin 2020-05-18 23:07:25
question_option2 and so on come from here
2020-05-18 23:09:16
Hello guys can I get laravel nuxt.js book please in PDF format…
Roham0010 2020-05-18 23:13:21
Z_Yamin 2020-05-18 23:07:09
one more thing that the next row add to view,

does your rowcount start from 1?

Z_Yamin 2020-05-18 23:13:52
No it start from 2
Z_Yamin 2020-05-18 23:15:37
There is just one row in view, i add the next row by javascript, so the row numer that i add by javascriot start from number 2
Roham0010 2020-05-18 23:16:49
Z_Yamin 2020-05-18 23:15:37
There is just one row in view, i add the next row by javascript, so the row numer that i add by javascriot start from number 2

do a dump on $request->all(); and place a screenshot here to see what are your inputs

Z_Yamin 2020-05-18 23:17:08
Ok
Roham0010 2020-05-18 23:18:00
by the way you can find your problem in the dumped data if you look clearly..
Z_Yamin 2020-05-18 23:21:04
laravel_discuss-37945.jpg
this
Roham0010 2020-05-18 23:23:06
Z_Yamin 2020-05-18 23:21:04
this

change <= to just < in your for loop line 135 to see what will happened

Z_Yamin 2020-05-18 23:24:58
Roham0010 2020-05-18 23:23:06
change <= to just < in your for loop line 135 to see what will happened

No change

Roham0010 2020-05-18 23:27:47
Z_Yamin 2020-05-18 23:24:58
No change

I found your problem
you are iterating question_option1 and 2 base on your count of your question_title
what is your count of question_title? 2
but every question_option1 and 2 just have one item and it’s just 0 index
so you don’t have question_option1[1]

Z_Yamin 2020-05-18 23:30:38
Roham0010 2020-05-18 23:27:47
I found your problem
you are iterating question_option1 and 2 base on your count of your question_title
what is your count of question_title? 2
but every question_option1 and 2 just have one item and it’s just 0 index
so you don’t have question_option1[1]

So what should be change?

Roham0010 2020-05-18 23:32:06
Z_Yamin 2020-05-18 23:30:38
So what should be change?

I don’t know what you are doing but base on what i see you can add just question_option without 1 2 … then remove .$j from your 136 line also other changes if nececery it should work

Z_Yamin 2020-05-18 23:33:45
Roham0010 2020-05-18 23:32:06
I don’t know what you are doing but base on what i see you can add just question_option without 1 2 … then remove .$j from your 136 line also other changes if nececery it should work

If i remove 1,2,…. from question_option, i can check just one option from one row, i can’t check other row option

Roham0010 2020-05-18 23:39:43
Z_Yamin 2020-05-18 23:33:45
If i remove 1,2,…. from question_option, i can check just one option from one row, i can’t check other row option

do you have anydesk? let’s go pv..

isofdev 2020-05-18 23:46:20
Hi everyone,
I need help help to solve this 👇
isofdev 2020-05-18 23:46:38
laravel_discuss-37956.jpg

Roham0010 2020-05-18 23:55:55
isofdev 2020-05-18 23:46:38

you are calling count() on a not array variable in your customify.blade file line 36 (but consider it between lines 30 … 40) look on what you called count()

Ahmed Magdi 2020-05-19 00:27:25
Guys
Any one here coding firebase with Laravel??!?
Roham0010 2020-05-19 00:28:00
Ahmed Magdi 2020-05-19 00:27:25
Guys
Any one here coding firebase with Laravel??!?

What’s the problem?

Ahmed Magdi 2020-05-19 00:30:18
laravel_discuss-37961.jpg

Ahmed Magdi 2020-05-19 00:30:19
I want to use fcm but firstly in firfox browser gives me error
Ahmed Magdi 2020-05-19 00:31:18
laravel_discuss-37963.jpg

Ahmed Magdi 2020-05-19 00:31:30
In chrome I got permission but …
Roham0010 2020-05-19 00:38:20
Ahmed Magdi 2020-05-19 00:30:19
I want to use fcm but firstly in firfox browser gives me error

check if in firefox notifications permission is granted

Ahmed Magdi 2020-05-19 00:51:03
Roham0010 2020-05-19 00:38:20
check if in firefox notifications permission is granted

For my local host
Is enabled

2020-05-19 00:56:02
Pls who knows the cost of testing a Laravel software in Nigeria
Roham0010 2020-05-19 00:56:17
Ahmed Magdi 2020-05-19 00:51:03
For my local host
Is enabled

In both chrome and firefox I see “unable to get mermission to notify”
I guess the problem is in both browsers

2020-05-19 01:17:17
laravel_discuss-37969.jpg
hi guys could you help me Im trying to upload excel file to my website but its giving this error I changed excel format cells it didnot helped
2020-05-19 01:17:33
2020-05-19 01:17:17
hi guys could you help me Im trying to upload excel file to my website but its giving this error I changed excel format cells it didnot helped

laravel_discuss-37970.jpg

Roham0010 2020-05-19 01:22:33
2020-05-19 01:17:17
hi guys could you help me Im trying to upload excel file to my website but its giving this error I changed excel format cells it didnot helped

It’s saying that you are using a non numeric format as a number

print your $exelTimestamp before where error occurs to see what is it’s value format

2020-05-19 01:23:00
Roham0010 2020-05-19 01:22:33
It’s saying that you are using a non numeric format as a number

print your $exelTimestamp before where error occurs to see what is it’s value format

ok

2020-05-19 01:26:46
laravel_discuss-37973.jpg
its returning int
2020-05-19 01:27:34
laravel_discuss-37975.jpg
this my code
Siberfx 2020-05-19 01:30:19
2020-05-19 01:27:34
this my code

dd($row[4], $row[5]) for multiple die and dump

2020-05-19 01:30:55
Siberfx 2020-05-19 01:30:19
dd($row[4], $row[5]) for multiple die and dump

no I forgot to comment but row5 giving int

2020-05-19 01:31:00
any laravel map package with caching?
Roham0010 2020-05-19 01:31:18
2020-05-19 01:26:46
its returning int

is your php version 7.1?

2020-05-19 01:31:26
Roham0010 2020-05-19 01:31:18
is your php version 7.1?

7.3

Roham0010 2020-05-19 01:35:48
2020-05-19 01:31:26
7.3

do this:
$partDay = (int)$… – (int)$…

Roham0010 2020-05-19 01:36:00
to see what will happened
2020-05-19 01:36:17
Roham0010 2020-05-19 01:35:48
do this:
$partDay = (int)$… – (int)$…

ok tnx

Roham0010 2020-05-19 01:43:03
2020-05-19 01:17:17
hi guys could you help me Im trying to upload excel file to my website but its giving this error I changed excel format cells it didnot helped

that screenshot is not your code it’s from vendor packages sorry I thaught it’s yours and I was suggesting base on them 🤦‍♂️😁

2020-05-19 01:44:33
Roham0010 2020-05-19 01:43:03
that screenshot is not your code it’s from vendor packages sorry I thaught it’s yours and I was suggesting base on them 🤦‍♂️😁

its okay do u know any way to solve it my boss gonna kill me (

Roham0010 2020-05-19 01:52:09
2020-05-19 01:44:33
its okay do u know any way to solve it my boss gonna kill me (

use this:
exelto….(row[5)->format(‘Y-m-d’)
to see if it works

2020-05-19 01:52:33
Roham0010 2020-05-19 01:52:09
use this:
exelto….(row[5)->format(‘Y-m-d’)
to see if it works

ok thanks sir

isofdev 2020-05-19 02:25:08
How to fix it?
|