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

Parse error: syntax error, unexpected '[' .... in step 4 of installer Pyro v.2.3.0 #3247

Closed
douglasgough123 opened this issue Mar 28, 2014 · 7 comments

Comments

@douglasgough123
Copy link

I'm stopped at Step 4 of the installer with this error message:

Parse error: syntax error, unexpected '[' in /var/www/system/cms/src/Pyro/Model/EloquentQueryBuilder.php on line 39 Call Stack: 0.0015 684576 1. {main}() /var/www/installer/index.php:0 0.0217 1562320 2. require_once('/var/www/system/codeigniter/core/CodeIgniter.php') /var/www/installer/index.php:240 0.1289 5899688 3. call_user_func_array:{/var/www/system/codeigniter/core/CodeIgniter.php:356}() /var/www/system/codeigniter/core/CodeIgniter.php:356 0.1289 5900136 4. Installer->step_4() /var/www/system/codeigniter/core/CodeIgniter.php:356 1.1269 11188808 5. Module_import->import_all() /var/www/installer/controllers/installer.php:455 1.3022 11473496 6. Module_import->install() /var/www/installer/libraries/Module_import.php:192 1.3030 11497776 7. Module_Blog->install() /var/www/installer/libraries/Module_import.php:118 1.3650 11593472 8. Pyro\Module\Streams_core\SchemaUtility::destroyNamespace() /var/www/system/cms/modules/blog/details.php:143 1.3756 12210736 9. Pyro\Module\Streams_core\StreamModel::findManyByNamespace() /var/www/system/cms/modules/streams_core/src/Pyro/Module/Streams_core/SchemaUtility.php:28 1.3757 12211288 10. Pyro\Module\Streams_core\StreamModel::where() /var/www/system/cms/modules/streams_core/src/Pyro/Module/Streams_core/StreamModel.php:270 1.3757 12212040 11. Illuminate\Database\Eloquent\Model::__callStatic() /var/www/system/cms/modules/streams_core/src/Pyro/Module/Streams_core/StreamModel.php:270 1.3795 12313520 12. call_user_func_array:{/var/www/vendor/illuminate/database/Illuminate/Database/Eloquent/Model.php:2667}() /var/www/vendor/illuminate/database/Illuminate/Database/Eloquent/Model.php:2667 1.3795 12315280 13. Illuminate\Database\Eloquent\Model->__call() /var/www/vendor/illuminate/database/Illuminate/Database/Eloquent/Model.php:0 1.3795 12315280 14. Pyro\Model\Eloquent->newQuery() /var/www/vendor/illuminate/database/Illuminate/Database/Eloquent/Model.php:2651 1.3795 12315888 15. Composer\Autoload\ClassLoader->loadClass() /var/www/vendor/illuminate/database/Illuminate/Database/Eloquent/Model.php:0

@RyanThompson
Copy link
Member

Yaaaa I've been meaning to hop on this - there's like 3 of this same error out there. Ill have a fix pushed tonight! If my damn phone stops ringing.. ;-)

@douglasgough123
Copy link
Author

Thanks. I'm attempting to install PyroCMS and test it in between responding
to help desk tickets and building landing pages in Drupal. So I get it :)

Douglas Gough | Web Site Administrator | 1-604-717-4330

On Fri, Mar 28, 2014 at 2:16 PM, Ryan Thompson notifications@github.comwrote:

Yaaaa I've been meaning to hop on this - there's like 3 of this same error
out there. Ill have a fix pushed tonight! If my damn phone stops ringing..
;-)

Reply to this email directly or view it on GitHubhttps://github.com//issues/3247#issuecomment-38968938
.

@RyanThompson
Copy link
Member

Drupal = 'buff said :-P

Ryan Thompson
President / CEO
AI Web Systems, Inc.
www.aiwebsystems.com

t (877) 705-0806
m (309) 752-8581

On Mar 28, 2014, at 4:25 PM, douglasgough123 notifications@github.com wrote:

Thanks. I'm attempting to install PyroCMS and test it in between responding
to help desk tickets and building landing pages in Drupal. So I get it :)

Douglas Gough | Web Site Administrator | 1-604-717-4330

On Fri, Mar 28, 2014 at 2:16 PM, Ryan Thompson notifications@github.comwrote:

Yaaaa I've been meaning to hop on this - there's like 3 of this same error
out there. Ill have a fix pushed tonight! If my damn phone stops ringing..
;-)

Reply to this email directly or view it on GitHubhttps://github.com//issues/3247#issuecomment-38968938
.


Reply to this email directly or view it on GitHub.

@douglasgough123
Copy link
Author

Yeah, I've been a Drupal guy for 10 years, but I just can't take it
anymore. I'm testing Pyro because I want to find a system that offers the
rich content types that I get with Drupal, but whose code base isn't stuck
in the dark ages.

Douglas Gough | Web Site Administrator | 1-604-717-4330

On Fri, Mar 28, 2014 at 2:26 PM, Ryan Thompson notifications@github.comwrote:

Drupal = 'buff said :-P

Ryan Thompson
President / CEO
AI Web Systems, Inc.
www.aiwebsystems.com

t (877) 705-0806
m (309) 752-8581

On Mar 28, 2014, at 4:25 PM, douglasgough123 notifications@github.com
wrote:

Thanks. I'm attempting to install PyroCMS and test it in between
responding
to help desk tickets and building landing pages in Drupal. So I get it
:)

Douglas Gough | Web Site Administrator | 1-604-717-4330

On Fri, Mar 28, 2014 at 2:16 PM, Ryan Thompson notifications@github.comwrote:

Yaaaa I've been meaning to hop on this - there's like 3 of this same
error
out there. Ill have a fix pushed tonight! If my damn phone stops
ringing..
;-)

Reply to this email directly or view it on GitHub<
https://github.com/pyrocms/pyrocms/issues/3247#issuecomment-38968938>
.

Reply to this email directly or view it on GitHub.

Reply to this email directly or view it on GitHubhttps://github.com//issues/3247#issuecomment-38969885
.

@RyanThompson
Copy link
Member

Woo wee - 10 years is quite the investment. We appreciate the consideration - I will do what I can to show you the innards of PyroCMS ^_^

RyanThompson pushed a commit that referenced this issue Mar 28, 2014
@RyanThompson
Copy link
Member

Fixed: 5bd8706

@douglasgough123
Copy link
Author

Thanks. I'll give this a try this week.

Douglas Gough | Web Site Administrator | 1-604-717-4330

On Fri, Mar 28, 2014 at 4:01 PM, Ryan Thompson notifications@github.comwrote:

Closed #3247 #3247.

Reply to this email directly or view it on GitHubhttps://github.com//issues/3247
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants