-
Notifications
You must be signed in to change notification settings - Fork 55
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
Having trouble setting up Helphub site locally #282
Comments
OK, let's first fix the step 5 confusion. Command Try that and see what happens. Comment here results. Thank you. |
What you need there is to include header and footer from wp.org:
Here are steps, missing from our CONTRIBUTING and README files:
These should be added to our contributing documentation. |
I tried above and now getting this:
My Screenshot: https://prnt.sc/mjk7oi I added UPDATE:
And I have both |
Yes, your configuration is not correct. |
Thanks! I will do a fresh installation on my laptop tomorrow and go from there. Hope this time everything would work :) |
Good luck 🤞 |
@zzap @emfluenceindia I am facing the same error : `Warning: require(): https:// wrapper is disabled in the server configuration by allow_url_include=0 in C:\xampp\htdocs\helphub\wp-content\themes\wporg-support\functions.php on line 192 Warning: require(https://wordpress.org/header.php): failed to open stream: no suitable wrapper could be found in C:\xampp\htdocs\helphub\wp-content\themes\wporg-support\functions.php on line 192 Fatal error: require(): Failed opening required 'https://wordpress.org/header.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\helphub\wp-content\themes\wporg-support\functions.php on line 192 In phpinfo, it shows : And I have both What else could be the issue? |
Issue Description
I am not sure if this is an "issue" or I am the only one having this trouble. As per suggestion of @zzap and @Kenshino I am putting it here.
I am following the instructions listed here under Local Install section.
I have done with steps 1-10. One confusion I have though about item no. 5, i.e. where exactly to run
npm install
. I ran it insideWPorg Support theme
folder, not sure this is the right place to run.When I activate the above theme, I am getting the following on-screen message.
Ignoring the above I went on and run the site which resulted to an error:
The same above this happening for
header.php
as well (line no. 191 infunctions.php
of the theme)I changed theme to
twentyseventeen
and the site started running without any issue.Expected Result:
Site should run without issue with the theme activated.
Actual Result:
Site is not running as described above.
Additional Comment:
I know this is the area to create issues and this might not be an issue at all and I am only experiencing it. If this is the case, it would be extremely helpful if I know what I am doing wrong.
The text was updated successfully, but these errors were encountered: