Re: Composer update results in "Could not scan for classes inside...
Thanks Cam.I'm running WAMP on Windows 8, all my dev projects are sitting in c:\wamp\www\I've just run "composer update" on two other projects (that don't include Swipestripe) and they're working...
View ArticleRe: Composer update results in "Could not scan for classes inside...
Just ran it on OSX native PHP - composer completes as expected, might be a windows specific issue.I have a win7 VM I might try on that. Are you using git bash or something like that to run the composer...
View ArticleRe: Composer update results in "Could not scan for classes inside...
I appreciate you looking in to this Cam, thank you.I've been running composer in standard Windows command line.Just tried Git Bash and got the same message, damnit.Posted to: Composer update results in...
View ArticleRe: silverstripe and MAMP 3
It seems actually the quick fix is just to delete the index.php file and ensure mod_rewrite is installed.Posted to: silverstripe and MAMP 3 | Show Thread | Post Reply
View Articledebug_request=1 not showing template names
Hi thereI have installed Silverstripe version 3.1.5. I have turned on dev mode in site and have done flush as well. Now when i am passing url debug parameter debug_request=1 with http url, system is...
View ArticleRe: Composer update results in "Could not scan for classes inside...
Managed to successfully get composer to install via your json file on a win 7 machine.I might suggest dumping your core and modules (keep your project files of course) and then doing a fresh composer...
View ArticleRe: Composer update results in "Could not scan for classes inside...
Thanks CamI did a complete rebuild/ recompose this morning and it's working fine now.Guess I'll have to file it away as "one of those things".Posted to: Composer update results in "Could not scan for...
View ArticleAfter migration to another server no login possible
Hello,we've migrated an existing SiverStripe Website with a customer login to a new server. Since then existing customers can't login to the website anymore. If we register a new member for the website...
View ArticleRe: debug_request=1 not showing template names
Well I can see that question has been viewed 20 times. Can anyone help ?Posted to: debug_request=1 not showing template names | Show Thread | Post Reply
View ArticleRe: creating an archive
Hi MartimizThanks for the quick reply, i finally had time to play around with this some more.I know that it is getting the status ID as i am using that elsewhere, i had this work once when i had it in...
View ArticleRe: creating an archive
I usually just place an echo "here"; within the if-statement to see if it gets there. It will appear at the top of your screen somewhere I'm not sure that (!$Archive) would work, as the query probabely...
View ArticleRe: After migration to another server no login possible
Have you tried changing the customer password from within the CMS? On reason I can think of is that your previous setup still used the old password encryption...Posted to: After migration to another...
View ArticleRe: After migration to another server no login possible
If I change the password from the backend everything is fine. Unfortunately I can't do this for 300+ users. Is there a way to use the old password encryption?Best regards,BorisPosted to: After...
View ArticleRe: After migration to another server no login possible
Ok, that's tricky! What version of silverstripe are you on? Did you upgrade or just clone the existing install to the new server?Posted to: After migration to another server no login possible | Show...
View ArticleRe: After migration to another server no login possible
Unfortunately I don't know how to get the SilverStripe version. We've inherited the installation of the former agency. I just did a clone without an update and just copied files and restored a...
View ArticleRe: debug_request=1 not showing template names
?debug_request=1 doesn't show templatesYou're thinking of ?showtemplate=1Here's a list of url variables: http://doc.silverstripe.org/framework/en/reference/urlvariabletoolsPosted to: debug_request=1...
View ArticleRe: debug_request=1 not showing template names
Hello thereI am aware of showtemplate variable which shows you the compiled template and their names. In you download any older version silverstripe or using old version you will find that when using...
View ArticleRe: debug_request=1 not showing template names
It looks to have been removed here: https://github.com/silverstripe/silverstripe-framework/commit/0fe515e18252112083417cefdbbc857296b196cb#diff-6401791b7ef724133088afe29d86dfb0Posted to:...
View ArticleRe: SSViewer::set_theme() deprecation - I need it!!
SSViewer::set_theme() works in exactly the same way as the new config system.What you're trying to do isn't available out of the box. Your best plan of attack is probably to overload the getViewer()...
View ArticleRe: debug_request=1 not showing template names
Yeah you are right, that is not the good move. Template name information in debug_requuest is sometimes helpful during troubleshooting.Thanks for you help. I wish I they can put it back.Posted to:...
View Article