socioboard / socioboard-core

This is an old repo, for latest maintained version go here - https://github.com/socioboard/Socioboard-Core-3.0
http://www.socioboard.org
238 stars 120 forks source link

Problem registration form & access admin panel #25

Closed electronic-city-indonesia closed 8 years ago

electronic-city-indonesia commented 8 years ago

Hi admin

I am currently using Windows Server 2012 R2 & MySQL 5.7 as well I am having problem about registration after i setup socioboard. And also, i followed this instruction at http://wiki.socioboard.com/index.php/Socioboard_Installation_Wiki or http://wiki.socioboard.com/images/9/98/Socioboard_Installation_Guide_2.0.pdf

When i go to link at http://example.com/Index/Registration and after i filling form, the error message appear say "failure' What could be this problem :( ?

Here, I provide a screenshot error: http://i67.tinypic.com/33nf0b5.png

And also, how do i access admin dashboard? (I mean, the link website name for accessing admin dashboard)

I am new here for using your Socioboard.

Please help :(

Thanks

socioboard commented 8 years ago

Hello, Well, the details you provided here are limited. A more detailed explanation would have been better for us to debug the issue. Here the problem may be with the database connectivity, please check the credentials of your database in "hibernate.cfg.xml". If everything is fine, then please check the file "log.txt", you may find the issue there. If this did not solve your problem, please contact support@socioboard.com or contact us on Skype-ID : socioboard.support

For accessing the admin panel, the flow goes like this

  1. Register as a normal user in the registration page.
  2. Once the user is successfully registered, in your database open "user" table and change the corresponding user's "UserType" field to "SuperAdmin".
  3. Next time you log-in with your credentials, you will be logged in as admin.
electronic-city-indonesia commented 8 years ago

Hi, Thanks for reply my issue before

Well, if you ask me about "log.txt" in C:\inetpub\wwwroot\socioboard\Socioboard\log.txt (not sure if this right location or not), here i provide it for you: log.txt

And about connectivity MySQL, i think yes, i had problem about setting config file I am not sure if i edit this file name "hibernate.cfg.xml" at C:\inetpub\wwwroot\socioboard\SocioboardAPI\hibernate.cfg.xml can be effect or not, but it looks not effective for me after i run this application.

Should i modify file name "Web.config" between C:\inetpub\wwwroot\socioboard\Socioboard and C:\inetpub\wwwroot\socioboard\SocioboardAPI beside hibernate.cfg.xml?

Sorry, i am new for using Windows Server 2012 for the first time :(

Btw, i am using Microsoft Visual Studio 2015 for compiling.

Maybe i should email your email address or chatting through Skype that your provide me

Please help

Thanks

vipulpandey commented 8 years ago

I am facing the same issue. Getting failure after registering to the new user form. Can anyone help?

socioboard commented 8 years ago

Hello, Well, can you clear log (Socioboard/SocioboardApi/log.txt), run your application and provide us the log.txt file so that we can help you better.

nQaze commented 8 years ago

I am also facing the same issue. Mine log file shows the following: ERROR2016-09-08 05:04:49 Class:Socioboard.Controllers.IndexController Method:Signup Line #: 245 – Register

nkdksk commented 7 years ago

We have the problem ERROR2016-09-08 05:04:49 Class:Socioboard.Controllers.IndexController Method:Signup Line #: 333 – Register we are behind a proxy, we solve the problem running socioboard in a machine outside, the problem can be port permissions

socioboard commented 7 years ago

This project is outdated and not supported as of now now please download the new version from - https://github.com/socioboard/Socioboard-Core-3.0

carlosbarr commented 7 years ago

I update the version of socioboard but I get the following error when making "rebuild" in Visual studio

Cannot infer TargetFrameworkIdentifier and/or TargetFrameworkVersion from TargetFramework='dnx46'. They must be specified explicitly

image