By ubby4ever on
I have a great challenge completing my installation of Drupal Software on my website www.platiniumglobalventures.com/install.php , let alone accessing the Admin page.
Moreso I have tired viewing if I will see the user table to access the user name, password, and email, yet it's not there.
Pls somebody should help me. thanks
Comments
Did you check out the
Did you check out the documentation here? Try following it step by step, until the installation is completed.
hi ubby4ever well - you have
hi ubby4ever
well - you have issues in completing the installation ?! Do you - well if so. Then you are not allone - unfortunatley. : Same to me -
if found this - this might be helpful: see http://drupal.org/node/1366960
DB-issues all the way long :
some ideas bout solution - PHP timeout or memory?
Well ubby4ever - what should i say: i have the same issues here with drupal-7.10 throwing error on install - all time. It is terryfing and i have no glue. Perhaps the devs fix this annoying things soon.
Need Help completing my Drupal Configuration/ Insatallation
I will not mind giving someone my details to help me solve dis problem for me.or show me a step by step way to solve this.
I find it still challenging to complete my installation. www.platiniumglobalventures.com/install.php
I have created a new database, verify the necessary parameters, type in my Coy name, site email and fill in the relevant fields in d configuration, yet when I try to save it and get my login details, It will show a blank field. Instead of telling me that my installation was complete.
Pls someone should help me, or call me I will need to chat with u. U can also text me that u can help me. 234(0)8095228398 is mu number. Thanks
Unless you are more specific
Unless you are more specific about your configuration and the issues you are having it's going to be very hard for anyone to help you.
Start by reporting the error you are getting and by describing accurately in what circumstances it occurs.
Cheers!
I agree with the above, you
I agree with the above, you need to elaborate. I could probably help, I have become (after many hours of necessary boredom) pretty proficient in installing drupal fresh, connecting to existing database, moving from live > local and moving from local > live. You can have a new install up and running in about 10 mins.
Still finding it Difficult to Complete my Configuration/Instal
I am still finding it difficult Completing and configuring and installing my Drupal on my website.
I will not mind giving someone my details to help me solve dis problem for me.or show me a step by step way to solve this.
I find it still challenging to complete my installation. www.platiniumglobalventures.com/install.php
I have created a new database, verify the necessary parameters, type in my Coy name, site email and fill in the relevant fields in d configuration, yet when I try to save it and get my login details, It will show a blank field. Instead of telling me that my installation was complete.
Pls someone should help me, or call me I will need to chat with u. U can also text me that u can help me. 234(0)8095228398 is mu number. Thanks
Using your link, do the
Using your link, do the following:
Select 'standard' > save and continue
Choose language = English (built-in) > save and continue
Site name = the name of your site
Site email = your email address
Maintenance account = username, email and password - you will login to your drupal site as admin with the username and password you give here (**nothing to do with your database usename and password**)
Save and continue. Done!
I wouldn't have got that far in the process if there had been incorrect database details so everything looks good apart from the final step.
Sam.
I have done everything you have said, yet this is the result I h
I have done everything you have said, yet this is the result I had: A blank page which you can see on this link.
http://www.platiniumglobalventures.com/install.php?profile=standard&loca...
Pls what should I do???? Call me pls
Sorry but that link doesn't
Sorry but that link doesn't give me a blank page at all. I get a bunch of options to configure your website.
I can't reproduce the issue and I really don't think I can add any more to help.
Sam.
I have done everything you have said, yet this is the result I h
I understand what u say. This blank pages shows after filling the form and saving it. When I save it, instead of a successful notification, I get a blank page. Please still consider assistaning me. Thanks
Hmmmmm, Your site here:
Hmmmmm,
Your site here: http://www.platiniumglobalventures.com/
Gives me error:
PDOException: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in lock_may_be_available() (line 167 of /hsphere/local/home/ubby4ever/platiniumglobalventures.com/includes/lock.inc).Try this: http://drupal.org/node/582646
and this:
http://drupal.org/node/1055296
I'm no SQL expert so I couldn't tell you exactly what that means.
Sam.
A blank page is very likely
A blank page is very likely the symptom of some kind of error.
To understand what's going on, it's essential to start printing on page the errors you're getting.
You should start with modifying your php.ini file (if you have access to it).
In php. ini set these values (modify the original ones but comment them so that you can restore them later):
error_reporting = E_ALL & ~E_NOTICE
display_errors = On
If don't have access to that, use the .htaccess file and add these to it:
php_flag display_errors on
php_value error_reporting 6135
Also, put this into a file named anything you like as long as it ends with .php (for instance info.php), load it with your browser and post the results here.
After you've done these two things, we'll be able to know something more.
fixes for this class of issue
I have researched this and related issues - often collectively referred to as "The 31 Tables Problem", because it interrupts the table creation process before all 73 or so tables are loaded. See this comment for a semi-exhaustive list of things that have helped people work through this issue. If your fix does not appear in my list, contact me and I will add it to the comment.