Loading...
 
Skip to main content

svnup.php not working anymore (MAMP setup)

Status
Closed
Subject
svnup.php not working anymore (MAMP setup)
Version
19.x
Category
  • Usability
Feature
All / Undefined
Resolution status
New
Submitted by
Bernard Sfez / Tiki Specialist
Lastmod by
Bernard Sfez / Tiki Specialist, Marc Laporte
Rating
(0)
Description

My setup: MacOSX 10.13.6, MAMP Pro using PHP 5.6.33 using trunk or 18.x.

Copy to clipboard
Macintosh-2:trunk Bernard$ php doc/devtools/svnup.php Parse error: syntax error, unexpected ':', expecting ';' or '{' in /Users/xxx/Documents/xxx/www/htdocs/trunk/lib/tikiaccesslib.php on line 1238 Call Stack: 0.0024 350864 1. {main}() /Users/xxx/Documents/xxx/www/htdocs/trunk/doc/devtools/svnup.php:0 0.1037 509512 2. require_once('/Users/xxx/Documents/xxx/www/htdocs/trunk/tiki-setup_base.php') /Users/xxx/Documents/xxx/www/htdocs/trunk/doc/devtools/svnup.php:47 0.8336 11607456 3. TikiLib::lib() /Users/xxx/Documents/xxx/www/htdocs/trunk/tiki-setup_base.php:249 0.8337 11607632 4. Symfony\Component\DependencyInjection\ContainerBuilder->get() /Users/xxx/Documents/xxx/www/htdocs/trunk/lib/tikilib.php:68 0.8337 11607632 5. Symfony\Component\DependencyInjection\ContainerBuilder->doGet() /Users/xxx/Documents/xxx/www/htdocs/trunk/vendor_bundled/vendor/symfony/dependency-injection/ContainerBuilder.php:587 0.8337 11608024 6. Symfony\Component\DependencyInjection\ContainerBuilder->createService() /Users/xxx/Documents/xxx/www/htdocs/trunk/vendor_bundled/vendor/symfony/dependency-injection/ContainerBuilder.php:633


It was working 3 weeks ago and it is still working on 18.x.

Note: When I try with PHP 7.2.7 svnup.php throw : mysql server not started (on trunk and 18x)

Solution

It was due because the PHP version used for the CLI.
I added an alias to the correct PHP I use for Tiki19 (above PHP7 and above) in my .bash_profile file

Copy to clipboard
php72=/Applications/MAMP/bin/php/php7.2.8/bin/php
Importance
5
Easy to solve?
7
Priority
35
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
6809
Created
Tuesday 25 September, 2018 07:48:30 UTC
by Bernard Sfez / Tiki Specialist
LastModif
Thursday 08 November, 2018 15:04:58 UTC


Show PHP error messages