We are currently considering upgrading our 2 websites www.greenreefers.no and www.greenmanagement.eu
In this process we will merge the 2 sites and need a new design template. The site will be run on our servers and software and content maintained by ourselves. We will focus on having the site working well with clear profile and universal accessibility on all digital platforms including web browser, tablet, mobile devices etc.
I am using Simple Oauth2 module for user authentication and setting Bearer token (access_token which received from simple_oauth2 service) in Authorization header for every requests. When I post a file from POSTMAN REST client, I am getting the following error.
[client 127.0.0.1:45600] Uncaught PHP Exception RuntimeException: "SplFileInfo::getSize(): stat failed for /tmp/php3qDWbF" at /path/to/php-file,php
Generated a test sitemap of my nearly complete site.
Surprised to see links I did not know existed - like urls pointing to taxonomy results (the site gathered all the elements with a specific taxonomy term and created a page from them) - this MIGHT have something to do with the Exposed Filters I used.
Whenever I try and put a backlink in my site this message appears so how can I fix this?
Fatal error: Namespace declaration statement has to be the very first statement in the script in /home/basketb0/public_html/autogas-scotland.com/vendor/symfony/validator/Constraints/RangeValidator.php on line 12
After much pulling of hair and screaming I think I have manged to migrate most of my content from D6 to D8.
My Forum content seems to have migrated, however I am faced with the following problems that I am looking for some help with.
Only one Forum Topic is listed ie: General Discussion
Although all forum posts seemed to be have been copied only one forum topic was created and it had no forum posts in it. The link to screenshot below shows one post.
Got another one that seems like it should be simple, but i can't figure out.
I have a content type that contains an entity reference field for Paragraph type. Within the paragraph type, I have a couple fields. One is an entiity reference to a taxonomy.
I hoped this was enough for content to show if a user navigated to the taxonomy page, but it doesn't show. I assume because it's a field nested in a Paragraph. So I tried to build a view block.