srlesrle / betting

betting script, bet on games, football bet, soccer bet, basketball bet, add any game at any moment
39 stars 31 forks source link

White Screen #3

Open sion10 opened 7 years ago

sion10 commented 7 years ago

Hi, I am just getting a white screen after installing do you have any ideas?

Thanks

srlesrle commented 7 years ago

Turn the error reports on in php then you will see what is bothering the program. On Mon, 24 Jul 2017 at 17:04, sion10 notifications@github.com wrote:

Hi, I am just getting a white screen after installing do you have any ideas?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/srlesrle/betting/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/ASup9L22dz2gTMAgBYNKeEm_Evf6LbGqks5sRLKKgaJpZM4OhUPX .

sion10 commented 7 years ago

Thanks for your reply.

These are the issues: A PHP Error was encountered Severity: Warning

Message: Warning Invalid argument supplied for foreach() views/view.php 99

Filename: views/view.php

Line Number: 99

Have you had any problems like this?

Thanks

sion10 commented 7 years ago

Also:

sion10 commented 7 years ago

A PHP Error was encountered Severity: Warning

Message: Warning Invalid argument supplied for foreach() views/users.php 7

Filename: views/users.php

Line Number: 7

srlesrle commented 7 years ago

I build this like 10 years ago, just got to that file and check what is going on, maybe there is no array provided or just empty.

You can also say before array: If(count($array) > 0) { Procees with array Else Do nothing

But first check what is going one with that data....

It is based on codeigniter so you can find how it is builded.

On Mon, 24 Jul 2017 at 18:34, sion10 notifications@github.com wrote:

A PHP Error was encountered

Severity: Warning

Message: Warning

Invalid argument supplied for foreach()

views/users.php

7

Filename: views/users.php

Line Number: 7

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/srlesrle/betting/issues/3#issuecomment-317479543, or mute the thread https://github.com/notifications/unsubscribe-auth/ASup9L5ytiQrJXQb964Pjd9rlzMNd32yks5sRMeygaJpZM4OhUPX .

sion10 commented 7 years ago

Thanks!