Here is a screenshot from my filezilla that shows how the folder and file array should look like for the forum. There are some extra files in there I put in but that is how the layout of the folder array should look like. Notice the permissions and the owner on the last columns on the right. That is where you find it. It also appears in cpanel or should .
@vrijvlinder said:
Here is a screenshot from my filezilla that shows how the folder and file array should look like for the forum. There are some extra files in there I put in but that is how the layout of the folder array should look like.
your off on the wrong tangent. V.
but you did make me re-look that he mis-spelled the filename I asked him to create.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
ok now replace the contents of bootstrap.after.php with this.
<?php if (!defined('APPLICATION')) exit();
if (!function_exists('SignOutUrl')) {
function SignOutUrl($Target = '') {
if ($Target) {
// Strip out the SSO from the target so that the user isn't signed back in again.
$Parts = explode('?', $Target, 2);
if (isset($Parts[1])) {
parse_str($Parts[1], $Query);
unset($Query['sso']);
$Target = $Parts[0].'?'.http_build_query($Query);
}
}
$Target="http://www.torahrx.com";
return '/entry/signout?TransientKey='.urlencode(Gdn::Session()->TransientKey()).($Target ? '&Target='.urlencode($Target) : '');
}
}
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Comments
boostrap.after.ph
boot not boo
boottttttttttttttttttttttttttttttttttttttttttttttttttttt
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Here is a screenshot from my filezilla that shows how the folder and file array should look like for the forum. There are some extra files in there I put in but that is how the layout of the folder array should look like. Notice the permissions and the owner on the last columns on the right. That is where you find it. It also appears in cpanel or should .
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
rename the file to bootstrap.after.php please.
there needs to be a t after the oo
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
lol I just saw that too in his screenshot ... a typo , occam's razor..... arg!
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
your off on the wrong tangent. V.
but you did make me re-look that he mis-spelled the filename I asked him to create.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
@ pergrine
OK, it is now bootstrap.after.php. Or do you want it bootstrap.php.after?
the name you have is correct as is. leave it alone for a sec.
one sec.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Clear ini?
ok now replace the contents of bootstrap.after.php with this.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
see above comment.
let me know when you do so.
if you cut and paste correctly, it should work correctly. FOCUS....
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
earth to @rmeilech
any sign of life out there.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
How do you cut and paste incorrectly? Command-C, Command-V, Save. Unfocusing now.
@peregrine
While duck hawks may not need bathroom breaks, old rabbis do. Done--in both regards.
looks to be redirecting correctly now when signing out.
you should have cut and pasted filename as well when creating the file .
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Boo--no jester points for that. But you may get the boot. What's next?
duckhawks just evacuate in flight. It's a perk.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Exactly my point-poor bathroom etiquette.
done. works. an awesome for v and me would be apropos.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
OK, what's done, what works? And can I now add back all of my definitions, locales, etc.
OK, what's done, what works? And can I now add back all of my definitions, locales, etc.
the redirect works correct. that was your goal to signout and go to home page right?
yes.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.