Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Problems Running Dev-Build


Go to End


3 Posts   732 Views

Avatar
Rudston

Community Member, 3 Posts

17 November 2016 at 4:00am

Hello there to all SS Guru's!
This issue has only one good thing about it - it has gotten me (after several yrs) to join the forum ...

I am experiencing the following problem (not for the first time) (SS 3.3):
- I have created and uploaded to my live server a new page subclass which functions fine on my local server
- On running dev build flush as usual, there are no error messages, the site tree modifications are displayed in green, that the new page type table is getting created is also displayed in green; the message continue with the usual messages in black text (no changes) but does not go all the way to "Database Buld completed" as on my local and test servers
- even if the dev mode is set, no errors are recorded or displayed - the process simply stops ... :| ..
The new table is not actually created, neither is the class name added to the Site Tree enum ...
Of course, I cannot add an instance of the new page type either ...

This has happened to me before and sometimes by trial and error I found that comparing the local and live messages I could see which table should appear next in the list on live; if I then modify that file in some trivial way and upload it, sometimes the live dev build will continue to include that table ...
Have not had much luck with this this time either.

Pulling my hair out - anyone have any suggestions, I would be extremely grateful!

Greetings from South Africa
-

Avatar
Rudston

Community Member, 3 Posts

17 November 2016 at 5:54am

Just would like to add that, of course, I did try the usual procedure of renaming the silverstripe-cache folder and creating a new empty one before carrying out the dev / build ...

Avatar
Rudston

Community Member, 3 Posts

17 November 2016 at 8:16pm

Have discovered why it stops - php memory limit exceeded (over 1GB)) . Increasing the allowed memory limit to 4GB enabled the dev build to complete - but the reason for the massive memory use still remains a mystery ...