View Issue Details

IDProjectCategoryView StatusLast Update
1910Composr alpha bug reportsGeneral / Uncategorisedpublic2015-05-24 16:35
ReporterAdam Edington Assigned ToChris Graham  
PrioritynormalSeverity@70@ 
Status resolvedResolutionfixed 
Summary1910: v10 Setup Wizard
DescriptionUnfortunately a query has failed [SELECT name,fullname,parent_id FROM cms10_galleries WHERE (name='_WILD') ] [Table 'composr.cms10_galleries' doesn't exist] (version: 10 alpha1, PHP version: 5.4.36, URL: /devzone/composr/adminzone/index.php?page=admin_setupwizard&type=browse)

This doesn't cause a particular issue until Step 4 or 5 where it gives a critical error.
TagsNo tags attached.
Attach Tags
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Adam Edington

2015-05-22 11:28

administrator   ~2779

Unfortunately a query has failed [SELECT COUNT(*) FROM cms10_galleries WHERE (parent_id='') LIMIT 1] [Table 'composr.cms10_galleries' doesn't exist] (version: 10 alpha1, PHP version: 5.4.36, URL: /devzone/composr/adminzone/index.php?page=admin_setupwizard&type=step4)

Adam Edington

2015-05-22 16:15

administrator   ~2780

Getting "PHP [1] Call to undefined function get_option()" when trying to run the installer on a proper domain. Which is referring to Line 48 of sources/hooks/systems/checks/base_url.php

Chris Graham

2015-05-22 22:26

administrator   ~2781

I think this is due to the galleries module not being installed, possibly due to a missing file, or some issue in the installer (perhaps the slow-down discussed on the forum).

I am closing but we will look at installation on Windows.

I have committed a number of setup wizard fixes.

Chris Graham

2015-05-22 22:30

administrator   ~2782

Oh and I fixed...

"Getting "PHP [1] Call to undefined function get_option()" when trying to run the installer on a proper domain. Which is referring to Line 48 of sources/hooks/systems/checks/base_url.php"

Adam Edington

2015-05-22 23:07

administrator   ~2783

Unfortunately a query has failed [SELECT COUNT(*) FROM cms10_galleries WHERE (parent_id='') LIMIT 1] [Table 'composr.cms10_galleries' doesn't exist] (version: 10 alpha1, PHP version: 5.4.24, URL: /demos/composr/index.php?page=login&type=login&redirect=http%3A%2F%2F127.0.0.1%2Fdemos%2Fcomposr%2Findex.php%3Fpage%3Dstart)

This is with the newest package from GitHub, again related to Galleries.

Adam Edington

2015-05-22 23:37

administrator   ~2784

Similar error about images on Admin Dashboard, though whether these are gallery images or otherwise I don't know.

Chris Graham

2015-05-22 23:39

administrator   ~2785

Yes I can reproduce now. Somehow installer is missing galleries module on Windows. Investigating.

Jason Verhagen

2015-05-23 00:43

developer   ~2786

I was able to workaround the galleries table errors by installing the galleries table (and the other 3 associated tables) manually by using SQL code from the install.sql file. The Setup Wizard still halts at Step 4 where Composr is requesting a file from the compo.sr web site (http://compo.sr/data/ajax_tree.php?hook=choose_download&id=Version%2010.0&file_type=tar&full_depth=1). That is preventing the Setup Wizard from continuing. I was able to change the Setup Wizard URL in the browser to manually continue to Step 5 and continue through to the end, but at the end it fails and complains about the form not being complete. I presume that is due to the missing data from Step 4.

Adam Edington

2015-05-23 00:47

administrator   ~2787

Latest version from Github worked fine for me, finally able to have a proper look now.

Jason Verhagen

2015-05-23 02:01

developer   ~2789

Yes, it looks like the installer and setup wizard are working without these mentioned errors.

Issue History

Date Modified Username Field Change
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised