pH7Software / pH7-Social-Dating-CMS

😻 pH7Builder (formerly pH7CMS) is a Professional & Open Source Social Dating CMS written in PHP 8 🚀 This Social Dating Script aims to be low resource-intensive, powerful and secure. pH7Builder includes over 40 modules. It is the first Professional, Free & Open Source Social Dating Site Builder Software and the first choice for enterprise level Da
https://pH7Builder.com
MIT License
961 stars 578 forks source link

http 500 caused by #660

Closed simon1967 closed 4 years ago

simon1967 commented 4 years ago

Ok can any one guide me please I have looked at the error log over and over and still can not find the problem within the code [29-Oct-2019 21:33:50 Europe/Amsterdam] PHP Fatal error: Uncaught Error: Class 'WebsiteChecker' not found in /home/clubhous/public_html/index.php:21 But wechecker is there and has the correct permmisions . Any advice please I have looked through threads on here for 3 days

Simon

Undefined-Variables commented 4 years ago

Hi Simon

Put your site into development mode then you will be able to see an entire back trace of the problem. Copy and paste that back trace here and we maybe able to tell you more.

polynamaude commented 4 years ago

@simon1967 I'm repeating myself... https://github.com/pH7Software/pH7-Social-Dating-CMS/wiki/How-to-ask-for-help

simon1967 commented 4 years ago

Can I please add this will run for days and days before the fault occurs. I have restored the site again put it in development and it could be days before this happens again, Here id the error lof from my cpanel. The server has all the requirements but for ffmpeg but I have that module switched off. So for now this is the only error I can produce, From this it looks like there server config but it has been checked 4 times and is fine. I am grateful for your time of course simon

Wed Oct 30 20:09:25.490321 2019] [authz_core:error] [pid 1003372:tid 47771639990016] [client 82.132.187.218:13261] AH01630: client denied by server configuration: /home/clubhous/public_html/index.cgi [Wed Oct 30 20:09:25.490099 2019] [authz_core:error] [pid 1003372:tid 47771639990016] [client 82.132.187.218:13261] AH01630: client denied by server configuration: /home/clubhous/public_html/index.pl [Wed Oct 30 19:15:45.326987 2019] [authz_core:error] [pid 710512:tid 47771646293760] [client 65.36.241.48:56980] AH01630: client denied by server configuration: /home/clubhous/public_html/index.cgi [Wed Oct 30 19:15:45.326636 2019] [authz_core:error] [pid 710512:tid 47771646293760] [client 65.36.241.48:56980] AH01630: client denied by server configuration: /home/clubhous/public_html/index.pl

On Wed, 30 Oct 2019 at 12:20, Polyna-Maude R.-Summerside < notifications@github.com> wrote:

@simon1967 https://github.com/simon1967 I'm repeating myself...

https://github.com/pH7Software/pH7-Social-Dating-CMS/wiki/How-to-ask-for-help

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6WM2GD4DOFEZ7NICF3QRF32RA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECT6P5I#issuecomment-547874805, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6SDH5XJHYOPQKNB5XDQRF32RANCNFSM4JGUAKGA .

Undefined-Variables commented 4 years ago

You will have to wait for it to happen again, the errors in your log are due to a rule in your .htaccess file it says something along the lines of

<FilesMatch “cgi|pl|sql|tmp|txt”
<ifModule>
Require all denied
</IfModule>

This means if any file type with the listed extensions (between the pipes) is called don’t allow them to be loaded. Don’t quote me on the exact syntax cos I’m no where near a pc and on my iPhone so can’t check.

So if index.cgi is called the rule in .htaccess will not allow it to load... ie the log entry of dined by server configuration. I don’t know why it’s trying to call index.pl or index.cgi cos it should not be calling them but I have seen this before and I have solved it before I just can’t remember how and I’m afk until Sunday so can’t look for you.

Leave it running and wait for the error again and I will look at my notes when I get home on Sunday.

simon1967 commented 4 years ago

Oh you are awesome i am so grateful I have a slight bit more info from the host company tech guys. This again is only until this happens and I can paste it here. but for now what they think is here >>>> [29-Oct-2019 21:33:50 Europe/Amsterdam] PHP Fatal error: Uncaught Error: Class 'WebsiteChecker' not found in /home/clubhous/public_html/index.php:21

Now as you can see the error_log refers to a file called "WebsiteChecker.php". However, the file is present with the right permission and it currently has information under it. That was the hosts finding. Thanks so much for your help.

On Wed, 30 Oct 2019 at 19:38, Undefined-Variables notifications@github.com wrote:

You will have to wait for it to happen again, the errors in your log are due to a rule in your .htaccess file it says something along the lines of

<FilesMatch “cgi|pl|sql|tmp|txt”

Require all denied

This means if any file type with the listed extensions (between the pipes) is called don’t allow them to be loaded. Don’t quote me on the exact syntax cos I’m no where near a pc and on my iPhone so can’t check.

So if index.cgi is called the rule in .htaccess will not allow it to load... ie the log entry of dined by server configuration. I don’t know why it’s trying to call index.pl or index.cgi cos it should not be calling them but I have seen this before and I have solved it before I just can’t remember how and I’m afk until Sunday so can’t look for you.

Leave it running and wait for the error again and I will look at my notes when I get home on Sunday.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6SHNTUWWGSZ5EVHU63QRHPD7A5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECVQLWA#issuecomment-548079064, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6VUSEG47CLRZJMMUWTQRHPD7ANCNFSM4JGUAKGA .

polynamaude commented 4 years ago

@simon1967 pH7CMS doesn't use a file named either index.cgi or index.pl . I don't know what's the link here.... Even more you have your answer in the logs. Client access denied by server configuration. Maybe you should go on the Apache support forum and you'll be better served.

polynamaude commented 4 years ago

@simon1967 This refer to the class named WebsiteChecker and not the file itself. If the file ain't included then the class won't be found. Why don't you take a look at line 21...

Undefined-Variables commented 4 years ago

@polynamaude I know ph7cms doesn’t use a index.pl or index.cgi but this is an error I’ve seen many times myself and have managed to solve it before I just can’t recall how I did it. Does seem odd how Simon is reporting the same thing. Got a feeling it’s down to apache configuration and you are right apache forums are definitely the place to be looking.

simon1967 commented 4 years ago

Guys thankyou for your effort and skill, I have looked and looked at the file , I have read threads on here i think about 100 as i got carried away with other issues but I learned lots but not about this one. I have all other errors fixed but for this very intermittent one. Then i can use the site after this.. Simon

On Wed, 30 Oct 2019 at 20:17, Undefined-Variables notifications@github.com wrote:

@polynamaude https://github.com/polynamaude I know ph7cms doesn’t use a index.pl or index.cgi but this is an error I’ve seen many times myself and have managed to solve it before I just can’t recall how I did it. Does seem odd how Simon is reporting the same thing. Got a feeling it’s down to apache configuration and you are right apache forums are definitely the place to be looking.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6XLHF72J5PFLHICRBTQRHTULA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECVT54Q#issuecomment-548093682, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6TSZ2NQ5PWJN33YNZTQRHTULANCNFSM4JGUAKGA .

simon1967 commented 4 years ago

Ok I have been studying the htaccess file I think you are correct I need to study this much more but would love your knowledge, I will look at it over the next couple of evenings but I have day off on Friday, I will try to work this out but please do come back to me as I am learning from books google and you guy's Kidest regards Simon

On Wed, 30 Oct 2019 at 20:29, simon Boothman clubhouseuk@gmail.com wrote:

Guys thankyou for your effort and skill, I have looked and looked at the file , I have read threads on here i think about 100 as i got carried away with other issues but I learned lots but not about this one. I have all other errors fixed but for this very intermittent one. Then i can use the site after this.. Simon

On Wed, 30 Oct 2019 at 20:17, Undefined-Variables < notifications@github.com> wrote:

@polynamaude https://github.com/polynamaude I know ph7cms doesn’t use a index.pl or index.cgi but this is an error I’ve seen many times myself and have managed to solve it before I just can’t recall how I did it. Does seem odd how Simon is reporting the same thing. Got a feeling it’s down to apache configuration and you are right apache forums are definitely the place to be looking.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6XLHF72J5PFLHICRBTQRHTULA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECVT54Q#issuecomment-548093682, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6TSZ2NQ5PWJN33YNZTQRHTULANCNFSM4JGUAKGA .

Undefined-Variables commented 4 years ago

Maybe my answer was misleading. I’m not saying change it I’m saying that is what courses the error. But you don’t want .pl or .cgi files being allowed to load. Your apache server is trying to load index.cgi and index.pl and the .htaccess file says no and you get an error the problem here is not the fact you get the error the problem is apache should not be trying to load them in the first place.

simon1967 commented 4 years ago

Ok mmm I will look further of course thanks

simon1967 commented 4 years ago

Guy's here is the error that showed up in development mode Parse error: syntax error, unexpected '"' in /home/clubhous/public_html/_protected/data/cache/pH7_cache/str/uri/en/a11f30567fbe30e3e39495078680043e4eef329e.cache.php on line 19

Simon With thanks

On Wed, 30 Oct 2019 at 20:52, Undefined-Variables notifications@github.com wrote:

Maybe my answer was misleading. I’m not saying change it I’m saying that is what courses the error. But you don’t want .pl or .cgi files being allowed to load. Your apache server is trying to load index.cgi and index.pl and the .htaccess file says no and you get an error the problem here is not the fact you get the error the problem is apache should not be trying to load them in the first place.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6VODNHCZWO3PNL5XU3QRHXXPA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECVXILA#issuecomment-548107308, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6TBOFIBP2SEJLOM7ADQRHXXPANCNFSM4JGUAKGA .

pH-7 commented 4 years ago

Guy's here is the error that showed up in development mode Parse error: syntax error, unexpected '"' in /home/clubhous/public_html/_protected/data/cache/pH7_cache/str/uri/en/a11f30567fbe30e3e39495078680043e4eef329e.cache.php on line 19 Simon With thanks On Wed, 30 Oct 2019 at 20:52, Undefined-Variables @.***> wrote: Maybe my answer was misleading. I’m not saying change it I’m saying that is what courses the error. But you don’t want .pl or .cgi files being allowed to load. Your apache server is trying to load index.cgi and index.pl and the .htaccess file says no and you get an error the problem here is not the fact you get the error the problem is apache should not be trying to load them in the first place. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#660?email_source=notifications&email_token=AMRMA6VODNHCZWO3PNL5XU3QRHXXPA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECVXILA#issuecomment-548107308>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6TBOFIBP2SEJLOM7ADQRHXXPANCNFSM4JGUAKGA .

Hey @simon1967

Looks like you modified the corresponding .tpl file with a double quote, or wasn't escaped. Maybe, you recently wrote something in a {lang ...} tag?

To fix it, the best thing would be to think about what recent changes you did in a .tpl file before having this issue.

Another solution would be to replace some of your .tpl files by a cleaned version from https://sourceforge.net/projects/ph7socialdating/

Hope it helps...! Good luck anyway!

simon1967 commented 4 years ago

Hi there Strange but no changes have been made to the tpl file, Infact no changes have been made to the software But i will look at the tpl files and thanks for your skill set

Simon

On Thu, 31 Oct 2019 at 17:12, ♚ PH⑦ de Soria™♛ notifications@github.com wrote:

Guy's here is the error that showed up in development mode Parse error: syntax error, unexpected '"' in /home/clubhous/public_html/_protected/data/cache/pH7_cache/str/uri/en/a11f30567fbe30e3e39495078680043e4eef329e.cache.php on line 19 Simon With thanks … <#m-7081529472179895908> On Wed, 30 Oct 2019 at 20:52, Undefined-Variables @.***> wrote: Maybe my answer was misleading. I’m not saying change it I’m saying that is what courses the error. But you don’t want .pl or .cgi files being allowed to load. Your apache server is trying to load index.cgi and index.pl and the .htaccess file says no and you get an error the problem here is not the fact you get the error the problem is apache should not be trying to load them in the first place. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#660 https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6VODNHCZWO3PNL5XU3QRHXXPA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECVXILA#issuecomment-548107308>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6TBOFIBP2SEJLOM7ADQRHXXPANCNFSM4JGUAKGA .

Hey @simon1967 https://github.com/simon1967

Looks like you modified the corresponding .tpl file with a double quote, or wasn't escaped. Maybe, you wrote something in {lang ...} tag.

To fix it, the best thing would be to think about what recent changes you did in a .tpl file before having this issue.

Another solution would be to replace some of your .tpl files by a cleaned version from https://sourceforge.net/projects/ph7socialdating/

Hope it helps...! Good luck anyway!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6XUOMZH7IVTJZS72Z3QRMGWTA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECYRSSQ#issuecomment-548477258, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6X4XZHPLM2HEZSSLRLQRMGWTANCNFSM4JGUAKGA .

simon1967 commented 4 years ago

The full error The index system module is not found. File: /home/clubhous/public_html/_protected/app/system/modules/index/ or the config.ini file is not found. File: /home/clubhous/public_html/_protected/app/system/modules/index/config/config.ini File: /home/clubhous/public_html/_protected/framework/Mvc/Router/FrontController.class.php Line: 893 Trace:

0 /home/clubhous/public_html/_protected/framework/Mvc/Router/FrontController.class.php(208):

PH7\Framework\Mvc\Router\FrontController->notFound('The *indexsimpleRouter()

2 /home/clubhous/public_html/_protected/framework/Mvc/Router/FrontController.class.php(119):

PH7\Framework\Mvc\Router\FrontController->launchNonRewritingRouters()

3 /home/clubhous/public_html/_protected/framework/Pattern/Singleton.trait.php(31):

PH7\Framework\Mvc\Router\FrontController->__construct()

4 /home/clubhous/public_html/_protected/app/Bootstrap.php(97):

PH7\Framework\Mvc\Router\FrontController::getInstance()

5 /home/clubhous/public_html/index.php(46): PH7\Bootstrap->run()

6 {main}*

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free. www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Thu, 31 Oct 2019 at 18:49, simon Boothman clubhouseuk@gmail.com wrote:

Hi there Strange but no changes have been made to the tpl file, Infact no changes have been made to the software But i will look at the tpl files and thanks for your skill set

Simon

On Thu, 31 Oct 2019 at 17:12, ♚ PH⑦ de Soria™♛ notifications@github.com wrote:

Guy's here is the error that showed up in development mode Parse error: syntax error, unexpected '"' in /home/clubhous/public_html/_protected/data/cache/pH7_cache/str/uri/en/a11f30567fbe30e3e39495078680043e4eef329e.cache.php on line 19 Simon With thanks … <#m_6819135112743592507m-7081529472179895908_> On Wed, 30 Oct 2019 at 20:52, Undefined-Variables @.***> wrote: Maybe my answer was misleading. I’m not saying change it I’m saying that is what courses the error. But you don’t want .pl or .cgi files being allowed to load. Your apache server is trying to load index.cgi and index.pl and the .htaccess file says no and you get an error the problem here is not the fact you get the error the problem is apache should not be trying to load them in the first place. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#660 https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6VODNHCZWO3PNL5XU3QRHXXPA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECVXILA#issuecomment-548107308>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6TBOFIBP2SEJLOM7ADQRHXXPANCNFSM4JGUAKGA .

Hey @simon1967 https://github.com/simon1967

Looks like you modified the corresponding .tpl file with a double quote, or wasn't escaped. Maybe, you wrote something in {lang ...} tag.

To fix it, the best thing would be to think about what recent changes you did in a .tpl file before having this issue.

Another solution would be to replace some of your .tpl files by a cleaned version from https://sourceforge.net/projects/ph7socialdating/

Hope it helps...! Good luck anyway!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6XUOMZH7IVTJZS72Z3QRMGWTA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECYRSSQ#issuecomment-548477258, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6X4XZHPLM2HEZSSLRLQRMGWTANCNFSM4JGUAKGA .

simon1967 commented 4 years ago

Hi there just a little update. I have worked my way through the cache cleared all then one by one until the site loaded correctly. The site stayed the same until i cleared Database and Other Data as soon as i clear this all is ok again for a period of time. Can you please if possible give me some pointers on this. I think I am now so close to getting it going Simon

On Sat, 2 Nov 2019 at 05:47, simon Boothman clubhouseuk@gmail.com wrote:

The full error The index system module is not found. File: /home/clubhous/public_html/_protected/app/system/modules/index/ or the config.ini file is not found. File: /home/clubhous/public_html/_protected/app/system/modules/index/config/config.ini File: /home/clubhous/public_html/_protected/framework/Mvc/Router/FrontController.class.php Line: 893 Trace:

0 /home/clubhous/public_html/_protected/framework/Mvc/Router/FrontController.class.php(208): PH7\Framework\Mvc\Router\FrontController->notFound('The *indexsimpleRouter()

2 /home/clubhous/public_html/_protected/framework/Mvc/Router/FrontController.class.php(119): PH7\Framework\Mvc\Router\FrontController->launchNonRewritingRouters()

3 /home/clubhous/public_html/_protected/framework/Pattern/Singleton.trait.php(31): PH7\Framework\Mvc\Router\FrontController->__construct()

4 /home/clubhous/public_html/_protected/app/Bootstrap.php(97): PH7\Framework\Mvc\Router\FrontController::getInstance()

5 /home/clubhous/public_html/index.php(46): PH7\Bootstrap->run()

6 {main}*

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free. www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#m_-9014272876783617103_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Thu, 31 Oct 2019 at 18:49, simon Boothman clubhouseuk@gmail.com wrote:

Hi there Strange but no changes have been made to the tpl file, Infact no changes have been made to the software But i will look at the tpl files and thanks for your skill set

Simon

On Thu, 31 Oct 2019 at 17:12, ♚ PH⑦ de Soria™♛ notifications@github.com wrote:

Guy's here is the error that showed up in development mode Parse error: syntax error, unexpected '"' in /home/clubhous/public_html/_protected/data/cache/pH7_cache/str/uri/en/a11f30567fbe30e3e39495078680043e4eef329e.cache.php on line 19 Simon With thanks … <#m_-9014272876783617103_m_6819135112743592507m-7081529472179895908_> On Wed, 30 Oct 2019 at 20:52, Undefined-Variables @.***> wrote: Maybe my answer was misleading. I’m not saying change it I’m saying that is what courses the error. But you don’t want .pl or .cgi files being allowed to load. Your apache server is trying to load index.cgi and index.pl and the .htaccess file says no and you get an error the problem here is not the fact you get the error the problem is apache should not be trying to load them in the first place. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#660 https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6VODNHCZWO3PNL5XU3QRHXXPA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECVXILA#issuecomment-548107308>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6TBOFIBP2SEJLOM7ADQRHXXPANCNFSM4JGUAKGA .

Hey @simon1967 https://github.com/simon1967

Looks like you modified the corresponding .tpl file with a double quote, or wasn't escaped. Maybe, you wrote something in {lang ...} tag.

To fix it, the best thing would be to think about what recent changes you did in a .tpl file before having this issue.

Another solution would be to replace some of your .tpl files by a cleaned version from https://sourceforge.net/projects/ph7socialdating/

Hope it helps...! Good luck anyway!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6XUOMZH7IVTJZS72Z3QRMGWTA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECYRSSQ#issuecomment-548477258, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6X4XZHPLM2HEZSSLRLQRMGWTANCNFSM4JGUAKGA .

Undefined-Variables commented 4 years ago

@Simon1967 have you got a copy of the cached page?

This page???

/home/clubhous/public_html/_protected/data/cache/pH7_cache/str/uri/en/a11f30567fbe30e3e39495078680043e4eef329e.cache.php

simon1967 commented 4 years ago

No but i will do, Also i have disabled data base cache and it seems stable? Will get back to you asap thank you LOTS

On Sat, 2 Nov 2019 at 21:55, Undefined-Variables notifications@github.com wrote:

Simon have you got a copy of the cached page?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6V2QVGEYZ4LVSEZRK3QRXZM7A5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5F4CI#issuecomment-549084681, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6X4TNYYDW5TBRP4CTTQRXZM7ANCNFSM4JGUAKGA .

simon1967 commented 4 years ago

www.clubhouse121.com the index page is great then when you log in it breaks fully up, If i clear the cache's it works fine for a short while then breaks up again. Hosted with fastcomet.com the only thing I have not run is the video module .

Wow this is now six weeks of learning its slow

Simon

On Sat, 2 Nov 2019 at 22:15, simon Boothman clubhouseuk@gmail.com wrote:

No but i will do, Also i have disabled data base cache and it seems stable? Will get back to you asap thank you LOTS

On Sat, 2 Nov 2019 at 21:55, Undefined-Variables notifications@github.com wrote:

Simon have you got a copy of the cached page?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6V2QVGEYZ4LVSEZRK3QRXZM7A5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5F4CI#issuecomment-549084681, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6X4TNYYDW5TBRP4CTTQRXZM7ANCNFSM4JGUAKGA .

Undefined-Variables commented 4 years ago

Seems to be working now. I created an account and logged in without any problems.

You need to move your admin folder though!!!

simon1967 commented 4 years ago

Sorry i just cleared cache before i sent you message it will do it again soon. Sorry to waste your time like that I should have said. Simon Thought it was best you could see both parts. Simon

On Sat, 2 Nov 2019 at 22:39, Undefined-Variables notifications@github.com wrote:

Seems to be working now. I created an account and logged in without any problems.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6R4IUBITWBKR3RODJTQRX6QZA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5GR4Y#issuecomment-549087475, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6T3IOOZ6DW6NVJ3Y2DQRX6QZANCNFSM4JGUAKGA .

Undefined-Variables commented 4 years ago

Let me know when it breaks again. I should be about for a while I have been away for 2wks so I have a lot of catching up to do.

simon1967 commented 4 years ago

Will do of course. I am very grateful for your time. Simon

On Sat, 2 Nov 2019 at 22:45, Undefined-Variables notifications@github.com wrote:

Let me know when it breaks again.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6T25D5PYVX7U2IJHDTQRX7KFA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5GVAI#issuecomment-549087873, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6WNLCDM66WVZZZ2IRLQRX7KFANCNFSM4JGUAKGA .

simon1967 commented 4 years ago

Ok if you could log in now please Simon

On Sat, 2 Nov 2019 at 22:50, simon Boothman clubhouseuk@gmail.com wrote:

Will do of course. I am very grateful for your time. Simon

On Sat, 2 Nov 2019 at 22:45, Undefined-Variables notifications@github.com wrote:

Let me know when it breaks again.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6T25D5PYVX7U2IJHDTQRX7KFA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5GVAI#issuecomment-549087873, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6WNLCDM66WVZZZ2IRLQRX7KFANCNFSM4JGUAKGA .

Undefined-Variables commented 4 years ago

Logged in no problem

simon1967 commented 4 years ago

what its breaking up at my end, It shows all the back ground as white and the wrighting down the left hand side

On Sat, 2 Nov 2019 at 22:59, Undefined-Variables notifications@github.com wrote:

Logged in no problem

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6RZKRP555NHDORKKFDQRYA6HA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5G3MI#issuecomment-549088689, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6X4NSWW2WVPDT7YUILQRYA6HANCNFSM4JGUAKGA .

simon1967 commented 4 years ago

what is going on its ok here now?

On Sat, 2 Nov 2019 at 23:00, simon Boothman clubhouseuk@gmail.com wrote:

what its breaking up at my end, It shows all the back ground as white and the wrighting down the left hand side

On Sat, 2 Nov 2019 at 22:59, Undefined-Variables notifications@github.com wrote:

Logged in no problem

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6RZKRP555NHDORKKFDQRYA6HA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5G3MI#issuecomment-549088689, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6X4NSWW2WVPDT7YUILQRYA6HANCNFSM4JGUAKGA .

Undefined-Variables commented 4 years ago

Try clearing your browsers cache. I have just logged in/out 3 times... Okay false alarm let me know when it happens again.

simon1967 commented 4 years ago

Wow, so have I . I keep clearing my cashe cookies always, I can fire up another machine. I will leave it till definite. I know your busy and you time is your time. I will et you know

Simon Ps Big Thanks

On Sat, 2 Nov 2019 at 23:02, Undefined-Variables notifications@github.com wrote:

Try clearing your browsers cache. I have just logged in/out 3 times... Okay false alarm let me know when it happens again.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6S6UQ74TMD4K6LZSBDQRYBJLA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5G4RA#issuecomment-549088836, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6UZPMLYTJ3TVZYYWT3QRYBJLANCNFSM4JGUAKGA .

simon1967 commented 4 years ago

Morning, if you have time we have had a few join it and it is doing the same thing again after log in now, I have not cleared anything so you can see.. Thanks Simon

On Sat, 2 Nov 2019 at 23:04, simon Boothman clubhouseuk@gmail.com wrote:

Wow, so have I . I keep clearing my cashe cookies always, I can fire up another machine. I will leave it till definite. I know your busy and you time is your time. I will et you know

Simon Ps Big Thanks

On Sat, 2 Nov 2019 at 23:02, Undefined-Variables notifications@github.com wrote:

Try clearing your browsers cache. I have just logged in/out 3 times... Okay false alarm let me know when it happens again.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6S6UQ74TMD4K6LZSBDQRYBJLA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5G4RA#issuecomment-549088836, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6UZPMLYTJ3TVZYYWT3QRYBJLANCNFSM4JGUAKGA .

Undefined-Variables commented 4 years ago

Morning yes I have time, not feeling very well at all, fighting the urge to vomit atm so could really do with a distraction! On the upside managed to write a ton of code for my own site :)

I have just signed in and didn't have a problem! Let me try again!

simon1967 commented 4 years ago

Thanks, I have just done something strange but first there are a lot of buggs about we both had it a week agao lasted 2 days good luck" I have just flushed using cmd ipconfig /flushdns and the problem went. Can you tell me what could be doing this is it some type of cookie bombardment. this maybe only my machine... Simon

On Sun, 3 Nov 2019 at 11:22, Undefined-Variables notifications@github.com wrote:

Morning yes I have time, not feeling very well at all, fighting the urge to vomit atm so could really do with a distraction! On the upside managed to write a ton of code for my own site :)

I have just signed in and didn't have a problem! Let me try again!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6RTAJML6SLFRB5Q3TLQR2X67A5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5QFVI#issuecomment-549126869, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6RPJ6LPVUFZM2SGPW3QR2X67ANCNFSM4JGUAKGA .

Undefined-Variables commented 4 years ago

Yeah i'm in/out with no problem. I even cleared my cache and again I can't see a problem.

LOL cookie bombardment haha now that made me laugh. DNS is not the problem, try putting all the cache' back on. Lets try and force it.

simon1967 commented 4 years ago

Ok will do now give me 2 mins

On Sun, 3 Nov 2019 at 11:28, Undefined-Variables notifications@github.com wrote:

Yeah i'm in/out with no problem. I even cleared my cache and again I can't see a problem.

LOL cookie bombardment haha now that made me laugh. DNS is not the problem, try putting all the cache' back on. Lets try and force it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6UQJST5NI2UUCUUUNDQR2YXVA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5QJLQ#issuecomment-549127342, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6WWDNWSQEY7YYFL5R3QR2YXVANCNFSM4JGUAKGA .

Undefined-Variables commented 4 years ago

You will need the cache on and working if you get any real amount of traffic going on this site, you don't want your server to have to render every single page request from scratch, as this would slow things down and make the site unusable very quickly!

simon1967 commented 4 years ago

ok the only one i had disabled was dtat base cache it all back on now

Simon

On Sun, 3 Nov 2019 at 11:31, simon Boothman clubhouseuk@gmail.com wrote:

Ok will do now give me 2 mins

On Sun, 3 Nov 2019 at 11:28, Undefined-Variables notifications@github.com wrote:

Yeah i'm in/out with no problem. I even cleared my cache and again I can't see a problem.

LOL cookie bombardment haha now that made me laugh. DNS is not the problem, try putting all the cache' back on. Lets try and force it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6UQJST5NI2UUCUUUNDQR2YXVA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5QJLQ#issuecomment-549127342, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6WWDNWSQEY7YYFL5R3QR2YXVANCNFSM4JGUAKGA .

simon1967 commented 4 years ago

Thanks Yes i knew this was the challenge , I was just trying to pin point the problem slow but one step at a time

Simon

On Sun, 3 Nov 2019 at 11:32, Undefined-Variables notifications@github.com wrote:

You will need the cache on and working if you get any real amount of traffic going on this site, you don't want your server to have to render every single page request from scratch, as this would slow things down and make the site unusable very quickly!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6TQBRE7OH76EMYLB7DQR2ZF3A5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5QLYI#issuecomment-549127649, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6XSYYKHIRSSPZYVWPLQR2ZF3ANCNFSM4JGUAKGA .

simon1967 commented 4 years ago

Gave me the problem instantly

Simon

On Sun, 3 Nov 2019 at 11:34, simon Boothman clubhouseuk@gmail.com wrote:

Thanks Yes i knew this was the challenge , I was just trying to pin point the problem slow but one step at a time

Simon

On Sun, 3 Nov 2019 at 11:32, Undefined-Variables notifications@github.com wrote:

You will need the cache on and working if you get any real amount of traffic going on this site, you don't want your server to have to render every single page request from scratch, as this would slow things down and make the site unusable very quickly!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6TQBRE7OH76EMYLB7DQR2ZF3A5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5QLYI#issuecomment-549127649, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6XSYYKHIRSSPZYVWPLQR2ZF3ANCNFSM4JGUAKGA .

Undefined-Variables commented 4 years ago

yes its happening again. Looks like the site is loading with no style sheet. Hmmm Give me a few minutes .

Undefined-Variables commented 4 years ago

The only thing you changed was the cache for the database?

simon1967 commented 4 years ago

Thank you so much

On Sun, 3 Nov 2019 at 11:37, Undefined-Variables notifications@github.com wrote:

yes its happening again. Looks like the site is loading with no style sheet. Hmmm Give me a few minutes .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6VCKJS4EQJ3WNXAY4DQR2ZY5A5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5QOGI#issuecomment-549127961, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6RNPEMV6F2IGVQRSMTQR2ZY5ANCNFSM4JGUAKGA .

simon1967 commented 4 years ago

Yes that was disabled i enabled this only logged out of admin straight away thanks

Simon just to confirm the only change

On Sun, 3 Nov 2019 at 11:39, Undefined-Variables notifications@github.com wrote:

The only thing you changed was the cache for the database?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6USYUCR7FP6QTV5ZSTQR2Z6BA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5QPCQ#issuecomment-549128074, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6XRWFGNVPEKNYKOQXLQR2Z6BANCNFSM4JGUAKGA .

simon1967 commented 4 years ago

Happy to let you on the host server if this helps of course

On Sun, 3 Nov 2019 at 11:37, Undefined-Variables notifications@github.com wrote:

yes its happening again. Looks like the site is loading with no style sheet. Hmmm Give me a few minutes .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6VCKJS4EQJ3WNXAY4DQR2ZY5A5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5QOGI#issuecomment-549127961, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6RNPEMV6F2IGVQRSMTQR2ZY5ANCNFSM4JGUAKGA .

Undefined-Variables commented 4 years ago

This is going to take me a while to solve, you can turn the cache back on if you like, I have used burp to take copies of all the requests and can repeat at will now. So I don't need your server down.

simon1967 commented 4 years ago

just looking around and is this a possible " security software that might block cURL"

Simon

On Sun, 3 Nov 2019 at 11:43, simon Boothman clubhouseuk@gmail.com wrote:

Happy to let you on the host server if this helps of course

On Sun, 3 Nov 2019 at 11:37, Undefined-Variables notifications@github.com wrote:

yes its happening again. Looks like the site is loading with no style sheet. Hmmm Give me a few minutes .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6VCKJS4EQJ3WNXAY4DQR2ZY5A5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5QOGI#issuecomment-549127961, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6RNPEMV6F2IGVQRSMTQR2ZY5ANCNFSM4JGUAKGA .

simon1967 commented 4 years ago

Thanks i will disable the cache again just to keep it running if that is ok for now

Simon

On Sun, 3 Nov 2019 at 12:02, Undefined-Variables notifications@github.com wrote:

This is going to take me a while to solve, you can turn the cache back on if you like, I have used burp to take copies of all the requests and can repeat at will now. So I don't need your server down.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6UY7FKIMZOZDPVL4LLQR24T3A5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5Q4EA#issuecomment-549129744, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6SWEHBQW4YCUP5ARA3QR24T3ANCNFSM4JGUAKGA .

Undefined-Variables commented 4 years ago

I think there is an open { somewhere but when you sign in a huge request is made and it will take a while to look through it all. I am working on it though and will get back to you as soon as I have more to add.

simon1967 commented 4 years ago

I am so grateful and will be happy to re compense you. But please can you when you find it explain it to me so I learn more. I hope you feel better soon

Simon

On Sun, 3 Nov 2019 at 12:05, Undefined-Variables notifications@github.com wrote:

I think there is an open { somewhere but when you sign in a huge request is made and it will take a while to look through it all. I am working on it though and will get back to you as soon as I have more to add.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/660?email_source=notifications&email_token=AMRMA6U2BYYZ6SEDP6TOHKDQR25ARA5CNFSM4JGUAKGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5Q6DI#issuecomment-549129997, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRMA6XPSEEPH5NPBW2ULVLQR25ARANCNFSM4JGUAKGA .

Undefined-Variables commented 4 years ago

Think I have found it. Let me do a couple of tests then I will explain