Hi Pickupman,
You were correct about having a create_account.php file in the template folder overriding your file. Thanks again for pointing it out.
rich
Hello Pickupman
When I testing the check out and selected a project and clicked checkout, on the top of the next page (signin or register to checkout) it also appeared Bitbucket's page - pickupman is sharing code with you. Do you know what's wrong with my code? I haven't done anything since last time.
Cheers
CP
Hey CP,
Look in the file /includes/modules/pages/login/header_php.php and see if that text appears anywhere because it is not in the source files. Also, remember from the last issues, make sure you don't have any extra header_php files, not even renamed.
I looked at your page, and to be quite honest, I don't know how you did this.![]()
Hello Pickupman
you are right, I have removed all the duplicated files, in particular includes/modules/pages/login/jscript_jquery_.php. Now it works.
Thanks for you help as always.
about to do live. fingers across.
Cheers
CP
[QUOTE=pickupman;1121621]
Hello pickupman,
I installed reCAPTCHA module but when I go to
http://mydomain.com/mysecretadmin it shows a blank white page
and when i go to
http://mydomain.com/mysecretadmin/login.php
It works fine, any idea how to fix it?
Usman
Sometimes the download will get a whitespace/line break issue in /admin/includes/init_includes/init_reloadedstack.php. Its seems to be a end of line issue. Make sure that the file should look like:Hello pickupman,
I installed reCAPTCHA module but when I go to
http://mydomain.com/mysecretadmin it shows a blank white page
Code:<?php /** * Custom message stack output to add on to messageStack variable * @author Joe McFrederick */ if (isset($_SESSION) AND is_numeric($_SESSION['admin_id']) AND is_object($reloadedStack) ) { foreach ($reloadedStack->errors as $message) { $messageStack->errors[] = $message; $messageStack->size += 1; } }
I removed this file
/melian/includes/functions/extra_functions/recaptcha_functions.php
and this fixed the problem. I am not getting the blank screen plus recaptcha is working fine as well, your thoughts on this?
Bookmarks