473,508 Members | 2,437 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Moved server to Linux, and now everything has stopped working!

3 New Member
please help...
is this a valid code in using mozilla? window.open( "print_subject.php", "myWindow",
"status = 1, height = 600, width = 650, resizable = 1, top=1, windows=1, toolbar=1, menubar=1" )
Jun 28 '07 #1
3 1022
sumaabey
29 New Member
yes.code is valid

<a href="" onclick='window.open( "test.php", "myWindow",
"status = 1, height = 600, width = 650, resizable = 1, top=1, windows=1, toolbar=1, menubar=1" )'>ffff</a>
Jun 28 '07 #2
lezah
3 New Member
thanks for the reply...but i still have problem....i think my connection to my database is good but i have a problem....when i used my program in the windows os there was no problem but now in linux,whew,important labels with their fields do not appear.....i simply can't explain thoroughly my problem....
Jun 28 '07 #3
pbmods
5,821 Recognized Expert Expert
Changed thread title to better describe the problem (did you know that threads whose names contain words like 'help' actually get FEWER responses?).

Heya, lezah.

You will want to check all the file paths you specified in your code, as *n?x and Windows do things very differently in those departments. For example, if this works on the Windows side:
Expand|Select|Wrap|Line Numbers
  1. fopen('C:\\Documents and Settings\\someuser\\somefile.ext', 'rb');
You'll need to change it to something like this:
Expand|Select|Wrap|Line Numbers
  1. fopen('/home/someuser/somefile.ext', 'r');
  2.  
It all depends on how your server is set up, but if you run into any problems, post back and we'll help you out.
Jun 28 '07 #4

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

Similar topics

5
24123
by: Bill | last post by:
I used to be able to run the following ASP code on our corp machine (W2K Server Edition and IIS-5) and successfully send a net-msg to anyone on our intranet. Last week it stopped working... and...
8
5425
by: Horhayson | last post by:
Running W2k Server SP4, my application event viewer says that the Active Server Pages service is stopped. How and what do I need to do to start the service, and why does it stop? *** Sent...
0
1902
by: Jim Williams | last post by:
I am not able to get MYSQL running on Suse Linux Enterprise Server. I tried stopping with the command mysqld and it reported, "Shtudown Complete." Then when I tried to restart it with the...
9
1581
by: **ham | last post by:
"Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services." This is the message I get each...
3
1685
by: Just D. | last post by:
All, Did anybody see this bug? We're having two login pages in a huge application, both are with validation controls. Everything works just great on two developer's machines working under...
7
1131
by: Aryan | last post by:
Hi Everybody, I am facing "Server Application Unavailable" problem with .NET Framework 2.0 Earlier Framework was working fine, but one fine day it stopped working for particular application....
4
1241
by: Ben | last post by:
Hello I recently used VS.NET 2003's Copy Project to create a "release' version of my asp.net app. On the same machine where the development has occured, I loaded the app and all worked fine. I...
1
4310
by: fatalparadox | last post by:
I had WAMP Server installed for a few months, everything was fine. Now all of a sudden it stopped working. It still executes the PHP but it doesn't allow me to write to a .txt file anymore. When...
4
6676
by: adnanjunk | last post by:
Hi, Having a little issue with .htaccess not working on windows server. I have clean url's setup using the htaccess file, working fine on linux server. I have researched for a while and found...
1
3012
by: Jiwei06xie | last post by:
Hi, I have a main form with 3 subforms and some combo boxes. It is working fine as an independent form. However, when I draged into a tabcontrol page, two off the combo boxes stopped working...
0
7223
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
7488
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5623
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5045
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3191
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3179
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1544
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
762
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
412
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.