Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

globeadmin login not working

Questions related to using nuBuilder Forte.
willemgouws99
Posts: 6
Joined: Mon Sep 09, 2013 4:30 pm

globeadmin login not working

Unread post 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
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: globeadmin login not working

Unread post by admin »

willemgouws99 ,

The link you are referring is users other than globeadmin.

My guess its a setting on your web server.

Steven
willemgouws99
Posts: 6
Joined: Mon Sep 09, 2013 4:30 pm

Re: globeadmin login not working

Unread post 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
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: globeadmin login not working

Unread post by admin »

willemgouws99,

Sorry, I have no idea.

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

Steven
jwclark
Posts: 2
Joined: Fri Dec 29, 2017 8:38 pm

Re: globeadmin login not working

Unread post 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
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: globeadmin login not working

Unread post by admin »

jwclark
Posts: 2
Joined: Fri Dec 29, 2017 8:38 pm

Re: globeadmin login not working

Unread post by jwclark »

Steven,
Thanks, but I've have perform the change listed in that post. No change. Same error.
shanto_xp
Posts: 2
Joined: Thu Jan 25, 2018 11:00 am

Re: globeadmin login not working

Unread post 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

################################
You do not have the required permissions to view the files attached to this post.
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: globeadmin login not working

Unread post 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)
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: globeadmin login not working

Unread post by admin »

Guys,

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

Steven
Post Reply