User Activity

  • Posted a comment on discussion Testers Wanted on SourceForge Support

    https://sourceforge.net/projects/cgtk/ CGTK is a set of C and C + GTK code examples ready to use as stand alone or as a light weight framework. Tested on Linux Mint 19.2. Additional testers welcome across other versions of Linux.

  • Posted a comment on discussion Development on OpenBiblio

    Hello BC, I am looking at Openbiblio 1.0 on a machine that has PHP 7.2. The fixes for 7.2 are purely to make Openbiblio work to the point where I can look at the reports. I noted the changes in this forum purely to help anyone facing the same situation. Peter

  • Posted a comment on discussion Development on OpenBiblio

    Hello Fred, My machines are running PHP 7.2.7-0ubuntu0.18.04.2 built July 4, 2018. 7.2 produces warnings for the code parts that will disappear soon. I do not mind running the compatibility tests while I explore Openbiblio. I am also learning to use TortoiseHg, having not used Tortoise since TortoiseCVS. Bitbucket is also "new" as everything else I look at is on Github. Peter

  • Posted a comment on discussion Development on OpenBiblio

    tcpdf.php line 12579: while (list($key, $val) = each($prop)) { each() is out. The latest tcpdf.php uses: foreach($prop as $key => $val) {

  • Posted a comment on discussion Development on OpenBiblio

    1.0 PHP 7.2 BiblioRows.php line 84: $r = $this->iter->fetch_assoc(); It looks like it should be: $r = $this->iter->fetch(PDO::FETCH_ASSOC); The next row is: if ($r === NULL) return $r; $r is FALSE when there are no rows returned.

  • Posted a comment on discussion Development on OpenBiblio

    catalog/bulkDelForm.php: Warning: Declaration of MarcParser::parse($input) should be compatible with MarcBaseParser::parse($input = '') in classes/Marc.php on line 627 I changed line 440 from: public function parse($input) { to public function parse($input = '') { line 209 from: ."last_change_userid = $_SESSION['userid']," to ."last_change_userid = " . $_SESSION['userid'] . "," Line 218 ."status_cd = '$_POST['status_cd']'," to ."status_cd = '" . $_POST['status_cd'] . "'," Line 256: . "status_cd =...

  • Posted a comment on discussion Development on OpenBiblio

    The next response is: Warning: Use of undefined constant haveConst - assumed 'haveConst' (this will throw an Error in a future version of PHP) in dbParams.php on line 7 10.1.34-MariaDB-0ubuntu0.18.04.1 dbParams.php: $this->dsn["mode"] = haveConst; $this->dsn["mode"] = 'haveConst'; install/startupSrvr.php: '$this->dsn["mode"] = ' . 'haveConst' ."; \n" '$this->dsn["mode"] = ' ."'". 'haveConst' ."'; \n" classes/Queryi.php: $this->dsn["mode"] == 'haveconst'; $this->dsn["mode"] = 'haveconst'; classes/DbCore.php:...

  • Posted a comment on discussion Development on OpenBiblio

    install/index.php stalls at Testing connection to server. The response includes: Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in classes/UpgradeQuery.php on line 501 I changed 501 from: $sql = "SELECT * FROM $copyName.biblio_field WHERE (bibid=$bib['bibid']) ORDER BY tag "; to: $sql = "SELECT * FROM $copyName.biblio_field WHERE (bibid=" . $bib['bibid'] . ") ORDER BY tag ";

View All

Personal Data

Username:
peterxyz
Joined:
2002-01-16 10:21:06
Location:
Central Coast / Australia / AEST

Projects

This is a list of open source software projects that Peter is associated with:

Skills

This is a list of skills that Peter possesses:

  • C
  • PHP
  • SQL-based
  • Software Development

Personal Tools