Download a php+mysql website source code How to install (100 points to solve, online and so on!)
Download a php+mysql website source code, the source code also passed to the space, but also set up a database, but can not browse the site??
Ladies and gentlemen, please help me, little sister first Thank you!
------Solution--------------------
There's no such thing as an error message, No field trip, no answer.
------Solution--------------------
Check the database connection.
Database, user name, password, data table.
Code similar to this. Change to your MySQL code
$con = mysql_connect ("localhost", "root", "root");
if (! $con)
{
Die (' Could not connect: '. Mysql_error ());
}
Some code
?>
------Solution--------------------
The database has not been established properly
Look closely at the installation documentation for this thing and estimate what to import. SQL database structure
discuss
Open:/http/domain/index.php, the following prompt message appears:
------Solution--------------------
Error infos:table ' taobao123.dede_homepageset ' doesn ' t exist
Error Sql:select * from ' dede_homepageset ' limit 0, 1;
There are some problems with the database, please check if there is a database called taobao123,taobao123 inside your mysql.
Is there a table called Dede_homepageset?
Template not found! D:/wwwroot/taobao123/web/templets
There is no template, it may be the source code is not complete.
------Solution--------------------
Explore
Error infos:table ' taobao123.dede_homepageset ' doesn ' t exist
Error Sql:select * from ' dede_homepageset ' limit 0, 1;
There are some problems with the database, please check if there is a database called taobao123,taobao123 inside your mysql.
Is there a table called Dede_homepageset?
------Solution--------------------
The database is not complete, the source file is not complete.
------Solution--------------------
Now a lot of source code is a install.php through this installation, it will help you configure the
------Solution--------------------
The obvious dedecms.
Is it possible to install directly? Feel the landlord is installed plug-in or something?
------Solution--------------------
Database, it is recommended to re-download the program, referring to its development documentation and instructions.
Generally mature programs have installation files similar to the install.php
It is recommended that you test locally now and then escape into your space.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.