Not able to register or search properly
Posted: Mon Nov 05, 2007 8:27 pm
Hello!
I am trying to register at JoomlaCode.org.
I have tried this several times the last year (not kidding), but have always run in to this issue. Since it had not been fixed yet, I finally bothered to post this message.
1) I fill inn the registration form on JoomlaCode.
2) I recieve the activation e-mail, and click the activation link.
3) I'm taken to a JoomlaCode site where I'm asked to type in the username and password, same ones as I specified in the reg. form.
4) THIS IS THE PROBLEM: I get a message saying:
After this, it appears, the entire registration request is deleted from the system. Resending the activation link won't work (Invalid User), nor the Forgot Password (Invalid User) - in short, there is no record of me trying to register at all!
In addition, the Search function won't work properly on the site; it will only work when use pure letters a-z, or 0-9. When I try to search for i.e.
I am trying to register at JoomlaCode.org.
I have tried this several times the last year (not kidding), but have always run in to this issue. Since it had not been fixed yet, I finally bothered to post this message.
1) I fill inn the registration form on JoomlaCode.
2) I recieve the activation e-mail, and click the activation link.
3) I'm taken to a JoomlaCode site where I'm asked to type in the username and password, same ones as I specified in the reg. form.
4) THIS IS THE PROBLEM: I get a message saying:
Code: Select all
Could not get user
After this, it appears, the entire registration request is deleted from the system. Resending the activation link won't work (Invalid User), nor the Forgot Password (Invalid User) - in short, there is no record of me trying to register at all!
In addition, the Search function won't work properly on the site; it will only work when use pure letters a-z, or 0-9. When I try to search for i.e.
, which is the error code of the bug I'm trying to find an entry for, I get:Warning: array_push()
Could not execute query [Native Error: ERROR: syntax error] [User Info: SELECT project.project_name, -- 1 project.unix_name, -- 2 sum(s.rank) AS rank, -- 3 s.headline_summary, -- 4 s.headline_details, -- 5 tracker_item.* -- 6 FROM tracker, project, tracker_item, ( SELECT timi.tracker_item_id, rank(timi.vectors, q) AS rank, headline(ti.summary, q) AS headline_summary, headline(ti.details, q) AS headline_details FROM tracker_item_message_idx timi, to_tsquery('Warning:|array_push()') q, tracker_item ti, tracker t WHERE timi.vectors @@ q AND timi.tracker_item_id=ti.tracker_item_id AND ti.tracker_id=t.tracker_id UNION SELECT tii.tracker_item_id, rank(tii.vectors, q) AS rank, headline(ti.summary, q) AS headline_summary, headline(ti.details, q) AS headline_details FROM tracker_item_idx tii, to_tsquery('Warning:|array_push()') q, tracker_item ti, tracker t WHERE tii.vectors @@ q AND tii.tracker_item_id=ti.tracker_item_id AND ti.tracker_id=t.tracker_id ) AS s WHERE s.tracker_item_id=tracker_item.tracker_item_id AND tracker_item.tracker_id=tracker.tracker_id AND tracker.project_id=project.project_id GROUP BY project.project_name,project.unix_name,tracker_item.tracker_item_id,tracker_item.tracker_id, tracker_item.status_id,tracker_item.priority,tracker_item.submitted_by,tracker_item.open_date,tracker_item.close_date, tracker_item.summary,tracker_item.details,tracker_item.last_modified_date,tracker_item.last_modified_by, tracker_item.sort_order,tracker_item.parent_id,s.headline_summary,s.headline_details ORDER BY RANK DESC]