Having problems installing Drupal? See the Installation Guide for more information.

moving localhost to remote server

i 've installed drupal 7 to localhost, after i made some theming and customization, i want to move all files, database to remote server, i uploaded all the files and created a database, and edited setting.php with remote database, name, password. But when i access the page there are only error messages display. see that:

Additional uncaught exception thrown while handling exception.

Original

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd2.url_alias' doesn't exist: SELECT source FROM {url_alias} WHERE alias = :alias AND language IN (:language, :language_none) ORDER BY language ASC, pid DESC; Array ( [:alias] => node [:language] => en [:language_none] => und ) in drupal_lookup_path() (line 176 of /home/otherraylinux/public_html/d2/includes/path.inc).

Additional

Stuck on DB install

I am trying to install drupal-6.26 a second time on the same server.

The first time worked fine. But the second install gave this error.

Fatal error: Cannot override final method PDO::__wakeup() in /home/georgecs/public_html/drupaldemo/includes/database/database.in

Hello - I am moving my Drupal 7 site from my home server, where it works fine, to the remote host, and I am getting this error message:
Fatal error: Cannot override final method PDO::__wakeup() in /home/georgecs/public_html/drupaldemo/includes/database/database.inc on line 184

The home page loads OK, but when I try to link somewhere the error pops up.
I know very little of PDO. Can anyone guide me to a solution?
Thanks in advance.

Fatal error: Out of memory after transfering to a new host - Mem set to 128M

Hello all,

I'm having a real issue with a new site that I have just transfered from my development server to a live server, the problem seems to be intermittant, every now and then (approx 40% of the time) when I click on one of the site links I get an error similar to one the following:

Fatal error: Out of memory (allocated 89653248) (tried to allocate 512 bytes) in /home/mammal/public_html/includes/menu.inc on line 358

getting strated -- MySQL probs

hello Drupal community,

this is my very first post, am trying to install Drupal on my mac machine (i.e., locally, not on a web server..) have later than minimum required versions of Apache, PHP, & MySQL..

of course am running into probs with db... oh brother.. db always a problem.... I should have known....;-)

first, a comment: I think something is not too clear: when it asks for uid/pswd for db it's not clear whether you're supposed to create new uid/pswd for the particular drupal db, or are you supposed to type in uid/pswd you have already for MySQL server? (people often say "db uid/pswd", when in fact it's uid/pswd to conn. to the server, not to a particular db... correct me if I'm wrong.. at any rate b/c of the questions below figured out it's uid/pswd for the server...) maybe instr should just ask for uid/pswd you use to conn. to the server.. I think that would be a bit clearer...

after entering db info, am getting this msg:

Failed to connect to your database server. The server reports the following message: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES).

Is the database server running? -- of course, I just created the db for drupal ;-)
Does the database exist, and have you entered the correct database name? -- yes

Moved Drupal-Page to a new server, Problem

Hi friends,

I'm having a little problem.

I want to move my drupal website from a Server A to a Server B.

What I did was:

0. Downloaded the Database of Server A.
1. Downloaded the Website from Server A on my desktop
2. Changed the database information in the settings.php and default.settings.php
3. Uploaded the files back on Server B in a "/folder".
4. Went to PHPMYADMIN and imported the .sql which i got from the Server A website and got a "success message".

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal