On an almost stock install (no modules or anything so far) I have received the following errors:
In 'index.php?q=admin/modules', I receive the following:
* warning: include_once(./database/updates.inc) [function.include-once]: failed to open stream: No such file or directory in c:\Inetpub\wwwroot\drupal\includes\install.inc on line 9.
* warning: include_once() [function.include]: Failed opening './database/updates.inc' for inclusion (include_path='.;C:\php5\pear') in c:\Inetpub\wwwroot\drupal\includes\install.inc on line 9.
and when I run the update.php file, I get the same error as above, as well as:
Notice: Object of class stdClass could not be converted to int in c:\Inetpub\wwwroot\drupal\modules\locale.module on line 180
Notice: Undefined index: QUERY_STRING in c:\Inetpub\wwwroot\drupal\includes\bootstrap.inc on line 625
Notice: Undefined index: QUERY_STRING in c:\Inetpub\wwwroot\drupal\includes\bootstrap.inc on line 625
If you have any ideas what they mean, especially the Object of class and include_once() errors, please post here.
Oh and another thing, the file->save page for firefox refuses to save the css files and images of my drupal site onto my local computer, while it still works for my other site. Any ideas? How do I get drupal to save them onto my pc?
Thx
Comments
Yup, I also get this in an
Yup,
I also get this in an upgrade, the locale module was disabled. I got a file from the cvs which took away the locale problem you mention but my unserialize error persists.
File was Revision 1.109
http://cvs.drupal.org/viewcvs/drupal/drupal/modules/locale/locale.module
R3
And the unserialize error
And the unserialize error was fixed by adding this line to php.ini
include_path = "."R3
Also in troubles
None of these errors appear at my Testing Drupal site (Linux, Apache, php5 cgi). They appear when I'm trying to add modules to my "Production" Site (Windows, Apache, php5 Apache module).
Enabling "Filemanager" module:
Could anyone help?
* There is a similar error
* There is a similar error report here
http://www.drupal.ru/node/1746
* ;C:\php5\pear
E:\php5 ?
R3
Solution Found
During the configuration of my 'Production' site I removed update.php, and all the /database directory too.
After recovery of /database I had no more troubles!
This works
Just to confirm that by recovery of '/database' folder to the site fix the problem.
Fix didn't work for me HELP!!!!!
When I installed the glossary module it gave the same warning. Recovering my database didn't work. When I do that I get a blank page. This is probably because I changed the database on my computer but not the one used by my site. So......what can I do????? Anyone have any sugestions??
Thanx
help me, anyone!?
PHP Experts or those who recognize this error, please help:
I am getting this darn error message, at the header of my website,
http://www.cheapimagehosting.com
The error reads:
"Notice: Object of class stdClass could not be converted to int in /home/cheapima/public_html/includes/config.inc.php on line 32"
Is anyone familiar with how to remove this Notice from my webpage? It appears on every webpage when you create an account, upload an image, etc.
Your help is seriously appreciated.
Thank you!
Same problem over here.
Same problem over here. Somebody who can fix it?
recover database
You have to recover your old database. If you have a full back-up....then just recover it and it will work again. I didn't find any way to fix this and I didn't have a back-up.
Eventually I had to reinstall Drupal and put all my old settings in the new version. This doesn't take as long as you would think...you should be able to finish this in about two hours. To do this it is handy to have a SQL client on your computer or two online sites with databases so you can simultaneously run two versions of Drupal. The easiest way to get an SQL client on your computer is my downloading EasyPHP...everything is pretty much automatic. It is best to put the old version on your computer...make sure that it is running before you remove it from your host. You can put the new version online, that way you have it up and running right away.
Once you have the old and the new version running you can copy and paste your theme, if you have a custom theme, from your theme folder. Remember that you need to also copy and paste the settings.php from sites/default...otherwise it won't work.
Then you can just keep the same pages open in the new and the old version and copy and paste all the settings you have and the pages on your site from your old version to your new version. That way you build a new database. This sounds like a lot of work....but you will be done in no time.
Remember to make a back-up of your site and your database when you are done so this never happens again.....
Good luck
Danielle