127.0.0.1 after login from remote computer

it@bialik.ca

New member
Hello:

After successfully logging into dadabik using the server's lan address, I am taken to a page beginning 127.0.0.1. This obviously doesn't work because I am attempting to login over the lan. How do I fix this?

Thanks,

Jeffrey



( ! ) Warning: file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in C:\wamp\www\sakila_backend\admin.php on line 84
Call Stack
# Time Memory Function Location
1 0.0008 263304 {main}( ) ..\admin.php:0
2 0.0762 4011120 file_get_contents ( ) ..\admin.php:84

( ! ) Warning: file_get_contents(http://www.dadabik.org/last_release.php): failed to open stream: no suitable wrapper could be found in C:\wamp\www\sakila_backend\admin.php on line 84
Call Stack
# Time Memory Function Location
1 0.0008 263304 {main}( ) ..\admin.php:0
2 0.0762 4011120 file_get_contents ( ) ..\admin.php:84

( ! ) Notice: Undefined offset: 1 in C:\wamp\www\sakila_backend\admin.php on line 87
Call Stack
# Time Memory Function Location
1 0.0008 263304 {main}( ) ..\admin.php:0
About/Check upgrade

DaDaBIK is a product ideated and developed by Eugenio Tacchini

Copyright ©2001-2012 Eugenio Tacchini

www.dadabik.org



You are using DaDaBIK version 5.1.2 ENTERPRISE, installed on 01-09-2014, the last version of DaDaBIK is released on
( ! ) Notice: Undefined offset: 2 in C:\wamp\www\sakila_backend\include\general_functions.php on line 95
Call Stack
# Time Memory Function Location
1 0.0008 263304 {main}( ) ..\admin.php:0
2 0.1804 4037048 require( 'C:\wamp\www\sakila_backend\include\forms\about.php' ) ..\admin.php:90
3 0.1805 4037208 format_date( ) ..\about.php:23

( ! ) Notice: Undefined offset: 1 in C:\wamp\www\sakila_backend\include\general_functions.php on line 104
Call Stack
# Time Memory Function Location
1 0.0008 263304 {main}( ) ..\admin.php:0
2 0.1804 4037048 require( 'C:\wamp\www\sakila_backend\include\forms\about.php' ) ..\admin.php:90
3 0.1805 4037208 format_date( ) ..\about.php:23
--

You are not running the last release of DaDaBIK, the release you are running might have bugs and security holes, see the official change log for further information. You can upgrade DaDaBIK here.

PHP Version: 5.4.3

mysql version: 5.5.24-log

Web server: Apache/2.4.2 (Win64)

Client: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36
 

it@bialik.ca

New member
Yes, I definitely did. Should I change 127.0.0.1 to the lan address everywhere in the configuration file? When I want the website to go live, do I change the address again to the external ip address?
 

eugenio

Administrator
Staff member
Hello,
what do you mean with "everywhere"?
There is just one parameter you use to specify the URL of your DaDaBIK application, and it's $site_url. Yes, of course this parameter needs to reflect your real URL so if the application goes online and change address, you should change it accordingly.

Cheers
 
Top