Making New Theme - Can't Add Page

Permalink
I am using whatever the newest version of C5 is (I downloaded yesterday). This is my first time making a custom theme and it was going well so far until I tried to add a page to the site from the home page.

I clicked the page icon in the C5 bar in the upper-right and it just takes me to a blank white page. I assumed there was some fatal error and that error reporting was disabled, so naturally I checked the php logs and nothing was there.

Is there some sort of step I'm missing here? Do I need a special php file in my theme folder for adding a page?

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi mmmshuddup,

Can you take screenshots of the problem.

Are there errors in your browser console?

When you switch back to the Elemental theme, do you still experience the problem?
mmmshuddup replied on at Permalink Reply
Hello,

Thanks for replying so quickly! Sorry I failed to mention that the DOM is empty and therefore no errors in the browser's console either.

I hadn't tried switching back to elemental but I did just now before replying and got the same result.

More details:

When I click the page icon in the upper-right, the sidebar thing slides out and under where it says "New Page" is just an option called "Page" and that is what I clicked to get this result.
mmmshuddup replied on at Permalink Reply 2 Attachments
http://fi.shuddup.local/index.php?cID=152&ctask=check-out-first&ccm_token=1432782073:dfd6698743e2d5cb5b3985db92114602

That is the URL I am taken to when I try to add a page. I included some screenshots this time.
mmmshuddup replied on at Permalink Best Answer Reply
A few things were happening that I had to figure out on my own.

1. The option "Page" was actually coming from page types and my theme didn't have any.
2. The default script for "Page" is full.php, and my theme was missing this file

I added a page type for my theme and added full.php which just includes my main theme script. This solved the issue.