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
1 2
Michael13
Posted on 17 Oct 2010, 01:49:59

Access: Member
Total Posts: 15
Joined: 2010-10-17

Hello Chris,

I couldn't find any solutions to the problems I encountered. I had a rough start after installing. The script would run into an issue with creating the database. I looked through the scripts and discovered the update files and input them through the servers mysql.

I am trying to run the install script and after entering the details, the script seems to stall. I get a the news13 logo and backgrounds but nothing else after selecting test connection. Any idea what's cooking? I'm thinking I should start over on the installation.
#2951
Chris
Posted on 17 Oct 2010, 04:45:38

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

Which version of PHP does your server have installed? does your server have error_reporting turned on? how far does it get in the installation before it dies?
#2952
Michael13
Posted on 17 Oct 2010, 11:59:06

Access: Member
Total Posts: 15
Joined: 2010-10-17

Hello Chris,

My server offers a choice between 4 and 5. I have it set on Php 5.

It would prompt me for the database information, step 1, then I would click the test button. It did not work past that point.
#2953
Michael13
Posted on 17 Oct 2010, 14:44:57

Access: Member
Total Posts: 15
Joined: 2010-10-17

I turned off globals and messed with the .ini file from stuff I found online. Now I'm getting a response but not a successful one:

Quote:
Warning: require_once(/hermes/bosweb/web012/b123/ipw.articleboard/public_html/news//language/.php) [function.require-once]: failed to open stream: No such file or directory in /hermes/bosweb/web012/b123/ipw.articleboard/public_html/news/install/index.php on line 337

Looks like I'm getting an extra forward slash from news to language...
#2956
Chris
Posted on 17 Oct 2010, 16:02:34

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

Quote:
/hermes/bosweb/web012/b123/ipw.articleboard/public_html/news//language/.php

Notice at the end it just says ".php", instead of something like "English.php", are you sure the language files have been uploaded to the language directory?

If this isn't the problem I'd need access to the server to debug the problem.
#2959
Michael13
Posted on 17 Oct 2010, 16:22:40

Access: Member
Total Posts: 15
Joined: 2010-10-17

Hi Chris,

I got this with your help. For some reason the files I downloaded had the file name "lang" rather than "language". I renamed the file folder in my ftp program and it's a grand slam! Everything is going smoothly now!!!
#2963
Michael13
Posted on 17 Oct 2010, 16:31:55

Access: Member
Total Posts: 15
Joined: 2010-10-17

Uh oh, this thing is not stopping.
loading sqlchanges37.txt 5 queries - ok
loading sqlchanges40.txt undefined queries - undefined
Loading Undefined undefined queries - undefined
#2964
Chris
Posted on 17 Oct 2010, 16:35:15

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

If you look at the code for config.php, around line 52 you'll see a block of code, Do you see this

Code:
if(!date_default_timezone_get()){
    date_default_timezone_set('UTC');
}


Or this

Code:
if(function_exists("date_default_timezone_get")){
    if(!date_default_timezone_get()){
        date_default_timezone_set('UTC');
    }
}
#2965
Michael13
Posted on 17 Oct 2010, 16:41:08

Access: Member
Total Posts: 15
Joined: 2010-10-17

Looks like the second:


Quote:
if(function_exists("date_default_timezone_get")){
if(!date_default_timezone_get()){
date_default_timezone_set('UTC');
}
}

On a good note, it seems to have installed. However, the Categories are empty. I got the test post from you saying it was installed and was able to comment. I'm in the admin panel as well. Is something missing from the undefined loop?

Very impressive program!
#2966
Chris
Posted on 17 Oct 2010, 16:45:17

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

Very strange, if it works, awesome. I wish I could debug this problem though as I thought I'd fixed it but apparently there is something else that needs to be fixed.
#2967
1 2
Network-13.com © 2013