So, I was able to just delete everything and installed a new version of joomla 1.6, then CB 1.4, then Udde 2.3. It all worked perfectly, but my host couldn't populate the subdirectory I made, so I went in a back way to do all the set up and installs in the admin backend. They finally got the correct path up and running but joomla wasn't recognizing it, so I called their support and they did something to fix it. The admin module was still not coming up with the right path so I contacted them again, they did something, and the admin log in page finally did come up on the right path, but now no logins are working in the frontend or backend. I can't access joomla administration any more from the back way I had used before either.
I went to my Joomla install script on my host and it allows for a few advanced joomla fixes through Simple Scripts: I updated the location, then sent myself a new login email. The link to the new login was the correct path, but it still doesn't recognize my login. I tried to do "update access information" through the same Simple Script, but it said I didn't have access. I checked myphp and my user information was still populated in jos_users, but the name again had been lost in jos_comprofiler.
I tried to log in on the front end again, and got the error message from earlier: Session expired or cookies are not enabled in your browser. Please press "reload page" in your browser, and enable cookies in your browser. Please refresh/reload page before filling-in. I refreshed the page serveral times, and tried the URL, and duplicated this in Firefox, IE and Chrome, getting the same error. 6:30 pm, Central time. I have Chicago as my timezone in site config.
I tried to create a new user from registering through the frontend and then using php to give administrator rights, but the login is not working for that user either on front or back end. I can get to my config files through ftp and use myphpadmin.
I thought that maybe my permissions had been turned off so I used this sql code that I found in a forum to turn it all back on in myphpadmin: "UPDATE `jos_assets` SET `id` = 1,`parent_id` = 0,`lft` = 0,`rgt` = 319,`level` = 0,`name` = 'root.1',`title` = 'Root Asset',`rules` = '{"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1,"10":1},"core.create":{"6":1},"core.delete":{"6":1},"core.edit":{"6":1},"core.edit.state":{"6":1}}' WHERE `jos_assets`.`id` = 1;"
Still not working. I don't get any error message when I don't get logged in, it just refreshes and takes me back to the same admin log in page. When it doesn't work on the frontend, it does take me to the redir page I had set up in the CB login module which it says I don't have access to view. it's set to Special, which I should have, and it doesn't recognize me as logged in.
My site's correct path is:
esd10.linktoaustin.com/
. The one I had been using to access it was:
www.laineymelnick.com/esd
Thanks for your help!
--Lainey