craftcms / craftcms/cms

Single Section Entries Not existing in hosted environment.

Open
#6,160 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
3.6k
Forks
705
Avg merge
1d 5h
Merged PRs (30d)
134

Description

Description

Can someone help me with this issue.

In my local I have created a Single section page named 'Resources'
Screen Shot 2020-05-29 at 10 02 09 AM
Screen Shot 2020-05-29 at 10 02 23 AM

Now that I pushed it in our hosted development branch,
The single entries we create in local does not exist after syncing the yaml file.
Screen Shot 2020-05-29 at 10 06 59 AM

What could be the possible reason for it? this issue blocks us to use single section in craft cms.

This is my general.php setting
`// Dev environment settings
'local' => [
// Dev Mode (see https://craftcms.com/guides/what-dev-mode-does)
'devMode' => true,
],

// Dev environment settings
'dev' => [
    // Dev Mode (see https://craftcms.com/guides/what-dev-mode-does)
    'devMode' => true,
    'allowAdminChanges' => false,
],`

Thanks in advance.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the Craft CMS environment configuration shown in general.php and the YAML synchronization setup described in the issue. Compare the local and hosted development environments to determine why the “Resources” single section entries are absent after syncing; done means identifying a reproducible cause or configuration requirement.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend, content
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.