Hi and thanks for sharing your project!
I install the project and everything work just fine, i check the demo content ! but no content are added in the website, the first page have this error.

Default front page http://emploiformationmaroc.com/node/3 (doesn't exist)

Page not found

The requested page "/" could not be found.

Comments

alexweber’s picture

Assigned: toma » alexweber

The alpha version is a work in progress! Work is being made in all sub-modules, I'll reply here again when this is ready for testing!

Thanks for the feedback!

alexweber’s picture

Version: 7.x-1.0-alpha3 » 7.x-1.x-dev
Anonymous’s picture

Using MAMP/Localhost. It would not install with the demo radio button ticked. When I did install I got the White Screen of Death.

alexweber’s picture

Strange, I use MAMP too and it works fine.

What PHP version are you using?

Would you mind running this again with error_reporting on to see what the error causing the WSOD was?

Anonymous’s picture

Hi Alex, sure thing. Not sure how to do the error_reporting but will search for it on drupal.org.
I think you may be able to build a highly desirable product to many Drupal aware recruiters. Have you though of hosting a webinar to brainstorm development directions. I would like to participate. As an end user it would be great to input into the projects direction.

Thanks

alexweber’s picture

@CD, in your php.ini set "error_reporting" to "E_ALL & ~E_STRICT" and also set "display_errors" to "On"

Regarding the webinar, I think it's a great idea! For now I've basically abstracted work done for a client of ours at Webdrop and ported it to Drupal 7 using Entities and new best practices and cool modules.

The idea, in the long run, is to create an 80%-use case robust base and make it extensible by leveraging Apps in order to fulfill more specific needs.

To be honest I don't think there's enough momentum at the moment to do a webinar but I'd love to hear your thoughts, feel free to reach out via my contact form! :)

alexweber’s picture

Title: No demo created » Create demo content
Category: bug » task

Once we stabilize entity types and fields we should be able to start creating demo content.

alexweber’s picture

Once we stabilize entity types and fields we should be able to start creating demo content.

kaizerking’s picture

for your info There is problem with features which i have noticed, in other instances
If you create a feature and include data, then the terms or the conetent is not properly imported,
for ex:if you have a term reference field data in that field then data will be stored in in deferrence field in the database, I Advice against it using the data in Feature .instead you can use devel to create data for experimenattion seperately

alexweber’s picture

@kaizerking thanks, I've noticed this too. I will find another way to create the demo content. :)

alexweber’s picture

Assigned: alexweber » Unassigned
Status: Active » Postponed

Postponing this until we have a stable beta release. No point creating demo content now when the data structure can still change.

kaizerking’s picture

you can use default content module for demo content

alexweber’s picture

Status: Postponed » Closed (duplicate)

The defaultcontent module is terrible. Not only does it not work consistently but it doesn't preserve relationships between different kinds of related entities. This is being done with the Migrate module here: #1893376: Implement migrations for demo content