PHP Web Host - Quality Web Hosting For All PHP Applications Just Great Software
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15024
Location: Kansas

PostPosted: Sun Jul 18, 2004 6:27 pm Reply with quote Back to top

To those that had installer woes, please download
Only registered users can see links on this board!
Get registered or login to the forums!
and replace yours and see if that fixes it. Let me know. And please just don't say things like "Nope. Didn't help". because I will say "hmmmmm". Laughing
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
sharlein
Member Emeritus


Joined: Nov 19, 2002
Posts: 321
Location: On the Road

PostPosted: Sun Jul 18, 2004 7:59 pm Reply with quote Back to top

This is the screen I got after installing the new index.php
Code:
===========
localhost
****
****
===========

Connected successfully to your MySQL Server!

Unable to connect to MySQL database mysql with these credentials: Access denied for user: 'sharlein_sharlei@localhost' to database 'mysql'

There is nothing else on that page. Smile
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15024
Location: Kansas

PostPosted: Sun Jul 18, 2004 8:13 pm Reply with quote Back to top

Hopefully I edited that in time so that no one saw that info Smile
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
sharlein
Member Emeritus


Joined: Nov 19, 2002
Posts: 321
Location: On the Road

PostPosted: Sun Jul 18, 2004 8:48 pm Reply with quote Back to top

Thank you very much. Embarassed RavensScripts
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15024
Location: Kansas

PostPosted: Sun Jul 18, 2004 10:30 pm Reply with quote Back to top

Well, I have discovered that it works in Windows but not in Linux, so that explains why I wasn't able to reproduce it. Now to figure out why ......
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15024
Location: Kansas

PostPosted: Sun Jul 18, 2004 11:15 pm Reply with quote Back to top

Okay, I've got this working, I hope/think, under Linux. Please try d/l it again and running it.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15024
Location: Kansas

PostPosted: Mon Jul 19, 2004 9:33 am Reply with quote Back to top

Steve and GeekyGuy:

Have you downloaded and tried the new installer?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
CodyG
PHP-Portal Project


Joined: Jan 02, 2003
Posts: 579
Location: Vancouver Island

PostPosted: Tue Jul 20, 2004 8:42 am Reply with quote Back to top

The new installer worked better, but I still found it a little confusing. It seems it didn't like the fact that I had set up the db in cpanel, the installer complained that the db already existed, but how was I suppose to give permissions to user without a db?

Not sure what the line 66 is about either.



Connected successfully to your MySQL Server!


Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/cody/public_html/install/index.php on line 66

Note: This user does not have Create Database Permissions for this MySQL server. Either select another user/pass combination or you will need to create the database first and then come back to this utility to create the tables.


And despite all that, after I chose replace the db, all 124 tables were created and populated!
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15024
Location: Kansas

PostPosted: Tue Jul 20, 2004 11:16 pm Reply with quote Back to top

It worked exactly as designed. Connecting to the server does not mean that you have any permissions. It just means that MySQL can be connected to. I agree that the FINAL version needs polishing, but this was to test the functionality. Thanks.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
CodyG
PHP-Portal Project


Joined: Jan 02, 2003
Posts: 579
Location: Vancouver Island

PostPosted: Tue Jul 20, 2004 11:42 pm Reply with quote Back to top

One more thing... I checked in phpmyadmin... and I have 125 tables! How did I get an extra one? I'm sure the installer said 124.
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15024
Location: Kansas

PostPosted: Tue Jul 20, 2004 11:53 pm Reply with quote Back to top

Well, since I do not have a crystal ball to look into YOUR phpMyAdmin, my guess would be if you are using the Who Is Where block, the first time you accessed your site it created a HEAP table called nuke_wiw_m
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
CodyG
PHP-Portal Project


Joined: Jan 02, 2003
Posts: 579
Location: Vancouver Island

PostPosted: Wed Jul 21, 2004 2:01 am Reply with quote Back to top

ahhhhhhhhh... interesting. Thanks.
View user's profile Send private message
Tao_Man
Involved
Involved


Joined: Jul 15, 2004
Posts: 252
Location: OKC, OK

PostPosted: Wed Jul 21, 2004 10:03 am Reply with quote Back to top

I found out something, when I used phpMyAdmin it would not create the nuke_wiw_m one but when I went stright to MySql it would create it.

To new to this to know why but just thought I would throw that out as an FYI.
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15024
Location: Kansas

PostPosted: Wed Jul 21, 2004 10:54 am Reply with quote Back to top

Yes, I need to contact the phpMyAdmin author. He has a bug Surprised
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Mesum
Useless


Joined: Aug 23, 2002
Posts: 213
Location: Chicago

PostPosted: Sat Oct 02, 2004 10:13 pm Reply with quote Back to top

How do you guys make those install files? Do you hand code every single file of it ot is there a tool to drop SQL file and get an install file?
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15024
Location: Kansas

PostPosted: Sat Oct 02, 2004 10:20 pm Reply with quote Back to top

Depends on several factors, but once you have the table designed and working, you just dump the table schema and then you wrap the SQL in PHP code. That's really high level, but that's usually the premise.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Mesum
Useless


Joined: Aug 23, 2002
Posts: 213
Location: Chicago

PostPosted: Sat Oct 02, 2004 10:37 pm Reply with quote Back to top

Can I by any chance see an example on how to code one based on an SQL table.
View user's profile Send private message Visit poster's website
Mesum
Useless


Joined: Aug 23, 2002
Posts: 213
Location: Chicago

PostPosted: Sat Oct 02, 2004 10:38 pm Reply with quote Back to top

My "PHP for Dummies" doesn't show me how to do that Very Happy
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum