473,386 Members | 1,828 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Initializing System Variables

Hi

We have changed developers and our new developer is going to start by fixing some basic faults on our website. I received the email below and was wondering whether anybody could shed some light on it as I am unable to contact the previous developer.

Email below from new developer

What I did?
1. Created the database using the backup
2. Copied all the files into document root directory as mywebsite
3. modified the functionConnect.php to point to the correct database
4. Loaded the home page (index.php) as below
5. http://localhost:8080/mywebsite/homedir/public_html/test/index.php
6. The page loads with lots of errors. All of them are about not initializing the session variables.

I am not sure whether I am missing anything or not. This is same code base which is running in the hosted environment which shows no errors.

Any help would be much appreciated
Jul 18 '11 #1
2 1622
johny10151981
1,059 1GB
create a file phpinfo.php. code is as below:
Expand|Select|Wrap|Line Numbers
  1. <?php
  2. phpinfo();
  3. ?>
  4.  
and check if your session is permitted
Jul 18 '11 #2
Markus
6,050 Expert 4TB
I don't particularly understand your question. Could you elaborate?
Jul 18 '11 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Steve Adams | last post by:
Is there any way to access system variables from C under Windows 2000? I'd like to use the system variable %SystemRoot% in the remove(file) call: ...
1
by: Robin.Liu | last post by:
How can I get or set values of system variables using .NET? Any comment be appreciated! Robin.Liu lbhappy@263.net
5
by: jyu.james | last post by:
Is there an easy way to specify that global variables be initialized to something else besides zero? Specifically, I have a project that has many global variables spread across many files. I...
0
by: Adam Smith | last post by:
Are there any drawbacks to initializing static member variables for classes used in an asp.net application within application_start? My classes have arraylist like tables, which cache information...
3
by: Diebels | last post by:
Hi, I have some problems using static variables which results in a core dump. I have attached code and coredump to the end of my message. I am trying to implement a kind of factory design. I...
2
by: Sean Campbell | last post by:
Hello all! I have been looking in the Framework documentation for an answer and it has not shown itself. Could someone tell me if it is possible with VB or C# to add and modify Windows System...
5
by: Jake G | last post by:
I need a javascript that will display all system variables (e.g. HTTP_REFERER). I am not a programmer, so if you could post all of the html and stuff that would be great. Thanks, Jake
0
by: bobynj | last post by:
Is it possible to Initialize some session variables of a web by using a visual basic application?
5
by: 2b|!2b==? | last post by:
I have a class that contains C structs as member variables. By C structs, I mean they cannot have ctors/dtors because they have C linkage (extern "C"). For eg: MyClass { //Impl private:
5
by: Joe HM | last post by:
Hello - I was wondering what the proper way is to initialize member variables of a Class. Here is the code ... Public Class Private mX As Single = Single.NaN ... Public Sub New()
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.