Advertisement:

Author Topic: Can't login to my admin panel - Help please  (Read 19248 times)

mytechjob

  • Newbie
  • *
  • Posts: 1
Re: Can't login to my admin panel - Help please
« Reply #15 on: December 22, 2013, 08:31:40 am »
Did you try going to http://www.YourDomainName.com/oc-admin?

That url should take you to the admin login screen. I am using version 3.3.2

virgo

  • Newbie
  • *
  • Posts: 2
Re: Can't login to my admin panel - Help please
« Reply #16 on: February 09, 2014, 08:41:57 am »
HI all,

I all have the same problem, my hosting company tried everything with no luck, i tried changing password via Mysql quries still i cant log in.
This is what my hosting technicians tried :

---
Unfortunately, all my efforts to restore your admin access failed. I tried to restore your database from a backup created before the migration - no success. I installed a fresh osclass copy and copied the admin user from the db to your existing one, again no success.

I suggest you to contact a professional developer or the osclass support.

If the data recreation won't be a problem, we can re-install your application so you can rebuild the site from scratch.

You can request a free script installation via your Siteground User Area > Support > Open a support ticket > Script installation. During the ticket submission you will have to fill a form with the details required for the script installation.

If there is anything else that we can help you with, please create a new ticket anytime!

Best Regards,

Yavor I.
Technical Support Team


---

Please can anyone help ?

ccoaston

  • Newbie
  • *
  • Posts: 2
Re: Can't login to my admin panel - Help please
« Reply #17 on: February 13, 2014, 09:16:28 pm »
I have tried all these fixes and nothing is working. Why can't I simply log into my admin account to get started.

aide2001

  • Guest
Re: Can't login to my admin panel - Help please
« Reply #18 on: February 13, 2014, 11:45:12 pm »
Please can I have your http://www.yoursite
and a copy of your config.php file

I will help
« Last Edit: March 18, 2014, 10:07:51 pm by aide2001 »

ccoaston

  • Newbie
  • *
  • Posts: 2
Re: Can't login to my admin panel - Help please
« Reply #19 on: February 14, 2014, 08:40:17 pm »
Please can I have your http://www.yoursite
and a copy of your config.php file
or PM aide2001@gmail.com with this
I will help

Thanks for all you help!!! here what I did:

ok got it. i had to  add another admin user, went to the admin section of my database. Then went to this site http://www.sha1-online.com/ to create a password in SHA1 format. Now im able to login without any issues. will update the forum and give you props

Emanuel

  • Newbie
  • *
  • Posts: 6
Re: Can't login to my admin panel - Help please
« Reply #20 on: March 03, 2014, 03:23:54 pm »
yes the same case happen to me, any help plz?

aide2001

  • Guest
Re: Can't login to my admin panel - Help please
« Reply #21 on: March 03, 2014, 06:09:30 pm »
see reply #19
any problems, PM me and I can help further

arvind5lib

  • Newbie
  • *
  • Posts: 23
Re: Can't login to my admin panel - Help please
« Reply #22 on: February 23, 2015, 12:13:50 am »
The below code works by pasting in config.php. Thanks

<?php
session_save_path ( ABS_PATH . 'oc-content/uploads/' );
/**
 * The base MySQL settings of Osclass
 */
define('MULTISITE', 0);

adleee84

  • Newbie
  • *
  • Posts: 21
Re: Can't login to my admin panel - Help please
« Reply #23 on: September 05, 2016, 10:26:53 am »
im on osclass 3.6 and this issue still here  :(

Aficionado

  • Guest
Re: Can't login to my admin panel - Help please
« Reply #24 on: September 05, 2016, 01:26:56 pm »
im on osclass 3.6 and this issue still here  :(

There is absolutely NO issue in Osclass related to this thread.

IT IS A HOSTING PROBLEM. Ask your Hosting Support.


aluta

  • Newbie
  • *
  • Posts: 1
Re: Can't login to my admin panel - Help please
« Reply #25 on: September 25, 2017, 02:02:20 pm »
HERE'S YOUR SOLUTION, BUT FIRST A FEW COMMENTS:

It doesn't have anything to do with permissions. It's the code. I'm sorry to have to say this, but it's typical for a fresh install of OSClass to not work correctly. Every version I've tried, fails to allow you into the admin panel after installing. Also, the search function appears to be completely broken.

Solution for accessing admin panel:
Replace the code at the top of your config file with the following:
<?php
    session_save_path ( ABS_PATH . 'oc-content/uploads/' );

This really worked for me, thanks a lot, I mailed osclass twice, I only got reply form autoresponder, they never render solution, I got this issue when we are about to launch and they never replied, thanks again for the help, I appreciated.
/**
 * The base MySQL settings of Osclass
 */
define('MULTISITE', 0);

Now: Enter your admin user and pass. You'll probably get a CSFR token error now. Just enter your user and pass again, and you SHOULD get in....

If your version of 3.1.2 is like mine, your search will still be broken, resulting in "page not found" errors every time you perform a search, even when the search word exists...

BETTER SOLUTION:
Use version 3.0.2. It's the most functioning version I've found. But, you'll also have to modify your config.php file to access your admin panel in that version as well.

You'll need to ad the following to line #2 of that config file:
    session_save_path ( ABS_PATH . 'oc-content/uploads/' );

You can see my version of 3.0.2 running here: http://pmclassifieds.com

And if you want to see the search function of 3.1.2 in action,  you can access it here: http://pmclassifieds.com/test

Run the search on both and you'll see what I mean. I don't know what else is wrong with 3.1.2 because I'm already done testing it.

I hope the info helps.

Good luck.

Tom

Aficionado

  • Guest
Re: Can't login to my admin panel - Help please
« Reply #26 on: September 25, 2017, 02:29:49 pm »
Again, this is a POOR hosting setup.

And the code suggested (the session save path) is just a WORKAROUND.

I wish people stoped using all kind of crappy hosting.