J4 Issue ?
avatar jordan-chang
jordan-chang
6 Dec 2017

Steps to reproduce the issue

Install Joomla 4 Alpha 2 Full Package on a sub directory. Unable to use the auto generated prefix table for the database therefore went on to use the existing one. Completed the installation however when opening the front-end and admin area i get an error page which i have attached to this ticket.

Expected result

Able to run Joomla 4 Alpha 2 on a sub directory.screen shot 2017-12-06 at 03 37 25

Actual result

System information (as much as possible)

Additional comments

screen shot 2017-12-06 at 03 37 26

avatar jordan-chang jordan-chang - open - 6 Dec 2017
avatar joomla-cms-bot joomla-cms-bot - labeled - 6 Dec 2017
avatar zero-24
zero-24 - comment - 6 Dec 2017

Unable to use the auto generated prefix table for the database therefore went on to use the existing one.

hmm what was the reason that you can't use the generated one and what exactly did you used as fallback?

avatar jordan-chang
jordan-chang - comment - 6 Dec 2017

When i try to use the generated one, a different error message came up - "#_tableprefix_extension doesn't exists"

I even tried deploying into a root folder (httpdocs) but still getting the same error. The full alpha 2 package that i use is from:

a) https://github.com/joomla/joomla-cms/releases

Additionally, can i possibly use the source code version to update my existing Joomla site? Any help would be much appreciated.

Cheers.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18991.

avatar jordan-chang
jordan-chang - comment - 6 Dec 2017

This is the error that i'm getting when try to use generated prefix table.
screen shot 2017-12-06 at 20 42 58


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18991.

avatar Quy
Quy - comment - 6 Dec 2017

Please test with the latest version:
https://github.com/joomla/joomla-cms/archive/4.0-dev.zip

avatar jordan-chang
jordan-chang - comment - 6 Dec 2017

Hi there,

I'm still getting the same error message with the latest joomla link given by Quy.
screen shot 2017-12-06 at 20 46 48


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18991.

avatar franz-wohlkoenig franz-wohlkoenig - change - 7 Dec 2017
Status New Discussion
avatar Floyd611
Floyd611 - comment - 13 Dec 2017

Hi all,
i receive the same error without number of the error, with joomla 4 alpha 2 screen shot 2017-12-13 at 09 02 10

Thanks!


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18991.

avatar stimpsonjcat
stimpsonjcat - comment - 21 Dec 2017

I've downloaded the latest nightly build and can't get past the installer either. I'm trying to install Joomla 4 on my local machine. The error is:

An error has occurred while processing your request.
0 Call to a member function getLabel() on null

The URL is: http://joomla4/installation/index.php?view=preinstall

schermafbeelding 2017-12-21 om 17 25 05

avatar Anu1601CS
Anu1601CS - comment - 2 Jan 2018

@stimpsonjcat can you give System Information


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18991.

avatar stimpsonjcat
stimpsonjcat - comment - 3 Jan 2018

A local MAMP Pro server on a MacBook Pro with High Siera with PHP 7.0.22 and MySQL 5.6.35


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18991.

avatar Anu1601CS
Anu1601CS - comment - 3 Jan 2018

@stimpsonjcat Thanks
Please test with the latest version: https://github.com/joomla/joomla-cms/tree/4.0-dev


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18991.

avatar stimpsonjcat
stimpsonjcat - comment - 3 Jan 2018

I've figured out this had to do with folder permission. Apparently files were appointed tot www-user, instead of the local user set up in MAMP. Maybe a fault on my side in the config of MAMP. I've set the permissions to 0777, and I could go through the installer fine.
Though his 'error' should be detected by the installer, and not result in a cryptic message as above.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18991.

avatar Anu1601CS
Anu1601CS - comment - 3 Jan 2018

@stimpsonjcat I think your issue is solved by changing folder permission :)


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18991.

avatar Anu1601CS
Anu1601CS - comment - 3 Jan 2018

@jordan-chang I think you are getting this error because of not proper installation of Joomla on your system.
Please test the latest version: https://github.com/joomla/joomla-cms/tree/4.0-dev
And wait until installation automatic redirect to finishing page.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18991.
avatar Anu1601CS
Anu1601CS - comment - 3 Jan 2018

@jordan-chang I think you are getting this error because of not proper installation of Joomla on your system.
Please test the latest version: https://github.com/joomla/joomla-cms/tree/4.0-dev
And wait until installation automatic redirect to finishing page.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18991.
avatar brianteeman brianteeman - change - 25 Mar 2018
Labels Added: J4 Issue
avatar brianteeman brianteeman - labeled - 25 Mar 2018
avatar shahryarjb
shahryarjb - comment - 3 Apr 2018

Hi, I was trying to install joomla https://github.com/joomla/joomla-cms/archive/4.0-dev.zip that I saw errors like this :

Warning: Uncaught PDOException: SQLSTATE[HY000] [1049] Unknown database 'joomla_dbs' in /Applications/MAMP/htdocs/joomla-cms/libraries/vendor/joomla/database/src/Pdo/PdoDriver.php:312 Stack trace: #0 /Applications/MAMP/htdocs/joomla-cms/libraries/vendor/joomla/database/src/Pdo/PdoDriver.php(312): PDO->__construct('mysql:host=loca...', 'root', 'root', Array) #1 /Applications/MAMP/htdocs/joomla-cms/libraries/vendor/joomla/database/src/Mysql/MysqlDriver.php(124): Joomla\Database\Pdo\PdoDriver->connect() #2 /Applications/MAMP/htdocs/joomla-cms/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php(222): Joomla\Database\Mysql\MysqlDriver->connect() #3 [internal function]: Joomla\Session\Handler\DatabaseHandler->open('/Applications/M...', '005e30701f4ec9d...') #4 /Applications/MAMP/htdocs/joomla-cms/libraries/vendor/joomla/session/src/Storage/NativeStorage.php(465): session_start() #5 /Applications/MAMP/htdocs/joomla-cms/libraries/src/Session/Storage/JoomlaStorage.php(303): Joomla\Session\Storage\NativeStorage->sta in /Applications/MAMP/htdocs/joomla-cms/libraries/vendor/joomla/database/src/Pdo/PdoDriver.php on line 317

Fatal error: session_start(): Failed to initialize storage module: user (path: /Applications/MAMP/tmp/php) in /Applications/MAMP/htdocs/joomla-cms/libraries/vendor/joomla/session/src/Storage/NativeStorage.php on line 465

It should be noted, I used to Joomla 4 Alpha 2 which didn't have any error at the installation stage , but it has error.

screen shot 2018-04-03 at 11 14 45 am

my last issue :
#20050

my os : mac Os High Sierra
my localhost is mamp 3.5
php 7.0

avatar brianteeman
brianteeman - comment - 6 Apr 2018

I am going to close this as alpha 2 is now very old and there have been a lot of changes since. If you have problems installing the nightly release or branch for github then you should create a new issue

avatar brianteeman brianteeman - change - 6 Apr 2018
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2018-04-06 12:34:34
Closed_By brianteeman
avatar brianteeman brianteeman - close - 6 Apr 2018

Add a Comment

Login with GitHub to post a comment