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

Error when using devshop_bitbucket: Cannot access offset of type string on string #13

Open
socialnicheguru opened this issue Apr 15, 2023 · 1 comment

Comments

@socialnicheguru
Copy link

TypeError: Cannot access offset of type string on string in devshop_bitbucket_form_devshop_project_create_step_git_alter() (line 534 of /usr/share/devshop/devmaster/modules/devshop/devshop_bitbucket/devshop_bitbucket.module).

I goto admin/hosting
select Bitbucket
I add username and app password
that is saved successfully
I refresh and select two repositories
That is save successfully
I goto create a project

@socialnicheguru
Copy link
Author

socialnicheguru commented Apr 15, 2023

This is a php8 issue:
https://stackoverflow.com/questions/72806853/uncaught-typeerror-cannot-access-offset-of-type-string-on-string-in

The problem here is that in PHP 8, this code error used to throw a 'warning' but now it's a fatal error.

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

1 participant