Search found 59 matches

by WillemGrooters
Tue Oct 06, 2020 5:57 pm
Forum: This Board
Topic: VAMP resurrection!
Replies: 3
Views: 7425

Re: VAMP resurrection!

great to meet you again!

I'm still on VMS - private only - and in the process of switching between HPE openVMS (current on DS10 and 3 Itanium 2620 boxes) and VSI OpenVMS on FreeAXP - to set things up using the VSI TCPIP stack. On the HPE-machines, running on the final HPE hobbyist license, problem ...
by WillemGrooters
Wed Jun 25, 2008 11:14 am
Forum: PHP
Topic: PHP 1.3 ECO2
Replies: 0
Views: 7473

PHP 1.3 ECO2

is out since may and works fine. The major issues that I did enconter seem to be solved now, but now I run with MySQL 3.x again - the 4.1 engine crashes. PHPSHR of the new version seems to have a different procedure dispatch table: New routines added, old ones removed, reshuffeld sequence ...
by WillemGrooters
Fri Apr 18, 2008 11:29 am
Forum: MediaWiki
Topic: *WARNING*
Replies: 3
Views: 6573

It may be more stable, which is good. It's probably substantially bigger than MySQL 1.4 as well, and where my box is relatively small, to modern standards, that is, I wonder if it leaves room for other memory consumers like a web server and code executed by it (PHP and Python, in my case) - and ...
by WillemGrooters
Mon Apr 07, 2008 4:31 pm
Forum: Wordpress
Topic: 2.3 runs out-of-the-box :D
Replies: 2
Views: 10380

2.5

Next update is 2.5. Flawless upgrade, provided you have disable al plugin's in advance. No issues. It seems to be faster than 2.3.3 but memory footprint and load on the database engine is still considerable.
by WillemGrooters
Mon Apr 07, 2008 4:28 pm
Forum: MediaWiki
Topic: *WARNING*
Replies: 3
Views: 6573

Check your tables (*except MySQL itself*) are INNODB. MyISAM on OpenVMS is known to corrupt your database.
If you followed the recommendations, your database should have InnoDB format on all tables by default, but I've noticed some packages to create tables using MyISAM in their databse-creation ...
by WillemGrooters
Wed Mar 19, 2008 9:41 am
Forum: Wordpress
Topic: 2.3 runs out-of-the-box :D
Replies: 2
Views: 10380

Update

Current version 2.3.3
I have set up one real blog with it (the 2008 bootcamp blog) and found it works well - but the load on the system - and particular MySQL - in considerable.
Comptability seems good. If you update your blog, new features will fit in; beware though that your theme / skin ...
by WillemGrooters
Tue Mar 04, 2008 9:05 am
Forum: PHP
Topic: MOD_PHP update
Replies: 2
Views: 6087

MOD_PHP update

On c.o.v. there has been a message that there will be a MOD_PHP 1.3 update that _should_ address a number of issues. At the end of this year, a release of PHP5(.2?) is planned.
Time for testing....
Hopefully, there will be building procedures as well in tyhe sourcekits.
by WillemGrooters
Thu Dec 20, 2007 9:41 am
Forum: phpMyAdmin
Topic: Newer versions of PHPMyAdmin
Replies: 0
Views: 7939

Newer versions of PHPMyAdmin

10.x: Does NOT run on VMS. I'll have to re-examine some data but package nor release notes are found - not at PhPMyAdmin's own site, nor Sourceforge. My guess is it requires PHP5 - and that is not (yet) available on VMS...

11.x: Same problem: requires PHP5 + some specific elemens and extensions ...
by WillemGrooters
Tue Dec 11, 2007 9:18 am
Forum: PHPBB
Topic: intrusions
Replies: 4
Views: 7881

Update

The problem with missing buttons is solely related to the presentation. I use a slightly modified Galaxian for the site. The changes made by User_Shield are made on the subSilver skin only.
So I need to update the Galaxian memberlist to include both buttons (Activate and Remove).
by WillemGrooters
Fri Dec 07, 2007 9:48 am
Forum: Wordpress
Topic: 2.3 runs out-of-the-box :D
Replies: 2
Views: 10380

2.3 runs out-of-the-box :D

but you'll need to update to 2.3.1 (or later) as soon as possible, there are a number of security issues (apart from other bugs) :x .

Be aware that the database structure has chaned significantly and presentation templatyes and plugins might simply NOT WORK - or partially. Wordpress.org keeps a ...
by WillemGrooters
Fri Dec 07, 2007 9:44 am
Forum: phpMyAdmin
Topic: cannot login on first access.
Replies: 10
Views: 16028

Cache....

cache of IE7, I think. I have the same problem with a number of sites, not just phpMyadmin.
Delete temoprary files and cookies (all or selective - your choice) and the problem is over...
by WillemGrooters
Wed Dec 05, 2007 7:35 am
Forum: MySQL
Topic: auto-restart
Replies: 0
Views: 8004

auto-restart

On my system, MySQL has a tendency of crashing, mostly when flushing buffers. The log states an OS code of 12 - and concludes "not enough core". 12 = 0C = ACCVIO - so what is the problem??? :evil:

This is very annoying - because it often happens when I'm not around. So I created a batchprocedure ...
by WillemGrooters
Fri Nov 30, 2007 6:53 am
Forum: PHP
Topic: Hide database access data
Replies: 0
Views: 7733

Hide database access data

I think this is generic to all PHP packages that use a database (MySQL, typically) but I know it holds for PHPBB2 and Wordpress: Database access information is stored - in plain text - in a PHP file: config.php for PHPBB2, wp-config.php for Wordpress. It contains database access information ...
by WillemGrooters
Wed Nov 21, 2007 7:04 am
Forum: PHPBB
Topic: intrusions
Replies: 4
Views: 7881

Thanks

Thanks for the tip, I downloaded the vaerion from the PHPBB2 site and got it installed, with some trouble (What I pblished on the SYSMGR blog is just the surface of the trouble. I didn't keep a full log).
I found that what it actually does is just hiding inactive members from the memberlist unless ...
by WillemGrooters
Thu Nov 15, 2007 7:16 am
Forum: MySQL
Topic: SHAME, HP!
Replies: 0
Views: 8098

SHAME, HP!

The cause of this problem: the MySQL extension in MOD_PHP as delivered by HP is linked against MySQL 3.x.!!!!

The engine can be rebuild against MySQL 4.1 but you'll need a number of things. I've done that quite some time ago, follwoing the description on www.4ovms.dyndns.org - but the data seems to ...