Hi all

Great module :-) finally :-)

But :-) ...

Some messages

Notice: Undefined index: theme in flexslider_add() (line 288 of /sites/all/modules/flexslider/flexslider-7.x-1.x-dev-b549e1b/flexslider.module).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: theme in flexslider_add() (line 288 of /sites/all/modules/flexslider/flexslider-7.x-1.x-dev-b549e1b/flexslider.module).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: theme in flexslider_add() (line 288 of /sites/all/modules/flexslider/flexslider-7.x-1.x-dev-b549e1b/flexslider.module).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Undefined index: height in image_scale_dimensions() (line 157 of /modules/image/image.effects.inc).
Notice: Trying to get property of non-object in user_access() (line 790 of /modules/user/user.module).
Notice: Trying to get property of non-object in user_access() (line 802 of /modules/user/user.module).
Notice: Trying to get property of non-object in user_access() (line 803 of /modules/user/user.module).
Notice: Trying to get property of non-object in user_access() (line 809 of /modules/user/user.module).
Notice: Trying to get property of non-object in user_access() (line 812 of /modules/user/user.module).

I will disable messages, the error ones, for anonymous

If i can help say me how :-) (good instructions because usually only i translate but with good teacher i make miracles :-)

Best regards
ArchGalileu

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

minorOffense’s picture

Assigned: Unassigned » minorOffense

I'll have a look. Probably due to me messing with the templates a little...

minorOffense’s picture

Title: Error messages » PHP Warnings on Image Style definitions and library functions
Status: Active » Needs review
FileSize
757 bytes

I renamed the issue to be more specific.

Can you try this patch and let me know? My dev environment is a little broken at the moment but I think this should fix things.

Anonymous’s picture

Thank you minorOffense

:-)

Now only:

Notice: Trying to get property of non-object in user_access() (line 790 of /modules/user/user.module).
Notice: Trying to get property of non-object in user_access() (line 802 of /modules/user/user.module).
Notice: Trying to get property of non-object in user_access() (line 803 of /modules/user/user.module).
Notice: Trying to get property of non-object in user_access() (line 809 of /modules/user/user.module).
Notice: Trying to get property of non-object in user_access() (line 812 of /modules/user/user.module).

Best regards
ArchGalileu

minorOffense’s picture

Status: Needs review » Needs work

Hmm, those are going to require some more digging. Can you tell me which module/submodules you have enabled?

webankit’s picture

user_acess() error come by simplying eabling the FlexSlider Module

webankit’s picture

There was an error in path also as includes directory doesn't exist. Something strange but when i removed administer site configuration permission from access arguments the errors are gone, may be in D7 we don't need to add this permission.

minorOffense’s picture

Status: Needs work » Needs review
FileSize
3.05 KB

I seem to be getting a 404 on that uploaded patch.

But here's my own attempt at combining the two. I removed the extra permission check inside hook_menu (only required administer flexslider now) and the previous fix.

minorOffense’s picture

Disregard that last patch. Forgot the path fix. Here's the patch to test.

jamestombs’s picture

The latest dev release with these changes has got rid of these errors after I cleared all the caches through Drush.

minorOffense’s picture

Status: Needs review » Closed (fixed)

Well we can mark it as fixed.