| | |
PHP version problem
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
I have developed a site in PHP 5.26, which is running perfectly from the development server. But after uploading the site to the Web server, it is not working. The server is running PHP 4.4. I haven't used any specific features of PHP 5, so the site should have worked fine in PHP 4.4 also.
I am not getting any errors, but no output either. All I can see is a blank page.
Is there a way to find out if the code is not working due to version incompatibility ?
Another problem I am getting is that some popup windows are opening, but not closing automatically from the
window.close() - javascript statement. If I check the code from the 'View Page Source' option, I can see that the entire <SCRIPT>..</SCRIPT> section is missing. What could be the reason for this ?
Thanks
I am not getting any errors, but no output either. All I can see is a blank page.
Is there a way to find out if the code is not working due to version incompatibility ?
Another problem I am getting is that some popup windows are opening, but not closing automatically from the
window.close() - javascript statement. If I check the code from the 'View Page Source' option, I can see that the entire <SCRIPT>..</SCRIPT> section is missing. What could be the reason for this ?
Thanks
•
•
Join Date: Jan 2009
Posts: 49
Reputation:
Solved Threads: 7
•
•
•
•
I have developed a site in PHP 5.26, which is running perfectly from the development server. But after uploading the site to the Web server, it is not working. The server is running PHP 4.4. I haven't used any specific features of PHP 5, so the site should have worked fine in PHP 4.4 also.
I am not getting any errors, but no output either. All I can see is a blank page.
Is there a way to find out if the code is not working due to version incompatibility ?
Another problem I am getting is that some popup windows are opening, but not closing automatically from the
window.close() - javascript statement. If I check the code from the 'View Page Source' option, I can see that the entire <SCRIPT>..</SCRIPT> section is missing. What could be the reason for this ?
Thanks
error_reporting(E_ALL);
in php.ini enable the display of error:
display_errors = On;
display_startup_errors = true;
This may help you to spot errors
![]() |
Similar Threads
- Apache (Linux Servers and Apache)
- Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource (PHP)
- Php version upgrade issue (PHP)
- Email piping to script problem (PHP)
- configure PHP to work with Mysql (MySQL)
- PHP file displaying wrongly ??? (PHP)
- Apache and PHP (PHP)
- need help in installing gd library with php 4.3.10 (PHP)
- php mysql help (PHP)
- Set up manually, php 5.0 with apache's compatible version (PHP)
Other Threads in the PHP Forum
- Previous Thread: PHP calendar help please :)
- Next Thread: Number In An Array
| Thread Tools | Search this Thread |
apache api array beginner binary body broken cakephp checkbox class cms code computing cron curl database date date/time delete display dynamic echo email error file files filter folder form forms function functions gc_maxlifetime global google host href htaccess html image include insert ip javascript joomla limit link list login mail memmory memory menu mlm msqli_multi_query multiple mycodeisbad mysql navigation oop parameter parsing paypal pdf php problem query radio random recourse recursion regex remote script search seo server sessions sms snippet source space sql static syntax system table thesishelp tutorial update upload url validator variable video web webdesign wordpress xml youtube





