germinus wrote: Hi all, After installing and making all the changes to code and feeling very proud of myself Right I have established that it must have somthin to do with global.php, if I restore that file to before it is altered I dont get the white screen, but i do get this error at the top of the screen... DB Error: Bad SQL Query: SELECT s.session_user_id, s.session_lastaction, s.session_ip, u.user_id, u.user_level2, u.username, u.user_invisible FROM 4images_sessions s LEFT JOIN nuke_users u ON (u.user_id = s.session_user_id) WHERE s.session_lastaction >= 1153682245 ORDER BY u.user_id ASC, s.session_ip ASC Unknown column 'u.user_level2' in 'field list' I also notice that it does not automaticaly log me in, i have to log into the gallery...is that normal, inst the idea that when loged into nuke your loged into gallery at the same time? Oh wait its even worse than that, now when i click login I get page cant be displayed and the url shows http://avatars.h-fm.com/nuke/NUKE_PATHlogin even I know thats wrong Posted: Sun Jul 23, 2006 2:19 pm
Halo wrote: do you have 4images installed inside the same database as your phpnuke site? Make this change inside the global.php file
change to:
Posted: Sun Jul 23, 2006 2:32 pm
germinus wrote: yes I have 4images using same db as nuke as per instructions, im sure the white screen is somthin to do with global.php as soon as I alter the file i get the white screen, I will try your suggestion now. Posted: Sun Jul 23, 2006 2:42 pm
germinus wrote: I dont have that code in the global.php, should i be looking for this code in the un altered global.php or after the code have been changed as per instructions? Posted: Sun Jul 23, 2006 2:45 pm
germinus wrote: Got rid of the white screen, but still have the following errors.. DB Error: Bad SQL Query: SELECT s.session_user_id, s.session_lastaction, s.session_ip, u.user_id, u.user_level2, u.username, u.user_invisible FROM 4images_sessions s LEFT JOIN nuke_users u ON (u.user_id = s.session_user_id) WHERE s.session_lastaction >= 1153682245 ORDER BY u.user_id ASC, s.session_ip ASC Unknown column 'u.user_level2' in 'field list' Posted: Sun Jul 23, 2006 3:24 pm
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||