OVOO - Live TV & Movie Portal CMS with Membership System

OVOO - Live TV & Movie Portal CMS with Membership System V3.3.3 - Nulled

No permission to download

CreativeZoomer

New member
May 2, 2022
23
1
3

A PHP Error was encountered​

Severity: 8192
Message: Required parameter $slug follows optional parameter $limit
Filename: models/Genre_model.php
Line Number: 128

A PHP Error was encountered​

Severity: 8192
Message: Required parameter $slug follows optional parameter $limit
Filename: models/Country_model.php
Line Number: 113


I'm getting these errors can anyone help..?
 

gummy

New member
May 6, 2022
13
14
3

A PHP Error was encountered​

Severity: 8192
Message: Required parameter $slug follows optional parameter $limit
Filename: models/Genre_model.php
Line Number: 128

A PHP Error was encountered​

Severity: 8192
Message: Required parameter $slug follows optional parameter $limit
Filename: models/Country_model.php
Line Number: 113


I'm getting these errors can anyone help..?
Well, I'm glad I'm not the only one using PHP8. I got the same error, it is because PHP8 has more warnings about bad code style. We can remove this warning by changing two files:

In models/Country_model.php line 113 find this code:
PHP:
public function fetch_country_video_by_slug($limit=16, $start=0, $slug) {
Change to:
PHP:
public function fetch_country_video_by_slug($limit, $start, $slug) {

In models/Genre_model.php line 128 find this code:
PHP:
public function fetch_genre_video_by_slug($limit=16, $start=0, $slug) {
Change to:
PHP:
public function fetch_genre_video_by_slug($limit, $start, $slug) {
 

CreativeZoomer

New member
May 2, 2022
23
1
3
Well, I'm glad I'm not the only one using PHP8. I got the same error, it is because PHP8 has more warnings about bad code style. We can remove this warning by changing two files:

In models/Country_model.php line 113 find this code:
PHP:
public function fetch_country_video_by_slug($limit=16, $start=0, $slug) {
Change to:
PHP:
public function fetch_country_video_by_slug($limit, $start, $slug) {

In models/Genre_model.php line 128 find this code:
PHP:
public function fetch_genre_video_by_slug($limit=16, $start=0, $slug) {
Change to:
PHP:
public function fetch_genre_video_by_slug($limit, $start, $slug) {
Got fixed. Thankyou..!(y):love:
 

abel

New member
Jun 9, 2020
7
2
3

A PHP Error was encountered​

Severity: 8192
Message: Facebook\FacebookApp implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Filename: facebook-login/FacebookApp.php
Line Number: 29
 

ukgamer

Well-known member
Trusted Uploader
Mar 7, 2019
2,061
1,143
113
EmbedWorld Movie API
embedworld.xyz
I

A PHP Error was encountered​

Severity: 8192
Message: Facebook\FacebookApp implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Filename: facebook-login/FacebookApp.php
Line Number: 29

Use the correct php version simple 🙂
 

JowelG

Member
May 20, 2020
132
18
18
Venezuela
Everything was working fine but from one moment to another I no longer want to import the images from the movies, does anyone know how to solve it?
 

Attachments

  • error.png
    error.png
    47 KB · Views: 26

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu