Existing CakePHP projects force download of webroot/index.php source code [closed] - cakephp

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm working on windows with Apache 2.2 and PHP 5.2.17. I've just done some fiddling to install mcrypt and since then when I try to access some (but not all) of my cakephp projects in my browser (chrome), the source code for webroot/index.php is downloaded to a file called download. If I unpack a fresh cakephp and access that it works fine.
I also get the same issue with Magento by the way.
Any solutions? Thanks.

For anyone having the same issue, it turned out to be only a problem for google chrome. I emptied the cache and all is back to normal. Thanks to Oldskool for making me aware that it was possibly a browser specific issue.

Related

is there an open source commenting system available? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'd like to enable a commenting mechanism through the system, I've done some googling and found some SaaS like disqus and gentlesource but I'm looking for more like self-hosted / open source apps. and I like to understand the architecture of such a systems in case I wanted to implement it myself.
Consider juvia https://github.com/phusion/juvia ;)
Juvia is an open source commenting system. It allows you to outsource your commenting needs to an external system so that you don't have to build your own commenting system for each website or each web app. Embedding a Juvia commenting page only involves pasting a JavaScript snippet into your web page.

how to install cakephp on shared host? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
i already setup on localhost (wampserver) and it is work correctly but when upload my project on web hosting i dont know how to configure and setup cakephp 1.3 on the host.
when i log into ftp i see this folders
/public_html
/DO_NOT_UPLOAD_HERE
so i put my files here
/public_html/myproject/app
/public_html/myproject/cake
/public_html/myproject/vendors
/public_html/myproject/.htaccess
/public_html/myproject/index.php
but when request site i see 4.4 error...
also i see this tutorial link but i am not sure it is work on 1.3 version or just on 1.2 ..so please someone explain by Specific steps how to setup cakephp 1.3 on the host
Check out this link: http://book.cakephp.org/1.3/en/view/908/Requirements
You have a sidebar to your left , this is the cookbook for 1.3 , It's in English and It's simple , good luck.

Can I release a Silverlight application to the Mac App Store? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Is it possible to release a Silverlight application to the Mac App Store? I don't talk about iOS (I know this won't work) but MacOSX. Will it be rejected outright, are there technical problems to expect, do I have to bundle Silverlight with the app and so on?
Maybe someone already has tried to release an application that way and knows about the pitfalls.
Thanks in advance.
Mono Moonlight applications are getting accepted (http://www.mono-project.com/Moonlight) so there is a good change that yours also will. Afcourse you need to make sure that your application runs with Moonlight.
Here is how you do that: http://www.mono-project.com/MonoMacPackager#Mac_AppStore_Distribution
your app will be get rejected
2.24 Apps that use deprecated or optionally installed technologies (e.g., Java, Rosetta) will be rejected
see this link - http://developer.apple.com/appstore/mac/resources/approval/guidelines.html

CMS on Google App Engine [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I recently stumbled upon http://www.vosao.org/.
It seems to be the most advanced CMS for App engine.
Before I start coding with vosao, I wanted to know if there are tangible alternatives to Vosao?
If you are to use Vosao, you can find the content management related functions that can be invoke from velocity template in VelocityService.java . Vosao separate "Page" and "Resource"
A search on Google Code throws up many results.
I just recently moved off of my old Rackspace server running Joomla to Vosao on GAE and I've been very happy with it so far. I looked at a few Django alternatives, but Vosao seemed to be the simplest for what I needed.
Today we released a Framework, written in python, wich is attached with a package including an exampleproject. This "Projekt" has features like: News/CMS/Shop/Forum ...
It's open Source and you can download it here:
http://www.viur.is
We are still translating some documentation to english ... so stay tuned...

Where to make source code publically available [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I've just finished a mini-project (a graphical 2d silverlight tag cloud) and I've made the source code available on my website as a zip file - but where should I put the code to allow people to find it and evolve it if they wish? codeplex? but I guess this would count as an inactive project?
http://sourceforge.net/
Find and Build
Open Source Software
Google Code is great, free, and easy. It supports subversion.
http://www.codeplex.com/ This is run by Microsoft, which should be a fine match with Silverlight.
I recommend github.
CodeProject is good too.
It depends upon what you plan to do.
If you want to share the code with the world and open it to large cooperation, definitely go github
If you want to setup a nice web site, with a complete community with mailing lists, and a selected number of authorized contributors, go sourceforge.
Alternatively, you could use one of the sourceforge-like : google code, codeplex, savannah, berlios...

Resources