Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 11-07-2005, 12:58 PM wordpress help
FutileSoul's Avatar
Ultra Talker

Posts: 383
Location: Michigan
Trades: 0
i am retarded when it comes to php and i tried to put wordpress on a site to see if i could do it but i have had no luck.

when i go to the page it is supposed to be on this is all i get..... http://futilesoul.coconia.net/blog/INDEX.PHP
can anyone tell me what to do please, or someone fix it for me?

thanks
__________________

Please login or register to view this content. Registration is FREE
- The Congregation of Man
FutileSoul is offline
Reply With Quote
View Public Profile Visit FutileSoul's homepage!
 
 
Register now for full access!
Old 11-08-2005, 04:53 PM
Average Talker

Posts: 20
Location: Benevento
Trades: 0
the script cannot find the files wp-db.php and wp-settings.php.
Maybe you've a wrong path configuration(I don't know if there's such thing in the configuration file) or you've not uploaded correctly the required files.
__________________

Please login or register to view this content. Registration is FREE
j2be is offline
Reply With Quote
View Public Profile Visit j2be's homepage!
 
Old 11-09-2005, 02:50 PM
Average Talker

Posts: 19
Trades: 0
It's 1 of 2 things...

If you can, goto:
http://futilesou.coconia.net/blog/wp...ns-general.php, the wordpress URI and/or Blog URL are wrong.

The other thing it could be is the INDEX.PHP and other files in UPPERCASE, wordpress internal links are set for lowercase filenames.

csmith
__________________

Please login or register to view this content. Registration is FREE
csmith is offline
Reply With Quote
View Public Profile
 
Old 11-09-2005, 05:27 PM
FutileSoul's Avatar
Ultra Talker

Posts: 383
Location: Michigan
Trades: 0
when i downloaded it, i left the files that were in uppercase as they were. i did what it said to do in the html readme file

"Installation: Famous 5-minute install
1.Unzip the package in an empty directory

2.Open up wp-config-sample.php with a text editor like WordPad or similar and fill in your database connection details

3.Save the file as wp-config.php

4.Upload everything.

5.Launch /wp-admin/install.php in your browser. This should setup the tables needed for your blog. If there is an error, double check your wp-config.php file, and try again. If it fails again, please go to the support forums with as much data as you can gather.

6.Note the password given to you.

7.The install script should then send you to the login page. Sign in with the username admin and the password generated during the installation. You can then click on 'Profile' to change the password. "

even after doing all of that it didn't work, so i have been trying to mess with the files but nothing is working.
could someone try to do it for me?
thanks
__________________

Please login or register to view this content. Registration is FREE
- The Congregation of Man
FutileSoul is offline
Reply With Quote
View Public Profile Visit FutileSoul's homepage!
 
Old 11-09-2005, 05:57 PM
webfreak's Avatar
Extreme Talker

Posts: 236
Location: USA
Trades: 0
Are you sure you have a MySQL database with user and have entered the correct information to the correct places within the config file?
webfreak is offline
Reply With Quote
View Public Profile Visit webfreak's homepage!
 
Old 11-09-2005, 07:00 PM
FutileSoul's Avatar
Ultra Talker

Posts: 383
Location: Michigan
Trades: 0
yes, i have checked that multiple times
__________________

Please login or register to view this content. Registration is FREE
- The Congregation of Man
FutileSoul is offline
Reply With Quote
View Public Profile Visit FutileSoul's homepage!
 
Old 11-10-2005, 03:30 AM
Average Talker

Posts: 19
Trades: 0
Your problem is clearly obvious:
http://futilesoul.coconia.net/blog/

'nuff said...

csmith
__________________

Please login or register to view this content. Registration is FREE
csmith is offline
Reply With Quote
View Public Profile
 
Old 11-10-2005, 08:05 AM
FutileSoul's Avatar
Ultra Talker

Posts: 383
Location: Michigan
Trades: 0
as i said before i am retarded when it comes to php, so nothing is "clearly obvious" to me when looking at that, can someone explain what is "clearly obvious"
thanks
__________________

Please login or register to view this content. Registration is FREE
- The Congregation of Man
FutileSoul is offline
Reply With Quote
View Public Profile Visit FutileSoul's homepage!
 
Old 11-10-2005, 02:17 PM
Average Talker

Posts: 19
Trades: 0
I think you'll find that for some reason some files and directories are all UPPERCASE. Wordpress looks for them in all lower case. I would re-ftp all files except for the config.php file and force file names to lower case. (Or rename all files to lower case individually - YUCK!). Some ftp programs have a setting to do this, and some do not.

Which ftp program are you using? Do you have cpanel access?

csmith
__________________

Please login or register to view this content. Registration is FREE
csmith is offline
Reply With Quote
View Public Profile
 
Old 11-10-2005, 02:25 PM
Average Talker

Posts: 19
Trades: 0
If you look at your error message: Warning: main(/home/www/futilesoul.coconia.net/blog/wp-includes/wp-db.php): failed to open stream: No such file or directory in /home/www/futilesoul.coconia.net/blog/wp-settings.php on line 59

Compare that to the wp-includes/wp-db.php file in the wp-includes directory: you 'll find WP-DB.PHP .

So basically, wordpress (and the *.nix) server it's on use case specific file names. Bottom line, WP-DB.PHP does not equal wp-db.php on a unix server.

csmith
__________________

Please login or register to view this content. Registration is FREE
csmith is offline
Reply With Quote
View Public Profile
 
Old 11-10-2005, 03:38 PM
FutileSoul's Avatar
Ultra Talker

Posts: 383
Location: Michigan
Trades: 0
thanks, i hope that works, when i have time to do it ill let you know if that worked.
__________________

Please login or register to view this content. Registration is FREE
- The Congregation of Man
FutileSoul is offline
Reply With Quote
View Public Profile Visit FutileSoul's homepage!
 
Old 11-11-2005, 03:51 AM
Experienced Talker

Posts: 38
Trades: 0
1. Delete all the files from /blog directory.
2. Download Wordpress again
3. Upload ALL the files using a FTP program.
4. Read the installation guide.
5. Do what it says.
eDevil is offline
Reply With Quote
View Public Profile
 
Old 11-11-2005, 08:27 AM
Average Talker

Posts: 19
Trades: 0
If you do reinstall, don't forget to drop the tables in the database.

csmith
__________________

Please login or register to view this content. Registration is FREE
csmith is offline
Reply With Quote
View Public Profile
 
Old 11-28-2005, 04:24 PM
FutileSoul's Avatar
Ultra Talker

Posts: 383
Location: Michigan
Trades: 0
i finally got around to it and reinstalled everything it finally worked!!
http://futilesoul.coconia.net/blog
__________________

Please login or register to view this content. Registration is FREE
- The Congregation of Man
FutileSoul is offline
Reply With Quote
View Public Profile Visit FutileSoul's homepage!
 
Old 11-28-2005, 05:09 PM
webfreak's Avatar
Extreme Talker

Posts: 236
Location: USA
Trades: 0
Looking good. Good luck with it.
webfreak is offline
Reply With Quote
View Public Profile Visit webfreak's homepage!
 
Old 11-29-2005, 11:00 AM
FutileSoul's Avatar
Ultra Talker

Posts: 383
Location: Michigan
Trades: 0
thanks, what i think the problem was is that instead of putting in the address bar http://...........install.php i just clicked it in the file manager screen.
__________________

Please login or register to view this content. Registration is FREE
- The Congregation of Man
FutileSoul is offline
Reply With Quote
View Public Profile Visit FutileSoul's homepage!
 
Reply     « Reply to wordpress help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.46026 seconds with 12 queries