1

Notice: Undefined index: bool:normal in DatabaseSchema_mysql->processField() (line 205 of /home/u7411/domains/sitename/includes/database/mysql/schema.inc).
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT NULL ) ENGINE = InnoDB DEFAULT CHARACTER SET utf8 COMMENT 'The base tabl' at line 4: CREATE TABLE {aet_insert} ( `entity_type` VARCHAR(125) NOT NULL, `field_name` VARCHAR(125) NOT NULL, `status` DEFAULT NULL ) ENGINE = InnoDB DEFAULT CHARACTER SET utf8 COMMENT 'The base table for AET Insert.'; Array ( ) in db_create_table() (line 2688 of /home/u7411/domains/sitename/includes/database/database.inc).

latest:

ctools
field_collection
filefield_paths
imagefield_tokens
multiupload_filefield_widget
multiupload_imagefield_widget
hierarchical_select
hs_flatlist
hs_menu
hs_smallhierarchy
hs_taxonomy
image_styles_admin
imagecache_actions
imagecache_canvasactions
imagecache_customactions
chosen
entity
entity_token
field_collection_table
field_collection_views
insert
libraries
mollom
pathauto
token
token_filter
transliteration
globalredirect
print
print_ui
taxonomy_xml
taxonomy_menu
aet
active_tags
ckeditor
superfish
views
views_ui

Apache/2.2.15 (CentOS)

mysql server 5.5.27-29.0
protocol 10

mysql client 5.5.27
PHP mysqli


This is not the correction of an error of the module, I just thought that you had in mind when writing the function.


aet_insert


After the installation is not set right.


permission

CommentFileSizeAuthor
#6 TcNJ.png4.19 KBhead
#3 T93H.png9.97 KBhead
#3 T94F.png11.27 KBhead
permission.png11.47 KBhead
aet_insert.png121.78 KBhead
T501.png15.29 KBhead

Comments

eyal shalev’s picture

Assigned: Unassigned » eyal shalev
Status: Active » Needs work

Found the problem. Fix is on the way.

eyal shalev’s picture

Status: Needs work » Closed (fixed)

Fixed. The update should appear soon.

head’s picture

Status: Closed (fixed) » Active
StatusFileSize
new11.27 KB
new9.97 KB

not a fixed

Notice: Undefined variable: entity_type in aet_insert_form_field_ui_field_edit_form_alter() (line 118 of /home/u7411/domains/sitename/sites/all/modules/aet/aet_insert/aet_insert.module).

Unable to flag, while maintaining redirects.
checkbox

An error which shows phpstorm you have not fixed.

phpstorm

How long have been written examples?
I can not make them work.

Real World Examples
Displaying a node inside a block:
 This could be done using Node Block OR you could insert a token inside a block you create through the Blocks interface that retrieves a certain node (or a property inside a node, [aet:node:<nid>] or [aet:node:<nid>:body]) with no extra code.
Displaying a File Entity (image) inside a title field:
 I'm not sure how this could have been done without custom code, BUT with AET you could easily insert the Token for a specific File Entity ([aet:file:<fid>]) and your entity will be displayed. AET defaults to the Token view mode if available (full otherwise), but you could just as easily specify a view mode of your own ([aet:file:<fid>:view-teaser]).
I'm saving this spot for real life examples other Drupal users had (or thought of having) for this module.

I am trying to insert the token "node-title" + "fid" in the field "alt" and "title" in the image.
Since the "node-title" is the standard token, it appears fine, the only problem with the "fid".
Field "alt" and "title" are available when you use the "imagefield_tokens".

Ready to give you access to my assembly, if necessary.

eyal shalev’s picture

Status: Active » Closed (fixed)

Head,

You are correct, somehow I missed this part and for some reason no error was thrown. The fix is on it's way.

eyal shalev’s picture

Head,

concerning your issue with the image alt/title, I ask of you to create a separate thread so with all the information that you can provide. Mostly an explanation on what you are trying to accomplish.

I will be happy to help you in this matter.

Eyal.

head’s picture

StatusFileSize
new4.19 KB

When editing a node, get the error.
ru

Notice: Undefined index: ru in aet_insert_form_alter() (line 175 of /home/u7411/domains/sitename/sites/all/modules/aet/aet_insert/aet_insert.module).

I knew about it when writing the previous message.
I thought you test the module after correction.

"ru" - a language

Starting with 173 lines all design makes me doubt.

I have almost no time for debugging, so close the end of one of the current projects.

eyal shalev’s picture

Status: Closed (fixed) » Needs work

Head,

Found the problem, thank you for alerting me.
Will be available shortly.

Eyal

eyal shalev’s picture

Status: Needs work » Closed (fixed)

Fixed