- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- WASD - PHP problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 08:23 AM
10-05-2006 08:23 AM
WASD - PHP problem
Since I have no support contract and PHPSHR from CSWS_PHP 1,3 is involved, HP might be interested (?):
I got a crash of WASDPHP.EXE....
The package I tried is E107 version 0.7.5 (www.e107.org).
Installation, including creation of a MySQL database - went flawlessly, but as soon as I try to access it's start-script (index.php) it causes problems. Since this is PHP code I traced the PHP code where I discovered that WASDPHP crashed in DECCRRTL_V56 even before executing ANY PHP code.
I did some investigation and found that the package had created MyISAM tables in an otherwise INNODB MySQL database (MySQL 4.1). So I changed all references in the code where MySql is mentioned, to InnoDB amd
recreated the database - but that made no difference. Next I checked the format of the php CODE - it's all Stream-LF, max record size
32767, but carriage return carriage control. Next, I chnaged RAT to NONE but there was no difference either.
PHPMYADMIN - as it says: PHP code as well, has no problem and runs fine.
Attached: WATCH en PHP-verification output (as WASD will deliver REALTIME).
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2006 08:35 PM
10-06-2006 08:35 PM
Re: WASD - PHP problem
no specific clue to your problem, but there is an update kit for CSWS_PHP available and Mark Daniels has written some notes on how to integrate that into WASD. Perhaps you should try this one 1st?
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2006 10:19 PM
10-07-2006 10:19 PM
Re: WASD - PHP problem
be sure to use the lastest WASDPHP RTE, if I remember correctly Mark has fix some problems around accvio in recent kit.
Creating MyISAM table instead of InnoDB table is not related, only the server use this information to call the correct engine to retreive data. You can only expect various data corruption...
Not related, I have a MySQL 5.1.11 kit, if you want to try it let me know? This is the latest 5.1 beta verson available.
JF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2006 06:57 AM
10-08-2006 06:57 AM
Re: WASD - PHP problem
I'll try to dig deeper into this - getting mode detailsed information.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2006 07:35 AM
10-08-2006 07:35 AM
Re: WASD - PHP problem
I rebuilt PHPWASD but now with LIST and MAP, using the original CSWS-PHP 1.3 files, got somehat different locations it these make more sense than what I got before. As you can see, it's a call to some PHPSHR routine that causes havock:
php_execute_script (&ZendFileHandle CLS_CC ELS_CC PLS_CC)
in this particular case.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2006 08:06 PM
10-08-2006 08:06 PM
Re: WASD - PHP problem
I gave up on PHP. See also http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=792770
You can try to do a set watch to see what is being accessed. Might help.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 09:24 PM
10-09-2006 09:24 PM
Re: WASD - PHP problem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 11:33 PM
10-09-2006 11:33 PM
Re: WASD - PHP problem
I mean "set watch file/class=all" in dcl. Just before the execution of the exe that crashes.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 07:51 AM
10-26-2006 07:51 AM
Re: WASD - PHP problem
As you will see (see attachement on previous post) it is myt impression that there is nothing wrong in the files themselves. As stated, other PHP packages have no trouble at all in running, and protection et all are all the same (W:RE on ALL files, including directories). My impression therefore is that there must be something wrong in the code that handles execution. Since PHPSHR (as delivered by HP!) is deeply involved, I'm afraid I'll have to wait for Engineering's good will (and time).
JF,
I would like to try MySQL5.1 - if I could rebuilt the PHPMYSQL module. (I know how to do that ;-))
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 05:37 PM
10-26-2006 05:37 PM
Re: WASD - PHP problem
I will send you, by email, how to download and install MySQL 5.1.
JF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2007 10:58 PM
08-09-2007 10:58 PM
Re: WASD - PHP problem
OpenVMS Developer & System Manager