An error message is information displayed when an unexpected condition occurs.
0
votes
0answers
13 views
iCal Feeds SSL error on Drupal 7
I installed Calendar, iCal and Feeds for import event feeds from Google Calendar. I created new feed and when I try to import feeds from GoogleCalendar I got the following error:
cURL error (60) SSL ...
0
votes
0answers
20 views
Undefined property: stdClass::$comment_body in comment_submit()
whenever I am posting a comment I am getting this error.
Notice: Undefined property: stdClass::$comment_body in comment_submit() (line 2193 of ...
0
votes
1answer
17 views
Drupal gives error to admin, anonymous users can browse pages
Anonymous users can browse various pages, when logged in, it gives "The website encountered an unexpected error. Please try again later". I am using drupal 7 commerce. Before this error I installed ...
0
votes
0answers
29 views
Drupal Error message
I received these two error messages today. Not sure where they came from or what I did to cause it. Any suggestions on how I fix the problem and what caused it?
1 - warning: htmlspecialchars(): ...
0
votes
0answers
19 views
Why is the error reporting not showing under reports?
The usual log reporting option is not showing up under 'reports' in the menu. Any idea what might be causing that? Is there a module that provides this functionality?
1
vote
1answer
36 views
Array Flip Error Message on All Node Pages
Hello i dont know where to begin. All of a sudden MY WEBSITE is displaying this error when i view a node-
Warning: array_flip() [function.array-flip]: Can only flip STRING and
INTEGER values! in ...
0
votes
0answers
42 views
ajax request in drupal 7 not working [closed]
I have issue with auto complete in my drupal 7 site. Whenever an autocomplete request is sent then there is 9 appear at the end of each request.
Similar thing is happening on web page. 9 is appeared ...
0
votes
1answer
62 views
Getting VERY strange AJAX/JS 404 errors
I'm at a loss as to what could possibly be wrong, but I'm definitely seeing some crazy 404 errors, all of which seem to stem from /user/0/orders
For example, if I add a page using the CKeditor for ...
0
votes
1answer
60 views
Moving SQLite-D7 Installation to other Server throws Uncaught exception in shutdown function
When I move my Drupal7-Website (with SQLite Database) from my XAMP to another Computer also running XAMP I got the following error message.
Uncaught exception thrown in shutdown function.
...
2
votes
1answer
25 views
Why are these file errors show up on the site - I have “none” selected in admin
I'm getting errors like these show up on the site with setting "Error messages to display" set to "none":
File temporary://fileGhQKBK could not be copied, because the destination directory ...
4
votes
1answer
163 views
“The specified URL cannot be found” when posting page containing image
I have searched a lot for similar solutions for this problem but with no luck. I am simply trying to post new basic-page that contains an image (uploaded to my site or another site -- it did not make ...
1
vote
2answers
327 views
White screen of death
I have a issue with my drupal installation
If I enable or disable the modules, It redirects me to a blank page
If I create a new content type and save it, redirects me to a blank
page
If I add a ...
0
votes
1answer
373 views
Unable to generate the derived image
Today i uploaded my site to server, and i get errors like this:
Unable to generate the derived image located at public://styles/sponsor_image/public/TerraThermaSponsorLogo.png.
Image styles cannot ...
2
votes
0answers
50 views
Placeholder working, but giving Notice: Undefined variable: value and Notice: Undefined index: #type
This is what my code looks like:
foreach ($form["submitted"] as $key => $value) {
if ("textarea" == $value["#type"]) {
$form["submitted"][$key]['#attributes']["placeholder"] = ...
0
votes
0answers
41 views
Taxonomy_menu: How to I get rid of “Error with menu entry… ” in recent log messages
I'm using Drupal 7 and have Taxonomy used to get a menu structure by using the module Taxonomy_menu. Since a couple of weeks I get "Error with menu entry "Activity" in menu "menu-products" in my ...
0
votes
0answers
77 views
Trying to use colorbox media plugin
I'm trying to use the colorbox media plugin. I did everything but when i try to open an image or video i get following error
This content failed to load.
After trying to track down the error i ...
1
vote
5answers
2k views
“The website encountered an unexpected error. Please try again later.”
I have this error with Drupal 7
how can I have some more information about this error ? Any report,
any log anywhere ? Nothing in php errors.
how can I disable that message and have a more useful ...
0
votes
0answers
46 views
How to fix undefined property notice in answer module?
Im using the Answer module, but when you post a question i get this notice:
Error message
Notice: Undefined property: stdClass::$field_answer_count in locale_field_node_form_submit() (line 410 of ...
1
vote
0answers
154 views
Panels -> Add content in panels gives AJAX HTTP-error
When I'm trying to add Content to a panel page (just installed Panels), I get this error message:
An AJAX HTTP error occurred.
HTTP Result Code: 400
Debugging information follows.
Path: ...
0
votes
1answer
36 views
Why do I get a fatal error when clicking on the permissions tab in admin/people?
Steps to reproduce:
Log in as administrator
Click on People
Click on the Permissions tab
This navigates to admin/people/permissions. Here is the complete source code for that page:
Fatal error: ...
0
votes
0answers
206 views
Connection reset on accessing admin pages
I've seen this error in several places online, but haven't really found a solution yet. I developed a site using the LAMP stack on Ubuntu, then installed a WAMP server in Win7. I copied the files, and ...
2
votes
2answers
276 views
Cannot use a scalar value as an array error in D7 logs
I'm getting a bunch of PHP errors every time the cron runs. I can't seem to track down what is causing them all.
Cannot use a scalar value as an array in drupal_render() (line 5822 of ...
0
votes
0answers
44 views
Error in term_permissions
I'm getting the following error message when i'm in the Edit mode only (for Add Article):
Notice: Undefined variable: vocabulary in term_permissions_form_alter() (line 152 of ...
2
votes
1answer
167 views
how to get backtrace information for php errors in drush
I want to get backtrace information for php errors in drush.
Tried out the following patch - http://drupal.org/node/1158322#comment-6249880. Its shows the backtrace info as message(while using ...
0
votes
0answers
247 views
Lots of strict warning on local drupal site on OSX
Drupal 6.22;
MAMP;
PHP 5.4.4;
error_reporting = E_ALL
I have attached an image of the warning messages
Same site is running fine on a windows 7 computer;
WAMP;
PHP 5.3.4;
error_reporting = E_ALL
...
0
votes
1answer
95 views
Upgrading from d6 to d7: getting puzzling 'requirements problem' error
I am trying to upgrade from d6 to d7 and I'm getting a requirements problem immediately after running upgrade.php. It seems there's some crucial information missing. For me, at least: absolutely no ...
0
votes
1answer
421 views
Webform custom validation red highlight
How can I add the red error border to a webform component programmatically?
I am doing so custom form validation when the form submits and I need to set the red border on under rules very specific to ...
0
votes
1answer
75 views
Can I highlight an invalid form field without assigning a message for it?
I have a form which presents three input fields which are later combined into a single phone number. When that phone number doesn't validate (doesn't match /^\d{10}$/), I want to show a single message ...
1
vote
3answers
398 views
Hide error and warning in admin panel
I want to hide error and warning message from admin panel. I have checked the option None in admin panel for error reporting and still it showing error and warning messages in admin panel. let me how ...
0
votes
0answers
125 views
Webform default components
I want to create a webform every time I create a node of a certain content type.
But every time I try to add a new component, I get "page not found".
It tries to go to this page: ...
0
votes
0answers
278 views
The website encountered an unexpected error. Please try again later.
i just got this message after adding new block to my site. I can't log in to take the block away! I've tried deleting it from the php page file and the info file but it doesn't seem to fix it.
...
0
votes
0answers
135 views
Multi step webform not working now
I have successfully created a multi step webform, it is working fine. After some days I need to enable the chat module (Drupal Chat, Session API) unfortunately these modules are disabled by poor ...
1
vote
1answer
391 views
Javascript aggregation issue with new server
I have a new VPS Host and have cloned my existing live site from my current VPS Host. On the new host, there is an issue with JS aggregation and I am hoping someone might recognize what this is and ...
0
votes
1answer
96 views
error when deleting view
when I try to delete a view from the views module, I receive the following error:
error_1
Trying to save a new view shows this:
error_2
Any idea how to fix this?
I also cannot delete the view ...
4
votes
1answer
484 views
Error in query : Call to a member function execute()
My query return me an error.
I have the gid of a organic group.
I want to retrieve the last news for this group.
$query = db_select('node','n');
$result = $query
->fields('n')
...
0
votes
3answers
3k views
Fatal error: Maximum function nesting level of '100' reached, aborting! [closed]
I am receiving this error message after enabling a module. I am running Ubuntu on a Vbox. My php-apache.ini file has this line:
; Maximum input variable nesting level
; ...
1
vote
0answers
90 views
Fatal Error: image.effects.inc for Drupal 7.12 Modules/image/ Directory
I'm getting a message that says:
Fatal error: Cannot redeclare image_effect_info() (previously declared in sites/all/modules/image.effects.inc:14) in /modules image.effects.inc on line 62
This ...
0
votes
0answers
542 views
Fatal error: Class name must be a valid object or a string in includes/common.inc on line 7506
I have migrated my database and connected it to a new website and following that nothing more than problem after problem has occurred since.
When I tried to configure a block this error message ...
1
vote
1answer
190 views
form_set_error: How to set for an array Drupal 6
Array
(
[items] => Array
(
[0] => Array
(
[nid] => 164
[module] => uc_product
[remove] ...
0
votes
1answer
359 views
views3 error with contextual filter
I'm trying to show user posts in their profile with views 3 by following this post http://drupal.org/node/228959#comment-4591334
after i add the following code to the contextual filter
if (arg(0) ...
-1
votes
1answer
640 views
SQL Query generated by Drupal Views 3
I have created a view in Drupal 7 using views 3 and it is throwing some sql error in preview and the error message is not complete showing here.
How can I check this sql complete error message?
Is ...
1
vote
2answers
714 views
print result of a node_load()
I would like to print the result when calling the node_load() function. All I get is an error... How do I get something on my screen?
Here is the code I try:
$form = node_load(1473);
print ...
1
vote
0answers
55 views
Is there a way to trigger an action on a php exception in Drupal 7?
Whenever a php error/exception occurs, I'd like to log the error and optionally send an email off to the site admin. Is there an easy way to do this with Drupal 7? Maybe an existing module or a ...
0
votes
2answers
723 views
Unexpected MYSQl error 1286
I am using shared host and after some problems they restarted the server and my Drupal website shows the following error:
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown ...
1
vote
1answer
165 views
Unique Value validation rule does not show the indicated message
I have a Unique Value rule for a field. The rule applies correctly and the offending field gets highlighted in red but it doesn't show any messages !
I have other validation rules on the same field ...
2
votes
2answers
697 views
The requested page “/mywebsite/?q=admin%2Fcontent%2Fnode&render=overlay” could not be found
When I am logged as an administrator and try to access Content from the administrator menu, the corresponding window pops up, with the add content link, but just below, I get the following error ...
0
votes
1answer
729 views
i18n 1.4: Use of undefined constant MENU_PREFERRED_LINK [closed]
Has anyone run into trouble following i18n update to version 1.4? My site crashes badly with multiple notices about use of undefined constant MENU_PREFERRED_LINK. This is caused by Menu translation ...
0
votes
1answer
449 views
Get more details about log messages
I'm getting a lot of "Missing text format: 1." errors in my log. It seems to point to a bug where text formats used to get referenced by number in D6 (['format'] = '1') but now are referenced by a ...
3
votes
1answer
417 views
Can't save settings after copying site to new server
I just recently copied a Drupal 7 site from one server to another, everything looks like it works fine except that I cannot save any settings.
Here are some other symptoms
-I can't disable or enable ...
2
votes
1answer
371 views
How to check if drupal_get_messages() returns an empty array
I am running drupal 6.22 with MySQL. I am trying to check if there is any error message set by using the following If statement, but with no luck.
if(count(drupal_get_messages('error',FALSE)) > ...