sample content generator returns 404

Permalink
Hello,

I am trying to generate some sample content for a new theme, following the instructions here:

https://www.concrete5.org/documentation/developers/5.7/designing-for...

Using the add on from Github

https://github.com/concrete5/addon_sample_content_generator/tree/5.7...

But when I get to step 7 and 8 I get a 404 page not found.

The URLs look like this:
http://mywebsite.com/index.php/dashboard/generate_install_data/get_...
http://mywebsite.com/index.php/dashboard/generate_install_data/get_...

I tried replacing the short open tags as recommended in a previous post, but this didn't fix it.
https://www.concrete5.org/community/forums/customizing_c5/setup-scri...

Has anyone got any suggestions or ideas?

Thanks,

Jennifer

pilipala
 
pilipala replied on at Permalink Reply
pilipala
Maybe I missed a short tag - working now....It might save someone else time to know that it worked for me when I enabled PHP short tags in php.ini on my server:

short_open_tag=On