Quote:
Originally Posted by macc
hello!
have tested this version but same error... can not opened my portal page after install this hack!
regards
macc
|
If anyone has MKPORTAL on there site they will need the below fix.
At the very top of AWCoding- Donation System LITE PLUGIN menu/bar. There is a if statement that says:
if (substr(THIS_SCRIPT,-6,6)!="verify"){
Now I had to add to this a conditional for your portal add-on which was causing all the issues. I had to add:
IN_MKP!=1
So the final outcome of the clause is:
if (substr(THIS_SCRIPT,-6,6)!="verify" && IN_MKP!=1){
Your site works fine now please delete the temp admin account and let me know if you have any other issues.