*

bc20rbk

  • *
  • 2 posts
Problem with my site
« on: May 08, 2023, 10:03:41 AM »
Hello!
I have problems with the website vindepieseauto.ro

For several days, the site has stopped working with this error:
Fatal error: Call to a member function row() on boolean in /home/vindepieseauto/public_html/oc-includes/osclass/model/Item.php on line 1238

I can't even enter the admin anymore.
This error appears:
Fatal error: Call to a member function result() on boolean in /home/vindepieseauto/public_html/oc-includes/osclass/classes/Stats.php on line 66

I want to mention that no one visited the site.
Can someone help me for a fee to solve this problem?
And after it is solved, I would like to change my theme as well.
I will buy a new one.

Thank you in advance.

Buna ziua!
Am probleme cu site vindepieseauto.ro

De cateva zile site ul nu mai functioneaza cu eroarea asta:
Fatal error: Call to a member function row() on boolean in /home/vindepieseauto/public_html/oc-includes/osclass/model/Item.php on line 1238
Nici in admin nu mai pot intra.
Apare eroarea asta:
Fatal error: Call to a member function result() on boolean in /home/vindepieseauto/public_html/oc-includes/osclass/classes/Stats.php on line 66

Tin sa mentionez ca nu a umblat nimeni la site.
Ma poate ajuta cineva contra cost sa rezolve aceasta problema ?
Iar dupa ce este rezolvata as dori sa-mi schimbe si tema.
Voi cumpara alta noua.

Multumesc anticipat.
« Last Edit: May 08, 2023, 10:26:23 AM by bc20rbk »

*

MB Themes

Re: Problem with my site
« Reply #1 on: May 08, 2023, 10:32:04 AM »
Try to downgrade php version
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

bc20rbk

  • *
  • 2 posts
Re: Problem with my site
« Reply #2 on: May 08, 2023, 11:09:12 AM »
I did all versions. Not working.

*

marian ion

Re: Problem with my site
« Reply #3 on: May 10, 2023, 03:29:58 PM »
Hello!
I have problems with the website vindepieseauto.ro

For several days, the site has stopped working with this error:
Fatal error: Call to a member function row() on boolean in /home/vindepieseauto/public_html/oc-includes/osclass/model/Item.php on line 1238

I can't even enter the admin anymore.
This error appears:
Fatal error: Call to a member function result() on boolean in /home/vindepieseauto/public_html/oc-includes/osclass/classes/Stats.php on line 66

I want to mention that no one visited the site.
Can someone help me for a fee to solve this problem?
And after it is solved, I would like to change my theme as well.
I will buy a new one.

Thank you in advance.

Buna ziua!
Am probleme cu site vindepieseauto.ro

De cateva zile site ul nu mai functioneaza cu eroarea asta:
Fatal error: Call to a member function row() on boolean in /home/vindepieseauto/public_html/oc-includes/osclass/model/Item.php on line 1238
Nici in admin nu mai pot intra.
Apare eroarea asta:
Fatal error: Call to a member function result() on boolean in /home/vindepieseauto/public_html/oc-includes/osclass/classes/Stats.php on line 66

Tin sa mentionez ca nu a umblat nimeni la site.
Ma poate ajuta cineva contra cost sa rezolve aceasta problema ?
Iar dupa ce este rezolvata as dori sa-mi schimbe si tema.
Voi cumpara alta noua.

Multumesc anticipat.
Salut. Da-mi un pm

*

dsf

  • *****
  • 261 posts
Re: Problem with my site
« Reply #4 on: May 10, 2023, 05:31:02 PM »
Please disable debug errors to show in PUBLIC.

Enable then to DEBUG.LOG only (and protect your debug.log with .htaccess).

https://docs.osclasspoint.com/debug-mode


Code: [Select]
<Files ~ "\.log$"> 
Order Allow,Deny
Deny from All
</Files>