Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Acmlmboard support?.
Acmlm's Board - I2 Archive - Acmlmboard support? - Moving my board,new server being stubborn | |
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
User Post
Tails

Shyguy
Level: 15

Posts: 15/98
EXP: 13910
For next: 2474

Since: 04-10-05
From: Calgary, Alberta, Canada

Since last post: 139 days
Last activity: 10 days
Posted on 04-24-05 09:29 AM Link | Quote
I have to move my board to a different server, so I'm trying to get a fresh install of AcmlmBoard 1.A2 running. I've tried everything; even running "dump.sql" from PMA "this worked for me last time."

Anyway, the board index gives me these errors:

Warning: main(/home/devacmlm/webroot/lib/protector.php) [function.main]: failed to open stream: No such file or directory in C:\apachefriends\xampp\htdocs\diddy\TI\lib\function.php on line 8

Fatal error: main() [function.require]: Failed opening required '/home/devacmlm/webroot/lib/protector.php' (include_path='.;c:\apachefriends\xampp\php\pear\') in C:\apachefriends\xampp\htdocs\diddy\TI\lib\function.php on line 8


I also get these errors from setup.php:


Warning: main(/lib/dbinfo.php) [function.main]: failed to open stream: No such file or directory in C:\apachefriends\xampp\htdocs\diddy\TI\lib\config.php on line 11

Fatal error: main() [function.require]: Failed opening required '/lib/dbinfo.php' (include_path='.;c:\apachefriends\xampp\php\pear\') in C:\apachefriends\xampp\htdocs\diddy\TI\lib\config.php on line 11


These errors are different from the previous ones I concieved, so I don't think older topics would help me much..

Any help would be greatly appreciated..

Edit: If you would like to see the errors for yourself, please click here.


(edited by Diddy on 04-23-05 04:37 PM)
DarkSlaya
POOOOOOOOOOOORN!
Level: 88

Posts: 3623/4249
EXP: 6409254
For next: 241410

Since: 05-16-04
From: Montreal, Quebec, Canada

Since last post: 8 hours
Last activity: 5 hours
Posted on 04-24-05 04:56 PM Link | Quote
Maybe it's a really wild guess, but could PHP safe-mode do that?
Xeolord

- B l u e s -
Power Metal > All
Level: 81

Posts: 1642/3418
EXP: 4884196
For next: 108653

Since: 03-15-04
From: Yeah

Since last post: 15 hours
Last activity: 15 hours
Posted on 04-24-05 09:55 PM Link | Quote
So, was your board working correctly on your previous server?

A fresh 1.A2? Make sure to add in that line that Jesper posted, for config.php

Those errors look familar to what I had, so maybe you just forgot to add in that extra line.

If not, no idea then.
Tails

Shyguy
Level: 15

Posts: 16/98
EXP: 13910
For next: 2474

Since: 04-10-05
From: Calgary, Alberta, Canada

Since last post: 139 days
Last activity: 10 days
Posted on 04-24-05 10:32 PM Link | Quote
Yes, it's working fine on the previous server just fine, and will be for quite some time, if I can't resolve this (we don't have to move, but my host would highly prefer it)

A fresh 1.A2? Make sure to add in that line that Jesper posted, for config.php

Those errors look familar to what I had, so maybe you just forgot to add in that extra line.

Extra line? I'll look around, but i've never heard of such a thing..

Edit:Just checked with my host; no, he's not running PHP in safe mode


(edited by Diddy on 04-24-05 05:42 AM)
Xeolord

- B l u e s -
Power Metal > All
Level: 81

Posts: 1647/3418
EXP: 4884196
For next: 108653

Since: 03-15-04
From: Yeah

Since last post: 15 hours
Last activity: 15 hours
Posted on 04-24-05 11:03 PM Link | Quote
Originally posted by Jesper
In config.php, change:
$root = str_replace($n,"",$_SERVER["PATH_TRANSLATED"]);
$root = preg_replace("'/(lib|admin)/?$'i","",$root);

to
$root = str_replace($n,"",$_SERVER["PATH_TRANSLATED"]);
$root = preg_replace("'/([^/]+?)$'i","",$root);
$root = preg_replace("'/(lib|admin)/?$'i","",$root);


Or just set $root to the absolute *local path* of your board folder (not the URL, but the path in the file system on the server). That code is to try to define that variable for you. We need that since the main files are spread out over multiple folders now.

This is fixed in the dist, effective immediately.


That might be it.

Edit: Then again, I guess that's in the new version.

Sorry, no idea.


(edited by Darth Xeodious on 04-24-05 06:04 AM)
seanbox344

Double hammer
Level: 10

Posts: 31/31
EXP: 4017
For next: 397

Since: 05-09-04

Since last post: 190 days
Last activity: 137 days
Posted on 04-26-05 01:47 AM Link | Quote
Yeah I even attempted on trying it that way and it gave me shit also. He is hosting off of my server.
Sandy53215
Acmlm (10:55:31 PM): they're having fun for the first time in so long
Level: 47

Posts: 458/948
EXP: 713034
For next: 53169

Since: 03-15-04
From: Milwaukee, Wisconsin (U.S.A)

Since last post: 1 day
Last activity: 4 hours
Posted on 04-26-05 03:43 AM Link | Quote
Number one reason you gotta love free hosts... Tons of problems.:/
Snort

Octorok
Level: 8

Posts: 2/27
EXP: 1970
For next: 217

Since: 04-19-05

Since last post: 26 days
Last activity: 1 day
Posted on 04-26-05 06:34 AM Link | Quote
Ok. Now diddy has it set up on my host and it's http://ti.zcworld.net/

I'm getting the following across forum.php

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/zcworld/public_html/ti/forum.php on line 64
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/zcworld/public_html/ti/forum.php on line 7s

and I'm also getting the following across announcement.php

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/zcworld/public_html/ti/announcement.php on line 24

Is it possible that there's a mysql server mismatch? O_o

The old server was running MySQL 3.23.58 and the new server is running MySQL 4.0.22. Could it be I need to edit the php files and change the way the board queries the database? O_o

Please let me know.

EDIT: These lines are affecting the announcements system probably. O_o for I posted an announcement and it didn't show.

EDIT 2: I just commented out lines 62 through 79 and those errors went away.. but no announcements system.


(edited by Snort on 04-25-05 01:38 PM)
(edited by Snort on 04-25-05 02:27 PM)
Sandy53215
Acmlm (10:55:31 PM): they're having fun for the first time in so long
Level: 47

Posts: 460/948
EXP: 713034
For next: 53169

Since: 03-15-04
From: Milwaukee, Wisconsin (U.S.A)

Since last post: 1 day
Last activity: 4 hours
Posted on 04-26-05 10:07 AM Link | Quote
Probably considering both forum errors and announcement errors read the announcement table on the database. Its most likely because the table doesnt exist.
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
Acmlm's Board - I2 Archive - Acmlmboard support? - Moving my board,new server being stubborn | |


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.010 seconds.