Page 1 of 2

globeadmin login not working

Posted: Mon Dec 18, 2017 12:50 pm
by willemgouws99
Copied nu folder to webserver
Created and imported the nuBuilder4 db
Changed nuconfig.php

Try to log in with
[*]globeadmin
[*]nu

.... and .... nothing just yellow empty posted note like 'nuMessage'
what am I doing wrong :?


nu4.JPG
I have used the latest github, does my error relate to: http://forums.nubuilder.cloud/viewtopic.p ... 105#p15105

Re: globeadmin login not working

Posted: Mon Dec 18, 2017 3:32 pm
by admin
willemgouws99 ,

The link you are referring is users other than globeadmin.

My guess its a setting on your web server.

Steven

Re: globeadmin login not working

Posted: Mon Dec 18, 2017 5:48 pm
by willemgouws99
Hi Steven
Thanks for the reply:
I reinstalled webserver and updated php

now the yellow postit has the following in it:

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1364 Field 'deb_order' doesn't have a default value in /opt/lampp/htdocs/nu4/nucommon.php:60
Stack trace:
#0 /opt/lampp/htdocs/nu4/nucommon.php(60): PDOStatement->execute(Array)
#1 /opt/lampp/htdocs/nu4/nucommon.php(102): nuDebugResult('2017-12-19 03:0...')
#2 /opt/lampp/htdocs/nu4/nudatabase.php(91): nuDebug('\n===USER=======...')
#3 /opt/lampp/htdocs/nu4/nuform.php(631): nuRunQuery('\n \n S...')
#4 /opt/lampp/htdocs/nu4/nuform.php(46): nuBuildTabList('nuhome')
#5 /opt/lampp/htdocs/nu4/nuapi.php(35): nuGetFormObject('nuhome', '-1', 0, Array)
#6 {main}
thrown in /opt/lampp/htdocs/nu4/nucommon.php on line 60
nnnnn.JPG

Re: globeadmin login not working

Posted: Mon Dec 18, 2017 5:58 pm
by admin
willemgouws99,

Sorry, I have no idea.

Does this help?... http://forums.nubuilder.cloud/viewtopic.php?f=19&t=9177

Steven

Re: globeadmin login not working

Posted: Fri Dec 29, 2017 9:02 pm
by jwclark
willemgouws99;

I having the same issues as you first posted.
How did you resolve the "Blank Yellow Posted"?
Also, I noticed that there is a JavaScript error:
jquery.js?ts=20171228191240:9536 POST http://127.0.0.1/forte/nuapi.php 500 (Internal Server Error)
send @ jquery.js?ts=20171228191240:9536
ajax @ jquery.js?ts=20171228191240:9143
nuLoginRequest @ (index):41
onclick @ (index):1



This relates to the jquery: send request:
nuBuilder4-Error.png

Re: globeadmin login not working

Posted: Sat Dec 30, 2017 2:10 am
by admin

Re: globeadmin login not working

Posted: Sat Dec 30, 2017 4:14 am
by jwclark
Steven,
Thanks, but I've have perform the change listed in that post. No change. Same error.

Re: globeadmin login not working

Posted: Thu Jan 25, 2018 11:21 am
by shanto_xp
Hi, i am facing a similar problem; followed above mention solution still have error. attached my screen capture; also in text below. please help.

Regards,
Ahsan

###########################

( ! ) Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1364 Field 'deb_order' doesn't have a default value in C:\wamp64\www\nuBuilder4-master\nucommon.php on line 60

( ! ) PDOException: SQLSTATE[HY000]: General error: 1364 Field 'deb_order' doesn't have a default value in C:\wamp64\www\nuBuilder4-master\nucommon.php on line 60

Call Stack

# Time Memory Function Location

1 0.0010 401608 {main}( ) ...\nuapi.php:0

2 0.5810 2344744 nuGetFormObject( ) ...\nuapi.php:38

3 0.5810 2344744 nuBuildTabList( ) ...\nuform.php:84

4 0.5810 2345120 nuRunQuery( ) ...\nuform.php:719

5 0.5820 2363536 nuDebug( ) ...\nudatabase.php:91

6 0.5820 2368744 nuDebugResult( ) ...\nucommon.php:102

7 0.5830 2369944 execute

...\nucommon.php:60

################################

Re: globeadmin login not working

Posted: Thu Jan 25, 2018 11:35 am
by toms
Hi,

Could you check if the solution posted here works for you?
http://forums.nubuilder.cloud/viewtopic.p ... 214#p15357

@Steven: What is this deb_order field used for and is it possible to fix this since others have reported this problem as well?
(By either removing this field if it is not required or by adding null as default value)

Re: globeadmin login not working

Posted: Thu Jan 25, 2018 7:26 pm
by admin
Guys,

I've removed deb_order and put the changes on GitHub (you'll need to pull and Update)

Steven