Keyword

call to a member function purgeprivate() on null

More
3 years 3 weeks ago #178482 by Eoin Feeney
Replied by Eoin Feeney on topic call to a member function purgeprivate() on null
Aahhhh lost in textlation

Please Log in or Create an account to join the conversation.

More
3 years 3 weeks ago #178483 by JoomlaWorks
Replied by JoomlaWorks on topic call to a member function purgeprivate() on null
No worries. I was recently referred to that benchmark from a friend, so it was funnily connected with this issue...

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
3 years 1 week ago #178659 by SD
I had litespeedcache installed but have since removed it and don't find any instance of purgeprivate running in the public_html directory.

Still waiting on confirmation from the user if the issue remains or not.

Please Log in or Create an account to join the conversation.

More
3 years 1 week ago #178668 by JoomlaWorks
Replied by JoomlaWorks on topic call to a member function purgeprivate() on null
Ensure there is no plugin for LS as well. If there is, remove it.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
3 years 1 week ago #178673 by SD

Fotis wrote: Ensure there is no plugin for LS as well. If there is, remove it.

 

LS has been removed and the single user with the issue still reporting the error. I've had them try another browser, clear cache and even tried in private browsing.

I scanned the server files for anything related to LS and nothing returned back. Currently I'm running nginx web server.

Please Log in or Create an account to join the conversation.

More
3 years 1 week ago #178674 by JoomlaWorks
Replied by JoomlaWorks on topic call to a member function purgeprivate() on null
Search the site's codebase through a terminal if possible.
$ cd /to/the/site/files/
$ find . -iname "*.php" | xargs grep -i "purgeprivate("

This way you'll find where this function exists.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
3 years 1 week ago #178675 by SD
None found. This is the return.

[root@ssd public_html]# find . -iname "*.php" | xargs grep -i "purgeprivate("
grep: ./templates/ts_newslinen/__MACOSX/html/mod_login/._default: No such file or directory
grep: Copy.php: No such file or directory
grep: ./templates/ts_newslinen/__MACOSX/html/mod_articles_latest/._default: No such file or directory
grep: Copy.php: No such file or directory
grep: ./templates/ts_newslinen/html/mod_login/default: No such file or directory
grep: Copy.php: No such file or directory
grep: ./templates/ts_newslinen/html/mod_articles_latest/default: No such file or directory
grep: Copy.php: No such file or directory
grep: ./__MACOSX/templates/ts_newslinen/html/mod_login/._default: No such file or directory
grep: Copy.php: No such file or directory
grep: ./__MACOSX/templates/ts_newslinen/html/mod_articles_latest/._default: No such file or directory
grep: Copy.php: No such file or directory
grep: ./__MACOSX/media/k2/assets/vendors/verot/class.upload.php: Is a directory
grep: ./media/k2/assets/vendors/verot/class.upload.php: Is a directory

Please Log in or Create an account to join the conversation.

More
3 years 1 week ago #178688 by JoomlaWorks
Replied by JoomlaWorks on topic call to a member function purgeprivate() on null
I just told you what to search based on what you wrote initially. Ensure you copied the function name as it was originally shown in the error message.

Again, this is not part of K2.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
3 years 1 week ago #178696 by SD

Fotis wrote: I just told you what to search based on what you wrote initially. Ensure you copied the function name as it was originally shown in the error message.

Again, this is not part of K2.
 

I did read the first line of the results. I'm reporting back that it did not find what you asked me to search. "[root@ssd public_html]# find . -iname "*.php" | xargs grep -i "purgeprivate(""

I got it, its not part of K2.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum