1
chefry
white screen on local host
  • 2012/9/6 15:12

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


one of my installations is XOOPS Version XOOPS 2.4.3

I copied a backup from my host and set it up to run using local server AMPPS

Paths etc are correct, the database was installed using phpmyadmin

I set protector to "off"

and when I run the localhost I get a white screen.

Any ideas?

I need the site to run on localhost because I'm creating a new module for 2checkout.com

TIA!!!

2
zyspec
Re: white screen on local host
  • 2012/9/6 15:34

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


You might check to make sure that your local host ip address isn't included banned ip list in Preferences->System Options->General Settings

There's a setting near the bottom of the page:

Quote:

Enter IP addresses that should be banned from the site.
Separate each with a |, case insensitive, regex enabled (so dot - '.' means 'any char' and '\.' means '.').*
^aaa\.bbb\.ccc will disallow visitors with an IP that starts with aaa.bbb.ccc
aaa\.bbb\.ccc$ will disallow visitors with an IP that ends with aaa.bbb.ccc
aaa\.bbb\.ccc will disallow visitors with an IP that contains aaa.bbb.ccc


remove the 127.0.0.1

3
chefry
Re: white screen on local host
  • 2012/9/6 15:59

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


where would that be in phpmyadmin? do you know?

4
zyspec
Re: white screen on local host
  • 2012/9/7 2:38

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


it in the 'config' table. It's a column named 'bad_ips'. It's a serialized value.

Typically, on a fresh install, it looks like:
Quote:
a:1:{i:0;s:9:"127.0.0.1";}


You should be able to just edit out the address, something like:
Quote:
a:1:{i:0;s:0:"";}

5
lonely2134
Re: white screen on local host
  • 2012/9/7 12:06

  • lonely2134

  • Just popping in

  • Posts: 1

  • Since: 2012/9/7 1


I ran into the same problem.

Login

Who's Online

160 user(s) are online (122 user(s) are browsing Support Forums)


Members: 0


Guests: 160


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits