Home N-13 News Forums Help Search
RegisterForgot password?
How to add image to post necklacesdiscou
Known bugs - 4.0.3 necklacesdiscou

Latest N-13 News 4.0.3

What is N-13 News?
Where can I get help?
Known bugs

Forums Help & Support Installation issue
1 2
Kumar24x7
Posted on 15 Jul 2010, 06:07:49

Access: Member
Total Posts: 1
Joined: 2010-07-15

I dont know why buy my installation is in an infinite loop....


Loading sql.txt 64 Queries OK
Loading sqlchanges.txt 32 Queries OK
Loading sqlchanges32.txt undefined Queries - undefined
Loading undefined undefined Queries - undefined
Loading undefined undefined Queries - undefined
Loading undefined undefined Queries - undefined
Loading undefined undefined Queries - undefined
Loading undefined undefined Queries - undefined
Loading undefined undefined Queries - undefined
Loading undefined undefined Queries - undefined
Loading undefined undefined Queries - undefined
Loading undefined undefined Queries - undefined
................ it keeps going.

Please help, it is standard Linux VPS, and other scripts work just fine.

#2697
Chris
Posted on 15 Jul 2010, 06:16:49

Access: Admin
Total Posts: 1395
Joined: 2006-05-19

This may be due to php error reporting complaining about a coding standard warning. Try either disabling error reporting in your php.ini file changing it to not display notices

Code:
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED;
#2698
Chris
Posted on 15 Jul 2010, 10:26:57

Access: Admin
Total Posts: 1395
Joined: 2006-05-19

Actually, I think this is a javascript error. Which browser are you using when trying to install? can you try installing using another browser to see if the problem still persists?
#2699
Ming40342
Posted on 25 Aug 2010, 03:06:14

Access: Member
Total Posts: 5
Joined: 2009-11-19

Hi Chris, I got the same problem. And I try IE7, Firefox3.6.8 and Chrome, got the same result, can you help me? Thx!
#2794
Chris
Posted on 25 Aug 2010, 17:37:21

Access: Admin
Total Posts: 1395
Joined: 2006-05-19

Ming40342,

Can you create a file on your server called phpinfo.php, inside it put this code

Code:
<?php
phpinfo
();
?>


Then link me to that file so I can see how your server is configured, hopefully I can find out what's causing this problem.
#2801
Dmorley
Posted on 26 Aug 2010, 00:39:10

Access: Member
Total Posts: 2
Joined: 2010-08-26

Same issue here, will PM you my phpinfo
#2808
Ming40342
Posted on 26 Aug 2010, 01:31:38

Access: Member
Total Posts: 5
Joined: 2009-11-19

Quote:
Ming40342,

Can you create a file on your server called phpinfo.php, inside it put this code

Code:
<?php
phpinfo
();
?>


Then link me to that file so I can see how your server is configured, hopefully I can find out what's causing this problem.

Hi Chris, here is the link: http://www.lilymakeup.com/phpinfo.php
Thank you very much!
#2809
Chris
Posted on 26 Aug 2010, 01:38:07

Access: Admin
Total Posts: 1395
Joined: 2006-05-19

Ming40342,

Dmorley gave me access to his server so I could test the installation of the news script, I found that the mysql user he was using didn't have the needed privileges to install it, specifically it didn't have the ALTER privilege, this is the error it was returning

Code:
ALTER command denied to user 'username'@'localhost' for table 'news30_access'


I suspect this is the same problem you're having. Check the privileges for the user you're using to make sure it has full access to the database.
#2810
Dmorley
Posted on 26 Aug 2010, 02:10:00

Access: Member
Total Posts: 2
Joined: 2010-08-26

Yup that user just needed more privlages to write the table.

in mysql> GRANT ALL PRIVILEGES ON `dbname` . * TO 'user'@'localhost';

or something of the like for your sql install.

Thanks Chris!
#2811
Last edited by Dmorley at 2010-08-26 02:13:15 Reason:
Ming40342
Posted on 26 Aug 2010, 02:41:50

Access: Member
Total Posts: 5
Joined: 2009-11-19

Quote:
Ming40342,

Dmorley gave me access to his server so I could test the installation of the news script, I found that the mysql user he was using didn't have the needed privileges to install it, specifically it didn't have the ALTER privilege, this is the error it was returning

Code:
ALTER command denied to user 'username'@'localhost' for table 'news30_access'


I suspect this is the same problem you're having. Check the privileges for the user you're using to make sure it has full access to the database.

Hi Chris, I've used the Master user to install (suppose it has full access right), but still looping "Loading undefined undefined Queries - undefined"
Is there anything I can do? (the last version is fine on this server)
#2812
1 2
Network-13.com © 2013