Gurnboy Posted November 21, 2012 Share Posted November 21, 2012 Hello all I have downloaded a copy of prestashop and extracted it to my desktop I have downloaded XAMPP and set that up I have created database using myphpadmin I have set up local server on dreamweaver and seems to be working I don't know what to do next and dreamweaver won't view the startup page to link the database etc I have scoured the forum for vids and help but there seem to be little pieces missing which I'm not experienced enough to deal with I have set up the default on my website no problem but want to change things around in dreamweaver which I have used before. Please help Link to comment Share on other sites More sharing options...
Gurnboy Posted November 21, 2012 Author Share Posted November 21, 2012 I have succeeded in viewing the pages now but I'm going through the setup pages on prestashop to connect to the database and install the tables, however this is where I get stuck. I have attached a screenshot. Am I supposed to do it this way? Thanks in advance Link to comment Share on other sites More sharing options...
El Patron Posted November 21, 2012 Share Posted November 21, 2012 it's easier to just use your localhost to setup prestashop...then you can use dw for editing, live view etc.. I've never tried using dw to run installation....is there a reason you have in doing so? Link to comment Share on other sites More sharing options...
Gurnboy Posted November 21, 2012 Author Share Posted November 21, 2012 That's probably what I'm doing wrong, how do I do that? I've pretty much got to this point from your other posts, so thanks so much. Best regards G Link to comment Share on other sites More sharing options...
Gurnboy Posted November 21, 2012 Author Share Posted November 21, 2012 Done it, I need to stop now I think!! Thanks again for all your posts Link to comment Share on other sites More sharing options...
El Patron Posted November 21, 2012 Share Posted November 21, 2012 con mucho gusto....I have been using dw for years....happy prestashopping Link to comment Share on other sites More sharing options...
bonnyj Posted November 27, 2012 Share Posted November 27, 2012 All new to this (as of last night) and just wondered if you could provide a high level overview of how you setup prestashop with dreamweaver? You seemed to fix a lot of issues yourself so any help would be greatly appreciated? Link to comment Share on other sites More sharing options...
Gurnboy Posted November 28, 2012 Author Share Posted November 28, 2012 (edited) To be fair I'm probably not the best person for this, but below are the links I used to get it sorted install XAMPP and then create your database http://www.youtube.com/watch?v=DT7CQ1P2rRw then create new site in dreamweaver, I think this is the link but it's not playing the vid at the mo http://tv.adobe.com/...iew-navigation/ log in to localhost and go to the prestashop index file and complete the registration details as normal and voila you are good to go. below is another link that I found helpful. If you have any problems, note down what you've done and I'll try to help, good luck! http://tv.adobe.com/...cms-frameworks/ Edited November 28, 2012 by Gurnboy (see edit history) 1 Link to comment Share on other sites More sharing options...
Gowtham Posted September 27, 2013 Share Posted September 27, 2013 (edited) Hello Friends, I have been using prestashop for over an year now and am searching for a good debugging tool. Can i use dreamweaver for debugging. If not, please suggest a good tool. Thanks, Gowtham. Edited September 27, 2013 by Gowtham (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 27, 2013 Share Posted September 27, 2013 dreamwaver isn't debuggin tool. I don't know what you exactly mean by "debuggin tool" can you shed some light on it? you're looking for something to edit .tpl and .php files, right? Link to comment Share on other sites More sharing options...
Gowtham Posted September 28, 2013 Share Posted September 28, 2013 Thanks Vekia for your reply. I am looking for the tools which will help me find and correct the errrors in the code (Debugging), version control and also for editing the whole project (It includes file types like php, tpl, js, css etc,. ) Thanks, Gowtham Link to comment Share on other sites More sharing options...
vekia Posted September 28, 2013 Share Posted September 28, 2013 so if you want to control version, you mean that you want to be "connected" to prestashop's github? dreamwaver in my opinion is good for html only, if you want powerful tool to debug php, mysql etc. you can use free eclipse or netbeans software. if you've got some budget, you can use PHPdesigner. I'm developing alot, and im using it, im also on netbeans 1 Link to comment Share on other sites More sharing options...
Gowtham Posted October 4, 2013 Share Posted October 4, 2013 so if you want to control version, you mean that you want to be "connected" to prestashop's github? dreamwaver in my opinion is good for html only, if you want powerful tool to debug php, mysql etc. you can use free eclipse or netbeans software. if you've got some budget, you can use PHPdesigner. I'm developing alot, and im using it, im also on netbeans Thanks vekia, I tried installing phpdesigner8 and i also like the interface. But when i try to debug, it shows the following errors. 1) Call to undefined function mysql_connect . 2)Class Db not found. Please help me out to solve this problem. Thanks, Gowtham. Link to comment Share on other sites More sharing options...
vekia Posted October 5, 2013 Share Posted October 5, 2013 well, this is not the best way to debugging... the best way: just install xampp on your windows, then check php error log, you will see there what and where doesnt work, then just check it in phpdesigner 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now