Giter VIP home page Giter VIP logo

Comments (12)

filiptronicek avatar filiptronicek commented on August 11, 2024 1

Awesome, works now, thank you so much!

from gitpod-wordpress.

luizbills avatar luizbills commented on August 11, 2024

Try to build again. Just create another workspace.
I just did it and worked.

from gitpod-wordpress.

filiptronicek avatar filiptronicek commented on August 11, 2024

Tried that, still here
image

from gitpod-wordpress.

luizbills avatar luizbills commented on August 11, 2024

Are you creating a workspace of this repository?
If not, are you make changes in your fork?

from gitpod-wordpress.

filiptronicek avatar filiptronicek commented on August 11, 2024

Yes, I am working on a project of mine.
Here is the config file of mine: https://github.com/MicrosoftSTC/stcblog/blob/wp-gitpod/.gitpod.Dockerfile
It shouldn't be much different except for a couple of path changes.

from gitpod-wordpress.

luizbills avatar luizbills commented on August 11, 2024

You don't need change any path. Just copy the original .gitpod.dockerfile. Follow the README: https://github.com/luizbills/gitpod-wordpress#install

from gitpod-wordpress.

filiptronicek avatar filiptronicek commented on August 11, 2024

Ok, I will try that, but the workspace directory is not always /home/gitpod/gitpod-wordpress, right?
image

from gitpod-wordpress.

luizbills avatar luizbills commented on August 11, 2024

The workspace always is /home/gitpod. The gitpod-wordpress folder is deleted after. The root is always public_html (with your Wordpress installation)

from gitpod-wordpress.

filiptronicek avatar filiptronicek commented on August 11, 2024

Okay, thanks, changed that, but it maybe seems like it's not being able to identify WP now? Pretty weird

Awaiting port 3306... ok
Please, wait ...
Creating MySQL user and database ...
Installing WordPress ...
PHP Fatal error:  Uncaught TypeError: implode(): Argument #2 ($array) must be of type ?array, string given in phar:///usr/local/bin/wp/vendor/rmccue/requests/library/Requests/Transport/fsockopen.php:195
Stack trace:
#0 phar:///usr/local/bin/wp/vendor/rmccue/requests/library/Requests/Transport/fsockopen.php(195): implode()
#1 phar:///usr/local/bin/wp/vendor/rmccue/requests/library/Requests.php(379): Requests_Transport_fsockopen->request()
#2 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/utils.php(681): Requests::request()
#3 phar:///usr/local/bin/wp/vendor/wp-cli/core-command/src/Core_Command.php(310): WP_CLI\Utils\http_request()
#4 phar:///usr/local/bin/wp/vendor/wp-cli/core-command/src/Core_Command.php(319): Core_Command::read()
#5 phar:///usr/local/bin/wp/vendor/wp-cli/core-command/src/Core_Command.php(183): Core_Command->get_download_offer()
#6 [internal function]: Core_Command->download()
#7 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/CommandFactory.php(98): call_user_func()
#8 [internal function]: WP_CLI\Dispatcher\CommandFactory::WP_CLI\Dispatcher\{closure}()
#9 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/Subcommand.php(451): call_user_func()
#10 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(371): WP_CLI\Dispatcher\Subcommand->invoke()
#11 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(394): WP_CLI\Runner->run_command()
#12 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(87): WP_CLI\Runner->run_command_and_exit()
#13 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1102): WP_CLI\Runner->do_early_invoke()
#14 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(23): WP_CLI\Runner->start()
#15 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/bootstrap.php(74): WP_CLI\Bootstrap\LaunchRunner->process()
#16 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php(27): WP_CLI\bootstrap()
#17 phar:///usr/local/bin/wp/php/boot-phar.php(11): include('...')
#18 /usr/local/bin/wp(4): include('...')
#19 {main}
  thrown in phar:///usr/local/bin/wp/vendor/rmccue/requests/library/Requests/Transport/fsockopen.php on line 195
Error: This does not seem to be a WordPress installation.
Pass --path=`path/to/wordpress` or run `wp core download`.
Downloading Adminer ...
Creating phpinfo() page ...
Creating project files ...
Done!

When I go to :8080 I get a 403 Forbidden.

from gitpod-wordpress.

luizbills avatar luizbills commented on August 11, 2024

This error is because wp-cli is not compatible with PHP 8. I'm working in a workaround.

from gitpod-wordpress.

luizbills avatar luizbills commented on August 11, 2024

Seems fixed now. Just copy the latest .gitpod.dockerfile

from gitpod-wordpress.

filiptronicek avatar filiptronicek commented on August 11, 2024

Sure, I will check.

from gitpod-wordpress.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.