Advertisement:

Author Topic: Osclass 3.1 Fresh Install issues  (Read 1761 times)

toamitc

  • Newbie
  • *
  • Posts: 19
Osclass 3.1 Fresh Install issues
« on: March 04, 2013, 01:13:05 am »
I just did fresh install of Osclass 3.1, and went to admin to download plugins but it just shows downloading and nothing happens, i checked with firebug and getting 500 server error.
Checked with hosting company and they gave below detail:
PHP Fatal error:  Call to undefined function posix_getpwuid() in C:\Inetpub\vhosts\domain\oc-admin\ajax\ajax.php on line 725

Please let me know what can be done here?

Another issues is that i see big CSRF token in the URL, is it normal or can we hide it?

Any help will be great....
Thanks...

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Osclass 3.1 Fresh Install issues
« Reply #1 on: March 04, 2013, 10:50:14 am »
Hi toamitc,

Looks like your hosting provider has disabled that function. Could you ask them?

garciademarina

  • Administrator
  • Hero Member
  • *****
  • Posts: 974
Re: Osclass 3.1 Fresh Install issues
« Reply #2 on: March 04, 2013, 04:02:29 pm »
Hi toamitc,

If your server configuration does not have php-posix functions installed by default, this will be an issue, sorry for the inconvenience.

Solved here :
https://github.com/osclass/Osclass/issues/642

toamitc

  • Newbie
  • *
  • Posts: 19
Re: Osclass 3.1 Fresh Install issues
« Reply #3 on: March 07, 2013, 07:53:18 pm »
Thanks this answer helped... :)