Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi
I am trying to migrate my site from local system to the production server but I am getting a very weird error, I have searched everywhere but cannot find solution, so if anybody can help then please help me. The error I am getting is
( ! ) Fatal error: require_once() [function.require]: Failed opening required '/mnt/davfs/phpsites/latam/network.XXXXXX.com/trunk/sites/all/modules/context/plugins/context_reaction_bLOCK.inc' (include_path='.:/opt/php-5.3/share/pear:/usr/share/php') in /mnt/davfs/phpsites/latam/network.XXXXXXXX.com/trunk/includes/bootstrap.inc on line 2680
Hello everyone,
My website work fine. but two day ago it have broken. I change configuration in .htaccess file
php_value mysqli.reconnect = On
php_value mysql.reconnect = On
php_value memory_limit 256M
php_value upload_max_filesize 256M
php_value post_max_size 256M
php_value max_execution_time 6000
php_value max_input_time 1200
and I changed function "db_connect" in /include/database.mysql.inc. i had been insert code "mysql_query('SET SESSION wait_timeout = 1200', $connection);" under "mysql_query('SET NAMES utf8', $connection);"
This is my situation. I created a new drupal instance and linked it up with the database by creating a new database name. Everything show up fine in the database in the phpmyadmin page but none of the nodes are showing up in the node category. My new site has almost 20 nodes or pages but none of them are showing up in the node row. The browse icon is grayed out as well. Any help will be greatly appreciated.