473,546 Members | 2,196 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

help troubleshooting script

I have a script that uses some Pear (Flex template and Quickform) elements
that are the same on both servers. The script works fine on my localserver
but on the remote server, one page does not work properly - only one,
everything else works great. It's an exact copy of what is on my local
server. localserver is windows running apache and remote server is linux
running apache.

Help me troubleshoot. What else can I check/compare besides php.ini
settings?
May 4 '07 #1
4 1515
Hello,

Did you see what that page is doing different from the other one's
that are working in 2 enviroments?
Are you calling come special class/module?

Jose
On May 4, 5:59 pm, "Paul" <l...@invalid.c omwrote:
I have a script that uses some Pear (Flex template and Quickform) elements
that are the same on both servers. The script works fine on my localserver
but on the remote server, one page does not work properly - only one,
everything else works great. It's an exact copy of what is on my local
server. localserver is windows running apache and remote server is linux
running apache.

Help me troubleshoot. What else can I check/compare besides php.ini
settings?

May 4 '07 #2

"Jose da Silva" <jo*********@gm ail.comwrote in message
news:11******** **************@ p77g2000hsh.goo glegroups.com.. .
Hello,

Did you see what that page is doing different from the other one's
that are working in 2 enviroments?
Are you calling come special class/module?

Jose
No, it's not. I have tried to troubleshoot it using echo statements on the
remote server but it uses ob_start() and flush. With those commands
commented out, the page display a blank even with an echo at the top of the
page - wierd!
May 4 '07 #3
Paul wrote:
I have a script that uses some Pear (Flex template and Quickform) elements
that are the same on both servers. The script works fine on my
localserver but on the remote server, one page does not work properly -
only one,
everything else works great. It's an exact copy of what is on my local
server. localserver is windows running apache and remote server is linux
running apache.

Help me troubleshoot. What else can I check/compare besides php.ini
settings?
Did you make sure the errorreporting is ON on your new server?
Changes are they have different php.ini file.

You can easily check most (all?) php.ini setting by a script that only
contains php_info();

Regards,
Erwin Moller
May 4 '07 #4
"Erwin Moller"
<si************ *************** *************** @spamyourself.c omwrote in
message news:46******** *************@n ews.xs4all.nl.. .
Paul wrote:
>I have a script that uses some Pear (Flex template and Quickform)
elements
that are the same on both servers. The script works fine on my
localserver but on the remote server, one page does not work properly -
only one,
everything else works great. It's an exact copy of what is on my local
server. localserver is windows running apache and remote server is linux
running apache.

Help me troubleshoot. What else can I check/compare besides php.ini
settings?

Did you make sure the errorreporting is ON on your new server?
Changes are they have different php.ini file.

You can easily check most (all?) php.ini setting by a script that only
contains php_info();

Regards,
Erwin Moller
Good point - I found the problem - it was a $DB call where the DB object has
not been not been initiated.
May 4 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
15060
by: Stangonline.com | last post by:
Ok, im familiar with typical troubleshooting of this type on problem, but I do not do any programming myself. Im hoping you guys can help me with an install problem that I am having. I have an application that fails to register 2 .ocx files during installation. The OS is Windows Server 2003 running as a terminal server. I have since tried...
0
1043
by: Eric Reed | last post by:
Hello, I'm having trouble reading mouse events in a console. Here's my troubleshooting so far: 1) my python script successfully reads mouse clicks in a terminal window under x (so I know the script works) 2) I can run bs (the battleship example in the ncurses distro) in a console, so I think I know that ncurses is installed with gpm...
3
2720
by: Michael Erb | last post by:
I've got a page with links to panoramic images and use javascript to open a separate window when the link to a specific panoramic image is clicked. Problem is that it's not working when I visit the site with my PC. But it works fine when using my Mac. On my PC, I get a browser error that the page is not found. Could someone take a look...
4
1456
by: MattB | last post by:
I'm just trying to do some simple javascript in a form to convert Lbs in one textbox to kg in another. I'm doing the following inside a If Not IsPostBack block: Dim strLbs2kg As String strLbs2kg = "<script language='javascript'> " & _ "function Lbs2kg() " & _ "{" & _ "var Lbs = 0; " & _ "Lbs = " & txtWeight.ClientID & ".value; " & _
5
3497
by: murrayatuptowngallery | last post by:
I'm caught in a classic finger-pointing situation. My hosting company's server appears to be automatically inserting JS tags into a JS-free html page that has an image inked to a 2nd page with JS. The problem may well be that I am calling JS incorrectly. My host co. insists my ''web publishing software' is doing this. I can prove it...
9
2185
by: KenLee | last post by:
I made an application which includes classic asp page and asp.net page. when I tried to redirect from classic asp page to asp.net 2.0 page, it works under my local IIS directory. ex) <a href="default.aspx?store=<%=rs("store")%>"><%=rs("store")%></a> However, When I copy that application into one of IIS directory in another intranet...
0
4116
by: RCapps | last post by:
When running the below SQL Query I keep getting the following error: Server: Msg 4924, Level 16, State 1, Line 1 ALTER TABLE DROP COLUMN failed because column 'ContractDef' does not exist in table 'zContractDefault'. For some reason it is only returning the first 11 chars of the column name? Any help would be greatly appreciated... This...
4
1260
by: cfps.Christian | last post by:
We're in need of a program preferably ASP/ASP.NET (I realize the chances but we'll just start here) that will allow our help desk staff or other view what is on a user's computer without taking any control at all. This will be used to protect user's sensitive information but allow our staff to see what the problem is. My original idea was...
0
7507
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7435
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7698
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7461
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7794
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5080
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3472
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1046
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
747
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.