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.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Hi good day to everyone.. I got a simple project that needs to be done using cakephp 3 as its framework.. I was having a hard time to build some pages and link them into a menu bar or navigation bar.. I am new to cakephp but my client wants it to be built using this framework on latest release.. and it needs an image gallery.. how can I possibly do it? can somebody good in cakephp gives me a step by step procedure on this.. I'm just afraid I am not going to do this properly.. Please help me or give me some advice. Thanks a lot!!!!
CakePHP 3.x is not stable yet, latest stable version is 2.6.0. I think you should go with stable version.
learning CakePHP
CakePHP official website gives very good documentation, you can easily follow and start coding.
you can start here. And some links may help you:
http://code.tutsplus.com/tutorials/getting-started-with-cakephp--net-1218
How to learn 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.
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 need to add the following jvm options in tomcat
a] -Dcalltracerlib=calltracer5
b] -agentpath:C:\calltracer\jvmti\calltracer5.dll=traceFile-C:\calltracer\call.trace,filterFile-C:\calltracer\filters.txt,outputType-xml,usage-controlled
how can i configure tomcat
From section 3.2 of this Tomcat configuration page:
Windows running Tomcat 5.5 and later : Go to the "Apache Tomcat x.x" folder in the Start Menu. Start the "Configure Tomcat".
Select the "Java" tab in the configuration dialog
It's been a while since I've run Tomcat myself, but that certainly sounds like a promising start... Alterantively, read the Tomcat Windows Service HOWTO which talks about using the --JvmOptions flag. Of course, that assumes you are running Tomcat as a Windows service. If you could give us more information we may be able to help more. If you're just running Tomcat from the command line, you may want to set the CATALINA_OPTS environment variable.
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 wish to install Bugzilla on windows machine , and I don't want to install it using the ready installer , I want to install it in my mysql server and my apache web server
I have installed perl 5, apache 2 and mysql 5.5 but while I was reading the Guide I found that I have to install something called mod_perl.
What is mod_perl and how do I install mod_perl?
To install Bugzilla on Windows, you can follow one of the tutorials that are out there. They walk you through step by step. This should solve this issue and any further issues. Here are a couple examples:
http://www.theprogrammersweblog.com/2009/02/installing-bugzilla-on-windows-system.html
https://wiki.mozilla.org/Bugzilla:Win32Install
For the installation of mod_perl, you can do the same thing (search for tutorials). Here is one:
http://perl.apache.org/docs/2.0/os/win32/install.html
With that being said, this post should really be over at ServerFault.
mod_perl brings together Apache and Perl, it allows the two to work together.
Here is a guide on how to install it.
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...