Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidak bisa install di cpanel #15

Closed
adis0308 opened this issue Jul 20, 2019 · 3 comments
Closed

Tidak bisa install di cpanel #15

adis0308 opened this issue Jul 20, 2019 · 3 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@adis0308
Copy link

OpenDK tidak bisa di install di cpanel dengan detail sbb:

  • PHP 7.0.0
  • MySQL 5.6.0
  • Apache 2.4.39
    --

Terdapat error sbb:
/opendk/vendor/symfony/translation/Translator.php
* @var bool
*/
private $debug;

/**
 * @var ConfigCacheFactoryInterface|null
 */
private $configCacheFactory;

/**
 * @var array|null
 */
private $parentLocales;

private $hasIntlFormatter;

/**
 * @throws InvalidArgumentException If a locale contains invalid characters
 */
public function __construct(?string $locale, MessageFormatterInterface $formatter = null, string $cacheDir = null, bool $debug = false)
{
    $this->setLocale($locale);

    if (null === $formatter) {
        $formatter = new MessageFormatter();
    }

    $this->formatter = $formatter;
    $this->cacheDir = $cacheDir;
    $this->debug = $debug;
    $this->hasIntlFormatter = $formatter instanceof IntlFormatterInterface;
}

public function setConfigCacheFactory(ConfigCacheFactoryInterface $configCacheFactory)
{
    $this->configCacheFactory = $configCacheFactory;
}

/**
 * Adds a Loader.

Arguments
"Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE)"

@xiaocids
Copy link
Contributor

@adis0308 Apakah sudah coba install di komputer lokal?
Coba install di lokal lalu composer update.
Kalo hostingnya bisa akses ssh, lakukan di hosting langsung.

@ralfiannor
Copy link

@adis0308 minimal versi PHP 7.2

@agungsugiarto agungsugiarto added help wanted Extra attention is needed question Further information is requested labels Dec 8, 2020
@agungsugiarto
Copy link
Member

Issue ini saya close

Untuk diskusi mengenai masalah teknis, sebaiknya dilakukan di
panel discussions atau
di group facebook opendk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants