SilverCart Forum

We moderate this Forum and we're here to help. Have you already run a forum search to check if your problem has already been solved?

You can help us helping you by providing detailed error messages, screenshots and logfile entries.

SebastianRamon

Page: 1 , 2
Topic SC Config Freeze 6761 Views

SC Config Freeze

15 November 2011 at 8:41pm Last edited: 15 November 2011 8:43pm

After having a successful install of silverstripe which I tinkered on for a week I moved on to silvercart. I tried installing using separate files (not the bundle/package download) and ran into problems with folders being in wrong places, I thought I had that figured out and was loading test products when the sc general config kind of locked up. Now I can not get past the freeze/loop. something changed.

I tried installing the WAMP and silvercart packaged on another machine (win32) successfully. then uninstalled WAMP ans silvercart on the machine in question (win64) and reinstalled using the package silvercart. Same freeze point:

screenshot@
http://www.hardwoodinteriorsinc.com/Images/Silvercart_Freeze.png

Initially this was working ok, It seemed to go down after loading test data potentially with a module or SC subfile at the wrong level.

I thought i cleared everything out with unistall and file deletion then re-installing, did not work - any help?

Re: SC Config Freeze

15 November 2011 at 8:55pm

Hi BenWitz,

can you check the file php.log,which should be located in the /logs directory in your WAMP directory for any suspicious entries?

This should give us a clue.

Potential causes are usually PHP memory limits (should be at least 64M) or problems with the locale / translation.

Especially with currencies and locales other than de_DE and EUR we don't have that much feedback and really appreciate your feedback.

Cheers
Ramon

Re: SC Config Freeze

15 November 2011 at 9:10pm Last edited: 15 November 2011 9:29pm

file does not exist: C:/wamp/www/silvercart, referer:
http://localhost/silverstripe/admin/silvercart-configuration/

is logged in Apache when trying to load sc config tab.

I did have a problem with the template not working right the first time i loaded, home/index showed up but all other pages were reverting to the controller.ss build. now the template seems to work other than running into the "email sender" missing. but that will clear up when the sc config tab comes back.

Thanks!!

Edit: The Apache logs errors when trying to access admin/ and admin/sc-administration. must be a broken reference somewhere?

Re: SC Config Freeze

15 November 2011 at 9:34pm

Hi,

I recall having had some issues when SilverCart + SilverStripe do not run in root directory but from a subdirectory (i.e. http://localhost/silverstripe/) instead. Might be that this is the reason for the 404s, might be some absolute references that point to nirvana...

But your initial problem is solved?

Cheers
Ramon

Re: SC Config Freeze

15 November 2011 at 9:49pm

not solved, still have freeze at config tab and errors posting in Apache. is running fine on other machine but not the machine i need it on (i bring that up only because it seems logical to me that if i can get it running on one i should be able to on the other, both running at localhost/silverstripe). What was solved by the total re-install was the issues around the sub-templates not working.

are any files outside of the www or WAMP modified ever? if so that is where i think the problem lies since at one point the config tab did work (i was able to load test products) but now can not get that far despite a total re-install of WAMP and SS/SC

Thanks again Ramon for your attention

Re: SC Config Freeze

15 November 2011 at 10:01pm

Hi,

you are welcome :-) I appreciate your feedback, it helps us to improve SilverCart.

I assume the root of this evil is the subdirectory which most likely prevents some AJAX callbacks while creating the demo-data. Not sure if we ever had it running under a subdirectory on the server. Should be fixed, though.

If you hit the button to create the demo-data, can you please re-check the php_error.log (rather than the apache log) for any entries?

If you have Firebug installed, can you open the JavaScript console and check if there are any entries when creating the demo-data?

It's 10pm here, I will check back again tomorrow and try to reproduce the subdirectory installation.

Cheers
Ramon

Re: SC Config Freeze

15 November 2011 at 10:44pm

No worries I will continue to learn what I can on the functioning platform.

I can not attempt to load the test data because i am frozen at the screen linked to in earlier post.

I checked the Apache log and am getting the SAME 404 error when accessing admin tabs on the machine that works, even though this setup seems to be working no hitch. now im really baffled. No errors in PHPlog on either machine at this point (PHPlog has not been written)

Re: SC Config Freeze

16 November 2011 at 8:11pm

Hi,

I could not reproduce this error on my MAMP with a fresh install and the latest build from http://www.silvercart.org/assets/silvercart_package_silverstripe_full.zip

It all worked just fine.

Will try it on a VM with WAMP (we're Macs and Linux only...), must have something to do with the configuration of WAMP.

Cheers
Ramon