error when installing

Permalink Browser Info Environment
When i hit the install button of the add-on i got following error:

Doctrine \ DBAL \ Exception \ ForeignKeyConstraintViolationException
An exception occurred while executing 'ALTER TABLE atBoolean ADD CONSTRAINT FK_5D5F70A9A2A82A5D FOREIGN KEY (avID) REFERENCES AttributeValues (avID)': SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`7654585db11`.`#sql-4457_1ae6a8d`, CONSTRAINT `FK_5D5F70A9A2A82A5D` FOREIGN KEY (`avID`) REFERENCES `AttributeValues` (`avID`))


if i reload the page, i got addon already installed, but it doesn't work.

Type: Ticket
Status: Archived
shaolinsteyr1
View Replies:
JohntheFish replied on at Permalink Reply
JohntheFish
First, thank you for purchasing.

I am a little surprised at the error message because Magic Tabs does not install or alter any concrete5 attributes or use c5 attributes in any way.

The install sequence is:
a) Install package
b) Create a block type set for Magic Tabs
c) Add the magic tabs blocks to the set
d) Correct the display order of MT blocks in the set (to get round an core bug in some mid 5.7 versions)

I suspect what has happened is the attribute exception occurred between (a) and (b), so c5 thinks the package is installed, but the MT blocks did not install.

A few things to try and questions to answer that may help or will at least provide more diagnostic information:

1. In the dashboard, enable full debug error output. /dashboard/system/environment/debug

2. Uninstall MagicTabs and install again. Does the exception repeat?

3. Install another simple package that provides one or more blocks. Do you get a similar exception? For example, tryhttp://www.concrete5.org/marketplace/addons/mrkdilkington-full-scre... as this is a well supported and reliable block.

4. Do any other packages currently installed or ready for installation provide boolean attribute types?

5. Can you switch the default dashboard language to English so the environment is reported in English please and post here. /dashboard/system/basics/multilingual (and you may also need to logout/login choosing English)

6. If the exceptions repeat, do any of the exceptions result in more detailed error trace (as per 1), either in the window or in the log at /dashboard/reports/logs

If the site is publicly available, can you PM to me the admin login so I can have a look, run the install and follow the install process. (Do NOT post here, this support ticket is publicly visible).

John
JohntheFish replied on at Permalink Reply
JohntheFish
Just did a search on the error message and it looks like this may be a consequence of a previously faulty c5 core update. See:

https://github.com/concrete5/concrete5/issues/5562...

>> "This does not brick the front end of the site as far as I can tell, but it does leave your site in a borked state that is unlikely to upgrade or install a package."

I don't have any personal experience of this core problem. The thread on Github includes some hints on repairing it. The way to confirm is to install another package such suggested in (3) above.
shaolinsteyr1 replied on at Permalink Reply 1 Attachment
shaolinsteyr1
Thanks for the quick reply,

1. done
2. done: exception repeats
3. installed and used without errors
4. i don't know. screenshot of installed packeges atached
5. done
6.
"Exception Occurred: /home/.sites/29/site1794/web/updates/concrete5-8.1.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:60 An exception occurred while executing 'ALTER TABLE atBoolean ADD CONSTRAINT FK_5D5F70A9A2A82A5D FOREIGN KEY (avID) REFERENCES AttributeValues (avID)':
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`7654585db11`.`#sql-4457_1ae6a8d`, CONSTRAINT `FK_5D5F70A9A2A82A5D` FOREIGN KEY (`avID`) REFERENCES `AttributeValues` (`avID`)) (0)
JohntheFish replied on at Permalink Reply
JohntheFish
Is there a whoops backtrace for that exception in the log?
JohntheFish replied on at Permalink Reply
JohntheFish
After the failed install, does the block type set "Magic Tabs" exist without any blocks in it? You would see it as an empty section in the add block slide in panel on the left.
JohntheFish replied on at Permalink Reply
JohntheFish
Can you also post the environment report again please (it will hopefully now be in English).
shaolinsteyr1 replied on at Permalink Reply
shaolinsteyr1
i sent you my login, i think it is the most easy way
JohntheFish replied on at Permalink Reply
JohntheFish
Just received the admin login, so I can get the above for myself.
JohntheFish replied on at Permalink Reply
JohntheFish
Posted too soon, I have been unable to login. After a few "Invalid username or password." I suspect I am now blacklisted.
shaolinsteyr1 replied on at Permalink Reply
shaolinsteyr1
ok, you have to wait for 10mins or tell me how to remove you from the blacklist
JohntheFish replied on at Permalink Reply
JohntheFish
You will need to remove me from the blacklist. Can you also please PM the login again, making it clear whether the '+' is part of the password or not (I was trying variations of both without success)
JohntheFish replied on at Permalink Reply
JohntheFish
see
/dashboard/system/permissions/blacklist
JohntheFish replied on at Permalink Reply
JohntheFish
Can you increase the number of failures to 100, so when I try again soon I get a few more tries.

(and remember to set it back again after we have finished)
JohntheFish replied on at Permalink Reply
JohntheFish
Bactrace of exception (for my reference)

Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException thrown with message "An exception occurred while executing 'ALTER TABLE atBoolean ADD CONSTRAINT FK_5D5F70A9A2A82A5D FOREIGN KEY (avID) REFERENCES AttributeValues (avID)':
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`7654585db11`.`#sql-4457_1b0123f`, CONSTRAINT `FK_5D5F70A9A2A82A5D` FOREIGN KEY (`avID`) REFERENCES `AttributeValues` (`avID`))"
Stacktrace:
#39 Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException in /home/.sites/29/site1794/web/updates/concrete5-8.1.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:60
#38 Doctrine\DBAL\Driver\AbstractMySQLDriver:convertException in /home/.sites/29/site1794/web/updates/concrete5-8.1.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:116
#37 Doctrine\DBAL\DBALException:driverExceptionDuringQuery in /home/.sites/29/site1794/web/updates/concrete5-8.1.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:836
#36 Doctrine\DBAL\Driver\PDOException in /home/.sites/29/site1794/web/updates/concrete5-8.1.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106
#35 PDOException in /home/.sites/29/site1794/web/updates/concrete5-8.1.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104
#34 PDO:query in /home/.sites/29/site1794/web/updates/concrete5-8.1.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104
#33 Doctrine\DBAL\Driver\PDOConnection:query in /home/.sites/29/site1794/web/updates/concrete5-8.1.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:833
#32 Doctrine\DBAL\Connection:executeQuery in /home/.sites/29/site1794/web/updates/concrete5-8.1.0/concrete/src/Database/DatabaseStructureManager.php:230
#31 Concrete\Core\Database\DatabaseStructureManager:installDatabaseFor in /home/.sites/29/site1794/web/updates/concrete5-8.1.0/concrete/src/Database/DatabaseStructureManager.php:169
#30 Concrete\Core\Database\DatabaseStructureManager:installDatabase in /home/.sites/29/site1794/web/updates/concrete5-8.1.0/concrete/src/Package/Package.php:668
#29 Concrete\Core\Package\Package:installEntitiesDatabase in /home/.sites/29/site1794/web/updates/concrete5-8.1.0/concrete/src/Package/Package.php:659
#28 Concrete\Core\Package\Package:installDatabase in /home/.sites/29/site1794/web/updates/concrete5-8.1.0/concrete/src/Package/Package.php:350
JohntheFish replied on at Permalink Reply
JohntheFish
Having looked at the stack trace, I am pretty sure this is the core bug I referenced in the link above. Its not something I can fix.

If you are happy to do a little hacking and spend some time on this, I have an idea (below) that may be able work round the core bug and get the MT blocks installed.

If you don't have time to do that, I can offer a refund.

The work round would involve modifying the package controller and block controllers to remove the block type set and leave the MT blocks in the 'other' set. I don't know if that will work, but it is the main difference between the MT installation and MrKD Background installation. If the core bug is related to block type sets (and not just block types) that may get round the issue.

If you want to try that, I can provide more details. You would need to manually edit some php files and upload them via FTP.

Another possible solution would be to update your site core to c5 v8.2.1. However, there are potential problems with that update, especially as you would already be starting from a flawed update, so it could be a high risk and you would need to be prepared to restore the current 8.1.0 site from a backup. Core updates in c5.7 and v8 are always a bit flakey and poorly supported by the core team. The safest core update path would be to restore back to 5.7.5.x, update to 5.7.5.13, then go straight to v8.2.1. That would hopefully skip the core versions where the update process was flawed.

A final possibility would be for you to provide a complete database and files backup of the site so I can install a clone on my development system and (given time) maybe find another way round the core bug.
JohntheFish replied on at Permalink Reply
JohntheFish
PS. I have left the debug settings enabled. All I have done is to uninstall/install MT and look at the error messages.
shaolinsteyr1 replied on at Permalink Reply
shaolinsteyr1
thanks for everything,
i have time later for hacking, so you can proviede more details.
shaolinsteyr1 replied on at Permalink Reply
shaolinsteyr1
updating to 8.2.1 is not an option, yet. because the stack popup function of my theme isn't working then. this function is very important for the site.
JohntheFish replied on at Permalink Reply
JohntheFish
The hack comes in 2 parts. Both parts are needed or it will break. First, uninstall the MT package.

1. In the package controller, comment out parts of the 'install_or_update as below, so only
install_blocks is called.
private function install_or_upgrade($me)
    {
       // $this->make_block_set($me); // this line now commented out
        $this->install_blocks($me);
       // $this->adjust_block_display_order($me); // this line now commented out
    }


2. In each of the four block controllers, completely comment out the function getBlockTypeDefaultSet, or simply rename it as I have below (and it will never get called)
public function XX_getBlockTypeDefaultSet()
    {
        return 'magic_tabs';
    }


This will result in a version of the package that does not use Block Type Sets, so all four of the blocks provided by MT will now be in the default 'Others' group.

With luck, if the core bug is to do with sets rather than blocks, that will work round and allow a successful installation. You will need to keep an eye out on any further MT updates in case you need to make the changes again.
shaolinsteyr1 replied on at Permalink Reply
shaolinsteyr1
i tried this, but i get the same error.
if it is because of a flawed upgrade, would it help to reinstall c5 and import the datas and database or is the database flawed, which would be prette bad, bacause i created some new pages since the last upgrade and backup?
JohntheFish replied on at Permalink Reply
JohntheFish
I am afraid it would be the database that is damaged, so replacing files will not help.

There are some hints about fixing the database on GitHub (see above) and follow references to pull requests that purport to resolve related issues. However, the fixes need to be applied as part of the upgrade process and it is not clear whether they will work for a subsequent upgrade on an already damaged database.

There is also mention of a dumping the database, manipulating foreign key checks, and re-importing. I suspect that may simply be masking the problem rather than fully resolving it.
JohntheFish replied on at Permalink Reply
JohntheFish
A similar bug has been reported on community store. @mesuva has posted a SQL query that may be of help to you.

If you decide to experiment with it, take a database backup first just in case.
shaolinsteyr1 replied on at Permalink Reply
shaolinsteyr1
sorry, can't find it. do you have a link?
JohntheFish replied on at Permalink Reply
JohntheFish
Sorry, I must have fumble-typed. Thought I had included a link.

https://github.com/concrete5-community-store/community_store/issues/...

There are 2 issues mixed up on that thread, and one appears to be related to attribute foreign keys.

I have not tested this. So its 'use at your own risk'.
JohntheFish replied on at Permalink Reply
JohntheFish
Just checking in to see how you are getting on and whether you managed to resolve the core problem.
shaolinsteyr1 replied on at Permalink Reply
shaolinsteyr1
Sorry for the late response. A friend of mine checked my database and it seems there is messed up quite a lot, so i am going to install and setup the website new. The site works fine, as long as i don't install addons and updates, so i have time to do it. i think it is something for the xmas holidays XD

And thanks for the fabolous support!
JohntheFish replied on at Permalink Reply
JohntheFish
I am closing this ticket. When you have your new install running, if you need further help please open a new support request.

concrete5 Environment Information

Concrete5
Version 8.1.0
Installed Version 8.1.0
Concrete Configuration
concrete.version 8.1.0
concrete.version_installed 8.1.0
concrete.version_db 20170123000000
concrete.installed true
concrete.locale de_DE
concrete.charset UTF-8
concrete.maintenance_mode false
concrete.debug.display_errors true
concrete.debug.detail debug
concrete.proxy.host null
concrete.proxy.port null
concrete.proxy.user null
concrete.proxy.password null
concrete.upload.extensions *.flv;*.jpg;*.gif;*.jpeg;*.ico;*.docx;*.xla;*.png;*.psd;*.swf;*.doc;*.txt;*.xls;*.xlsx;*.csv;*.pdf;*.tiff;*.rtf;*.m4a;*.mov;*.wmv;*.mpeg;*.mpg;*.wav;*.3gp;*.avi;*.m4v;*.mp4;*.mp3;*.qt;*.ppt;*.pptx;*.kml;*.xml;*.svg;*.webm;*.ogg;*.ogv
concrete.interface.panel.page_relations false
concrete.mail.method PHP_MAIL
concrete.mail.methods.smtp.server
concrete.mail.methods.smtp.port
concrete.mail.methods.smtp.username
concrete.mail.methods.smtp.password
concrete.mail.methods.smtp.encryption
concrete.cache.enabled true
concrete.cache.lifetime 21600
concrete.cache.overrides true
concrete.cache.blocks true
concrete.cache.assets true
concrete.cache.theme_css true
concrete.cache.pages blocks
concrete.cache.doctrine_dev_mode false
concrete.cache.full_page_lifetime default
concrete.cache.full_page_lifetime_value null
concrete.cache.full_contents_assets_hash false
concrete.cache.directory /home/.sites/29/site1794/web/application/files/cache
concrete.cache.directory_relative null
concrete.cache.page.directory /home/.sites/29/site1794/web/application/files/cache/pages
concrete.cache.page.adapter file
concrete.cache.environment.file environment.cache
concrete.cache.levels.expensive.drivers.core_ephemeral.class \Stash\Driver\Ephemeral
concrete.cache.levels.expensive.drivers.core_filesystem.class \Stash\Driver\FileSystem
concrete.cache.levels.expensive.drivers.core_filesystem.options.path /home/.sites/29/site1794/web/application/files/cache
concrete.cache.levels.expensive.drivers.core_filesystem.options.dirPermissions 493
concrete.cache.levels.expensive.drivers.core_filesystem.options.filePermissions 420
concrete.cache.levels.object.drivers.core_ephemeral.class \Stash\Driver\Ephemeral
concrete.multilingual.redirect_home_to_default_locale false
concrete.multilingual.use_browser_detected_locale false
concrete.multilingual.default_locale false
concrete.multilingual.default_source_locale en_US
concrete.design.enable_custom true
concrete.design.enable_layouts true
concrete.log.emails true
concrete.log.errors true
concrete.log.spam false
concrete.log.queries.log false
concrete.log.queries.clear_on_reload false
concrete.jobs.enable_scheduling true
concrete.filesystem.temp_directory null
concrete.filesystem.permissions.file 420
concrete.filesystem.permissions.directory 493
concrete.email.enabled true
concrete.email.default.address concrete5-noreply@concrete5
concrete.email.default.name
concrete.email.form_block.address false
concrete.email.forgot_password.address null
concrete.email.forgot_password.name null
concrete.email.validate_registration.address null
concrete.email.validate_registration.name null
concrete.marketplace.enabled 1
concrete.marketplace.request_timeout 30
concrete.marketplace.token null
concrete.marketplace.site_token null
concrete.marketplace.intelligent_search true
concrete.marketplace.log_requests false
concrete.marketplace.intelligent_search_help
concrete.external.intelligent_search_help true
concrete.external.news_overlay
concrete.external.news 0
concrete.misc.user_timezones false
concrete.misc.package_backup_directory /home/.sites/29/site1794/web/application/files/trash
concrete.misc.enable_progressive_page_reindex true
concrete.misc.mobile_theme_id 0
concrete.misc.sitemap_approve_immediately true
concrete.misc.enable_translate_locale_en_us false
concrete.misc.page_search_index_lifetime 259200
concrete.misc.enable_trash_can true
concrete.misc.app_version_display_in_header true
concrete.misc.default_jpeg_image_compression 80
concrete.misc.help_overlay true
concrete.misc.require_version_comments false
concrete.misc.access_entity_updated 1486975568
concrete.misc.default_supermint_preset_id 1
concrete.misc.do_page_reindex_check false
concrete.misc.latest_version 8.2.1
concrete.misc.favicon_fid 1002
concrete.misc.iphone_home_screen_thumbnail_fid 1003
concrete.misc.modern_tile_thumbnail_fid 1004
concrete.misc.modern_tile_thumbnail_bgcolor
concrete.misc.login_redirect DESKTOP
concrete.theme.compress_preprocessor_output true
concrete.theme.generate_less_sourcemap false
concrete.updates.enable_auto_update_packages false
concrete.updates.enable_permissions_protection true
concrete.updates.check_threshold 172800
concrete.updates.services.get_available_updates http://www.concrete5.org/tools/update_core...
concrete.updates.services.inspect_update http://www.concrete5.org/tools/inspect_update...
concrete.paths.trash /!trash
concrete.paths.drafts /!drafts
concrete.icons.page_template.width 120
concrete.icons.page_template.height 90
concrete.icons.theme_thumbnail.width 120
concrete.icons.theme_thumbnail.height 90
concrete.icons.file_manager_listing.handle file_manager_listing
concrete.icons.file_manager_listing.width 60
concrete.icons.file_manager_listing.height 60
concrete.icons.file_manager_detail.handle file_manager_detail
concrete.icons.file_manager_detail.width 400
concrete.icons.user_avatar.width 80
concrete.icons.user_avatar.height 80
concrete.icons.user_avatar.default /updates/concrete5-8.1.0/concrete/images/avatar_none.png
concrete.file_manager.images.use_exif_data_to_rotate_images false
concrete.file_manager.images.manipulation_library gd
concrete.file_manager.results 10
concrete.search_users.results 10
concrete.sitemap_xml.file sitemap.xml
concrete.sitemap_xml.frequency weekly
concrete.sitemap_xml.priority 0.5
concrete.accessibility.toolbar_titles false
concrete.accessibility.toolbar_large_font false
concrete.accessibility.display_help_system true
concrete.accessibility.toolbar_tooltips true
concrete.i18n.choose_language_login null
concrete.urls.concrete5 http://www.concrete5.org
concrete.urls.concrete5_secure http://www.concrete5.org
concrete.urls.newsflow http://newsflow.concrete5.org
concrete.urls.background_feed //backgroundimages.concrete5.org/wallpaper
concrete.urls.background_feed_secure https://backgroundimages.concrete5.org/wallpaper...
concrete.urls.background_info http://backgroundimages.concrete5.org/get_image_data.php...
concrete.urls.videos https://www.youtube.com/user/concrete5cms/videos...
concrete.urls.help.developer http://documentation.concrete5.org/developers...
concrete.urls.help.user http://documentation.concrete5.org/editors...
concrete.urls.help.forum http://www.concrete5.org/community/forums...
concrete.urls.paths.menu_help_service /tools/get_remote_help_list/
concrete.urls.paths.site_page /private/sites
concrete.urls.paths.newsflow_slot_content /tools/slot_content/
concrete.urls.paths.marketplace.connect /marketplace/connect
concrete.urls.paths.marketplace.connect_success /marketplace/connect/-/connected
concrete.urls.paths.marketplace.connect_validate /marketplace/connect/-/validate
concrete.urls.paths.marketplace.connect_new_token /marketplace/connect/-/generate_token
concrete.urls.paths.marketplace.checkout /cart/-/add/
concrete.urls.paths.marketplace.purchases /marketplace/connect/-/get_available_licenses
concrete.urls.paths.marketplace.item_information /marketplace/connect/-/get_item_information
concrete.urls.paths.marketplace.item_free_license /marketplace/connect/-/enable_free_license
concrete.urls.paths.marketplace.remote_item_list /marketplace/
concrete.white_label.logo false
concrete.white_label.name
concrete.white_label.dashboard_background null
concrete.white_label.logo_fid 0
concrete.session.name CONCRETE5
concrete.session.handler file
concrete.session.save_path null
concrete.session.max_lifetime 7200
concrete.session.cookie.cookie_path false
concrete.session.cookie.cookie_lifetime 0
concrete.session.cookie.cookie_domain false
concrete.session.cookie.cookie_secure false
concrete.session.cookie.cookie_httponly true
concrete.user.registration.enabled false
concrete.user.registration.type disabled
concrete.user.registration.captcha true
concrete.user.registration.email_registration false
concrete.user.registration.validate_email false
concrete.user.registration.approval false
concrete.user.registration.notification false
concrete.user.group.badge.default_point_value 50
concrete.user.username.maximum 64
concrete.user.username.minimum 3
concrete.user.username.allow_spaces false
concrete.user.password.maximum 128
concrete.user.password.minimum 5
concrete.user.password.hash_portable false
concrete.user.password.hash_cost_log2 12
concrete.user.password.legacy_salt
concrete.user.private_messages.throttle_max 20
concrete.user.private_messages.throttle_max_timespan 15
concrete.spam.whitelist_group 0
concrete.spam.notify_email
concrete.security.session.invalidate_on_user_agent_mismatch true
concrete.security.session.invalidate_on_ip_mismatch true
concrete.security.ban.ip.enabled true
concrete.security.ban.ip.attempts 5
concrete.security.ban.ip.time 300
concrete.security.ban.ip.length 10
concrete.security.misc.x_frame_options SAMEORIGIN
concrete.permissions.forward_to_login true
concrete.permissions.model simple
concrete.seo.tracking.code
concrete.seo.tracking.code_position bottom
concrete.seo.exclude_words a, an, as, at, before, but, by, for, from, is, in, into, like, of, off, on, onto, per, since, than, the, this, that, to, up, via, with
concrete.seo.url_rewriting true
concrete.seo.url_rewriting_all false
concrete.seo.redirect_to_canonical_url 0
concrete.seo.canonical_url http://www.shaolinsteyr.at
concrete.seo.canonical_ssl_url http://www.shaolinsteyr.at
concrete.seo.trailing_slash false
concrete.seo.title_format %2$s :: %1$s
concrete.seo.title_segment_separator ::
concrete.seo.page_path_separator -
concrete.seo.group_name_separator /
concrete.seo.segment_max_length 128
concrete.seo.paging_string ccm_paging_p
concrete.statistics.track_downloads true
concrete.limits.sitemap_pages 100
concrete.limits.delete_pages 100
concrete.limits.copy_pages 10
concrete.limits.page_search_index_batch 200
concrete.limits.job_queue_batch 10
concrete.limits.style_customizer.size_min -50
concrete.limits.style_customizer.size_max 200
concrete.page.search.always_reindex false
concrete.site Shaolin Tempel Steyr
concrete.version_db_installed 20170123000000
concrete.editor.plugins.selected.0 themefontcolor
concrete.editor.plugins.selected.1 themeclips
concrete.editor.plugins.selected.4 specialcharacters
concrete.editor.plugins.selected.5 table
concrete.editor.plugins.selected.6 undoredo
concrete.editor.plugins.selected.7 underline
concrete.editor.plugins.selected.8 concrete5lightbox
concrete.editor.plugins.selected.11 fontfamily
concrete.editor.plugins.selected.12 fontsize
concrete.editor.plugins.selected.13 fontcolor
concrete.editor.plugins.selected.14 awesome
concrete.editor.concrete.enable_filemanager 1
concrete.editor.concrete.enable_sitemap 1
concrete.maintenance.version_job_page_num 164
GET Data empty
POST Data empty
Files empty
Cookies
_ga GA1.2.1590384749.1499696194
cookie-disclosure true
CONCRETE5 6foedrm7ncdcnq6dfkvjj6m803
_gid GA1.2.219063972.1503993511
CONCRETE5_LOGIN 1
activeOptionPane anchor_Responsive_text
Session
_sf2_attributes Array ( [accessEntitiesUpdated] => 1504000524 [supermint.options] => stdClass Object ( [responsive] => 1 [display_top_bar_area] => 0 [layout_mode] => wide-wrapper [sidebar_size] => 4 [sidebar_padding] => space-s [sidebar_offset] => 0 [content_padding] => space-s [autonav_horizontal_icon] => 0 [feature_link_button] => 1 [feature_link_text] => More [default_nav_block_icon] => fa-chevron-circle-right [slide_nav] => dropdown [disable_embed_nav] => 0 [display_searchbox] => 0 [first_level_nav_icon] => 0 [nav_sub_level_width] => 220 [full_width_multicolumn] => 1 [nav_multicolumns_item_per_column] => 5 [break_columns_on_child] => 1 [full_width_mega] => 0 [mega_columns_width] => 200 [display_title_mega_menu] => 0 [nav_event] => click [nav_dbl_click_event] => url [nav_open_on_load] => 0 [nav_slide_arrow] => 0 [default_nav_icon] => fa-chevron-circle-right [display_pane_title] => 0 [nav_columns] => 4 [nav_columns_margin] => 2 [nav_open_speed] => 300 [nav_close_speed] => 300 [nav_slide_speed] => 300 [nav_mouseleave_delay] => 1000 [nav_shorten_desc] => 0 [display_footer_column] => 3 [footer_global] => 1 [footer_credit] =>

[popup_content_start_css] => opacity: 0; transform: translateY(-20px) perspective( 2000px ) rotateX( 10deg ); [popup_content_animate_css] => opacity: 1; transform: translateY(0) perspective( 1000px ) rotateX( 0 ); [popup_content_out_css] => opacity: 0; transform: translateY(-20px) perspective( 2000px ) rotateX( 10deg ); [popup_button_type] => button-push [popup_button_color] => button-primary [fix_iframe_zindex] => 0 [carousel_dots] => 1 [carousel_infinite] => 0 [carousel_centerMode] => 0 [carousel_adaptiveHeight] => 1 [carousel_autoplay] => 1 [carousel_margin] => 7 [carousel_speed] => 300 [carousel_autoplaySpeed] => 5000 [carousel_meta] => 1 [image_slider_effect] => fxSoftScale [image_slider_slidesToShow] => 1 [image_slider_slidesToScroll] => 1 [image_slider_dots] => 1 [image_slider_arrows] => 1 [image_slider_infinite] => 1 [image_slider_adaptiveHeight] => 1 [image_slider_autoplay] => 1 [image_slider_autoplaySpeed] => 5000 [image_slider_speed] => 300 [stack_slider_dots] => 1 [stack_slider_arrows] => 1 [stack_slider_infinite] => 0 [stack_slider_adaptiveHeight] => 1 [stack_slider_autoplay] => 1 [stack_slider_autoplaySpeed] => 5000 [stack_slider_speed] => 300 [stack_carousel_slidesToShow] => 3 [stack_carousel_slidesToScroll] => 3 [stack_carousel_dots] => 1 [stack_carousel_arrows] => 1 [stack_carousel_infinite] => 0 [stack_carousel_centerMode] => 0 [stack_carousel_adaptiveHeight] => 1 [stack_carousel_autoplay] => 1 [stack_carousel_margin] => 7 [stack_carousel_speed] => 300 [stack_carousel_autoplaySpeed] => 5000 [p_font] => Cantarell [p_variants] => regular [p_variants_selected] => regular [p_subset] => latin [alternate_font] => Cantarell [alternate_variants] => regular [alternate_variants_selected] => regular [alternate_subset] => latin [h1_font] => Roboto [h1_variants] => regular [h1_variants_selected] => regular [h1_subset] => latin [h2_font] => Roboto [h2_variants] => regular [h2_variants_selected] => regular [h2_subset] => latin [h3_font] => Roboto [h3_variants] => regular [h3_variants_selected] => regular [h3_subset] => latin [h4_font] => Lato [h4_variants] => regular [h4_variants_selected] => regular [h4_subset] => latin [h5_font] => Roboto [h5_variants] => 700 [h5_variants_selected] => 700 [h5_subset] => latin [h6_font] => Lato [h6_variants] => regular [h6_variants_selected] => regular [h6_subset] => latin [small_font] => Roboto+Condensed [small_variants] => 300 [small_variants_selected] => 300 [small_subset] => latin [h1_size] => 40 [h2_size] => 30 [h3_size] => 25 [h4_size] => 20 [h5_size] => 17 [h6_size] => 20 [lead_size] => 14 [small_tag_size] => 0.8 [h1_upp] => 0 [h2_upp] => 0 [h3_upp] => 0 [h4_upp] => 1 [h5_upp] => 1 [h6_upp] => 0 [wide_ratio] => 1 [w724_ratio] => 1 [full_ratio] => 1 [size_minimum] => 16 [carousel_arrows] => 1 [display_top_area] => 0 [navigation_style] => large-top-nav [display_footer] => 1 [use_alternate_on_lateral_nav] => 0 [carousel_slidesToShow] => 3 [image_slider_margin] => 10 [wide_navbar_fixed] => 1 [wide_navbar_colapse] => 0 [wide_navbar_contained] => 1 [wide_navbar_display_logo] => 1 [lateral_nav_element_font] => 0 [lateral_nav_element_size] => 14 [lateral_nav_element_uppercase] => 0 [lateral_nav_element_harmonized] => 0 [display_logo_mobile_nav] => 1 [display_main_logo_on_mobile] => 0 [alternate_size] => 1.2 [logo_col_size] => 8 [isotope_display_tags] => 1 [isotope_display_search] => 1 [display_searchbox_mobile] => 1 [auto_hidde_top_bar] => 0 [first_level_regular_flaterize] => 0 [nav_item_spacing] => 20 [full_screen_nav_font_size] => 20 [mmenu_theme] => dark [mmenu_position] => left [mmenu_shadow] => 0 [mmenu_display_icon] => 0 [disable_footer_login] => 0 [pID] => 1 ) [supermint.colors] => stdClass Object ( [variables] => Array ( [primary-color] => rgb(153, 0, 0) [secondary-color] => rgb(255, 179, 0) [tertiary-color] => rgb(236, 236, 236) [quaternary-color] => rgb(68, 68, 68) [white-color] => rgb(255, 255, 255) [black-color] => rgb(35, 39, 41) [success-color] => rgb(92, 184, 92) [info-color] => rgb(91, 192, 222) [warning-color] => rgb(240, 173, 78) [danger-color] => rgb(217, 83, 79) [body-bg-pattern-image] => 'false' [sub-header-color-color] => rgb(63, 184, 11) [top-nav-bg-color] => rgb(166, 0, 0) [top-nav-height-size] => 36px [nav-dropdown-bg-color] => rgba(152, 1, 1, 0.98) [fixed-bar-bg-color] => rgb(153, 0, 0) [h3-color] => rgb(153, 0, 0) [h4-color] => rgb(0, 0, 0) [body-font-size] => 16px [footer-link-color] => rgb(255, 255, 255) ) [colors] => Array ( [primary] => rgb(153, 0, 0) [secondary] => rgb(255, 179, 0) [tertiary] => rgb(236, 236, 236) [quaternary] => rgb(68, 68, 68) [white] => rgb(255, 255, 255) [black] => rgb(35, 39, 41) [success] => rgb(92, 184, 92) [info] => rgb(91, 192, 222) [warning] => rgb(240, 173, 78) [danger] => rgb(217, 83, 79) [light] => [grey] => ) [contrast] => Array ( [primary-contrast] => #232729 [secondary-contrast] => #232729 [tertiary-contrast] => #232729 [quaternary-contrast] => #ffffff ) ) [uGroups] => Array ( [2] => 2 [1] => 1 ) [uID] => 1 [uName] => adminshifu [uBlockTypesSet] => [uLastOnline] => 1504001993 [uTimezone] => [uDefaultLanguage] => [uLastPasswordChange] => 2016-03-13 01:56:03 [dashboardMenus] => Array ( [de_DE] =>
Welcome

AusstehendWelcome Ausstehend

Sitemap

SeitenbaumSitemap Seiten, Seite hinzufügen, Seite löschen, Kopieren, Verschieben, Alias erstellen Seitenbaum Seiten, Seite hinzufügen, Seite löschen, Kopieren, Verschieben, Alias erstellen
Flache AnsichtSitemap Seiten, Seite hinzufügen, Seite löschen, Kopieren, Verschieben, Alias erstellen Flache Ansicht Seiten, Seite hinzufügen, Seite löschen, Kopieren, Verschieben, Alias erstellen, Sammelbearbeitung
SeitensucheSitemap Seiten, Seite hinzufügen, Seite löschen, Kopieren, Verschieben, Alias erstellen Seitensuche Seite finden, Seite suchen, Suchen, Finden, Seiten, Sitemap

Dateien

DateiverwaltungDateien Dateiverwaltung Datei hinzufügen, Datei löschen, Kopieren, Verschieben, Alias erstellen, Skalieren, Beschneiden, Umbenennen, Bilder, Titel, Attribut
AttributeDateien Attribute Datei, Dateiattribute, Titel, Attribut, Beschreibung, Umbenennen
DateialbenDateien Dateialben Dateien, Kategorie, Kategorien
Dateialbum erstellenDateien Dateialbum erstellen Neues Dateialbum

Benutzer

BenutzerverwaltungBenutzer Benutzer, Gruppen, Personen, Finden, Benutzer löschen, Benutzer entfernen, Passwort ändern, Passwort Benutzerverwaltung Finden, Suchen, Personen, Benutzer löschen, Benutzer entfernen, Passwort ändern, Passwort
BenutzergruppenBenutzer Benutzer, Gruppen, Personen, Finden, Benutzer löschen, Benutzer entfernen, Passwort ändern, Passwort Benutzergruppen Benutzer, Gruppe, Leute, Berechtigungen, verfallen, Abzeichen
AttributeBenutzer Benutzer, Gruppen, Personen, Finden, Benutzer löschen, Benutzer entfernen, Passwort ändern, Passwort Attribute Benutzerattribute, Benutzerdaten, Daten sammeln, Registrierungsdaten
Benutzer hinzufügenBenutzer Benutzer, Gruppen, Personen, Finden, Benutzer löschen, Benutzer entfernen, Passwort ändern, Passwort Benutzer hinzufügen Neuer Benutzer, Erstellen
Gruppe hinzufügenBenutzer Benutzer, Gruppen, Personen, Finden, Benutzer löschen, Benutzer entfernen, Passwort ändern, Passwort Gruppe hinzufügen Neue Benutzergruppe, Neue Gruppe, Gruppe, Anlegen
GruppenalbenBenutzer Benutzer, Gruppen, Personen, Finden, Benutzer löschen, Benutzer entfernen, Passwort ändern, Passwort Gruppenalben Gruppenalbum
CommunitypunkteBenutzer Benutzer, Gruppen, Personen, Finden, Benutzer löschen, Benutzer entfernen, Passwort ändern, Passwort Communitypunkte Community, Punkte, Karma

Berichte

Übermittelte FormulareBerichte Formulare, Protokoll, Fehler, E-Mail, MySQL, Ausnahmefehler, Umfrage Übermittelte Formulare Formulare, Fragen, Antworten, Daten
UmfragenBerichte Formulare, Protokoll, Fehler, E-Mail, MySQL, Ausnahmefehler, Umfrage Umfragen Fragen, Quiz, Antwort
ProtokolleBerichte Formulare, Protokoll, Fehler, E-Mail, MySQL, Ausnahmefehler, Umfrage Protokolle Formulare, Protokoll, Fehler, E-Mail, MySQL, Ausnahmefehler, Umfrage, Historie

Seiten & Themes

ThemesSeiten & Themes Themes Neues Theme, Theme, Aktives Theme, Theme ändern, Vorlage, CSS
SeitentypenSeiten & Themes Seitentypen
SeitenvorlagenSeiten & Themes Seitenvorlagen
AttributeSeiten & Themes Attribute Seitenattribute, Benutzerdefiniert
SonderseitenSeiten & Themes Sonderseiten Sonder, Seite, Benutzerdefiniert, Anwendung
RSS-FeedsSeiten & Themes RSS-Feeds Atom, RSS, Feed, Content-Syndication

Konversationen

NachrichtenKonversationen Nachrichten

Stapel & Blöcke

StapelStapel & Blöcke Stapel Stapel, Wiederverwendbare Inhalte, Vorlagenkatalog, Kopieren, Einfügen, Block einfügen, Block kopieren, Websitename, Logo
Block- & StapelberechtigungenStapel & Blöcke Block- & Stapelberechtigungen
BlocktypenStapel & Blöcke Blocktypen Block, Neu laden, Benutzerdefiniert

concrete5 erweitern

Funktionen hinzufügenconcrete5 erweitern Erweiterung, Erweiterung, Erweiterung, Paket, Anwendung, E-Commerce, Diskussionen, Foren, Themes, Vorlagen, Blöcke Funktionen hinzufügen Erweiterung, Erweiterung, E-Commerce, Installieren, Diskussionen, Foren, Themes, Vorlagen, Blöcke
Erweiterungen aktualisierenconcrete5 erweitern Erweiterung, Erweiterung, Erweiterung, Paket, Anwendung, E-Commerce, Diskussionen, Foren, Themes, Vorlagen, Blöcke Erweiterungen aktualisieren Aktualisierung, Aktualisierung
Mit der Community verbindenconcrete5 erweitern Erweiterung, Erweiterung, Erweiterung, Paket, Anwendung, E-Commerce, Diskussionen, Foren, Themes, Vorlagen, Blöcke Mit der Community verbinden concrete5.org, mein Konto, Marketplace
Themes herunterladenconcrete5 erweitern Erweiterung, Erweiterung, Erweiterung, Paket, Anwendung, E-Commerce, Diskussionen, Foren, Themes, Vorlagen, Blöcke Themes herunterladen Theme kaufen, neues Theme, Marketplace, Vorlage
Erweiterungen herunterladenconcrete5 erweitern Erweiterung, Erweiterung, Erweiterung, Paket, Anwendung, E-Commerce, Diskussionen, Foren, Themes, Vorlagen, Blöcke Erweiterungen herunterladen Erweiterung kaufen, Erweiterung kaufen, Erweiterung kaufen, Erweiterung kaufen, Erweiterung kaufen, Erweiterung kaufen, Erweiterung finden, neue Erweiterung, Marketplace

Verwaltung

VerwaltungVerwaltung

System & Einstellungen

Alle betrachtenSystem & Einstellungen Verwaltung, Konfiguration
GrundeinstellungenGrundeinstellungen
Name & AttributesName & Attributes Website-Name, Titel
BarrierefreiheitBarrierefreiheit Barrierefreiheit, einfacher Modus
Social LinksSocial Links Teilen, Facebook, Twitter
Icons für LesezeichenIcons für Lesezeichen Logo, Favicon, iPhone, Icon, Lesezeichen
WYSIWYG-TexteditorWYSIWYG-Texteditor TinyMCE, Inhaltsblock, Schriftarten, Editor, Inhalt, Overlay
SprachenSprachen Übersetzen, Übersetzung, Internationalisierung, Mehrsprachig
ZeitzoneZeitzone Zeitzone, Profil, Sprache
MehrsprachigkeitMehrsprachigkeit multilingual, localization, internationalization, i18n, mehrsprachig, lokalisierung, internationalisierung
Mehrsprachigkeit einrichtenMehrsprachigkeit einrichten
Sprachen kopierenSprachen kopieren
SeitenreportSeitenreport
Seitenoberfläche übersetzenSeitenoberfläche übersetzen
SEO & StatistikenSEO & Statistiken
URLs und UmleitungenURLs und Umleitungen Vanity, Lesbare URL, Umleitung, Hostname, kanonisch, SEO, Page View, Betrachten
SEO SammelbearbeitungSEO Sammelbearbeitung Sammelbearbeitung, SEO, Schlüsselwörter ändern, Maschine, Optimierung, Suche
TrackingcodesTrackingcodes Traffic, Statistiken, Google Analytics, Quantum, Page Views, Hits
Blacklist für Wörter in URLsBlacklist für Wörter in URLs Lesbar, Adresssegment
SuchindexSuchindex Suche konfigurieren, Website-Suche, Suchoptionen
DateienDateien
DateiberechtigungenDateiberechtigungen Dateioptionen, Dateiverwaltung, Hochladen, Bearbeiten
Erlaubte DateitypenErlaubte Dateitypen Sicherheit, Dateien, Medien, Erweiterung, Verwaltung, Hochladen
VorschaubilderVorschaubilder Bilder, Fotos, responsive, retina
DateispeicherorteDateispeicherorte Sicherheit, Zusätzliche Dateiablage, Dateien verstecken
Image UploadingImage Uploading
OptimierungOptimierung
LeistungsoptimierungLeistungsoptimierung Cacheeinstellungen, Cache bearbeiten, Überschreiben, Cache aktivieren, Cache deaktivieren, Kein Cache, Seitencache, Cache
Cache leerenCache leeren Cache aktivieren, Cache deaktivieren, Kein Cache, Seitencache, Caching
Automatisierte AufträgeAutomatisierte Aufträge Suchindizierung, Suche neu indizieren, Sitemap aufbauen, Sitemap.xml, Alte Versionen löschen, Seitenversionen, Alte entfernen
DatenbankprotokollDatenbankprotokoll Abfragen, Datenbank, MySQL
Minify HTMLMinify HTML
Berechtigungen & SpamBerechtigungen & Spam
Zugriff auf die WebsiteZugriff auf die Website Editoren, Site ausblenden, offline, privat, öffentlich, Zugriff
AufgabenberechtigungenAufgabenberechtigungen Sicherheit, Aktionen, Administrator, Admin, Paket, Marketplace, Suche
BenutzerberechtigungenBenutzerberechtigungen
Erweiterte BerechtigungenErweiterte Berechtigungen
Blacklist für IP-AdressenBlacklist für IP-Adressen Sicherheit, IP-Adresse blockieren, Ausschließen, IP-Adresse blockieren, Adresse, Verweigern, Zugriff
CAPTCHA-EinstellungenCAPTCHA-Einstellungen Sicherheit, Registrierung
SpamkontrolleSpamkontrolle Spamschutz, Spam verhindern, Sicherheit
WartungsmodusWartungsmodus Website sperren, Wartung, Verstecken, Versteckt
WorkflowsWorkflows
Anmeldung & RegistrierungAnmeldung & Registrierung
Weiterleitung nach der AnmeldungWeiterleitung nach der Anmeldung Profil, Anmelden, Umleitung, Genau, Verwaltung, Administratoren
Öffentliche ProfileÖffentliche Profile Mitgliederprofil, Mitgliederseite, Community, Foren, Social, Avatar
Öffentliche RegistrierungÖffentliche Registrierung registrieren, neuer Benutzer, Community, öffentliche Registrierung, öffentlich, Registrierung
AuthentifizierungstypenAuthentifizierungstypen Auth, Authentifizierung, Typen, OAuth, Facebook, Anmeldung, Registrierung
Global Password ResetGlobal Password Reset global, password, reset, change password, force, sign out
Notification SettingsNotification Settings
E-MailE-Mail SMTP, E-Mail-Versand-Konfiguration
E-Mail-VersandmethodeE-Mail-Versandmethode E-Mail-Server, E-Mail-Einstellungen, E-Mail-Konfiguration, Extern, Intern
Konfiguration testenKonfiguration testen SMTP Test, Mail Test
E-Mail-ImporterE-Mail-Importer E-Mail-Server, E-Mail-Einstellungen, E-Mail-Konfiguration, Private Nachricht, Nachrichtensystem, Import, E-Mail, Nachricht
KonversationenKonversationen Konversationen
EinstellungenEinstellungen Konversationen
CommunitypunkteCommunitypunkte Konversationsbewertungen, Bewertungen, Communitypunkte
Zensierte WörterZensierte Wörter schlechte Wörter in Konversationen, zensierte Wörter, zensiert, schlechte Wörter, schlecht, Wörter, Liste
BerechtigungenBerechtigungen
AttributeAttribute Attributkonfiguration
AlbenAlben Attribute, Alben
TypenTypen Attribute, Typen
ThemenThemen Themen, Schlagwörter, Zuordnung
Themenkatalog hinzufügenThemenkatalog hinzufügen
Informationen zur WebsiteumgebungInformationen zur Websiteumgebung Überschreiben, Systeminformationen, Debugging, Unterstützung, Hilfe
DebugeinstellungenDebugeinstellungen Fehler, Ausnahmefehler, Entwickeln, Unterstützung, Hilfe
ProtokolleinstellungenProtokolleinstellungen E-Mail, Protokollierung, Protokolle, SMTP, POP, Fehler, MySQL, Protokoll
ProxyserverProxyserver Proxyserver
DatenbankeinheitenDatenbankeinheiten database, entities, doctrine, Datenbank, Einheiten
Sicherung & WiederherstellungSicherung & Wiederherstellung Export, Sicherung, Datenbank, SQL, MySQL, Verschlüsselung, Wiederherstellen
Datenbank sichernDatenbank sichern
concrete5 aktualisierenconcrete5 aktualisieren Aktualisieren, Neue Version, Aktualisierung
ExpressExpress
Data ObjectsData Objects
AttributeAttribute
AssociationsAssociations
FormsForms
Benutzerdefinierte SucheBenutzerdefinierte Suche
Custom Entry LocationsCustom Entry Locations
EU Cookie LawEU Cookie Law

Supermint options

Theme optionsSupermint options Theme options
SlidersSupermint options Sliders
FontsSupermint options Fonts
Site SettingsSupermint options Site Settings
VoreinstellungenSupermint options Voreinstellungen

Express

View EntriesExpress View Entries

toesslab - Week Calendar

Add Practicetoesslab - Week Calendar Add Practice
Einstellungentoesslab - Week Calendar Einstellungen

Auf der Website

Hilfe

Erweiterungen

) [CLIENT_REMOTE_ADDR] => 86.56.135.25 [CLIENT_HTTP_USER_AGENT] => Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 [uOnlineCheck] => 1504001993 [frontendPreviousPageID] => 1 [editCID] => 1 [multilingual_default_locale] => en_US )
_sf2_flashes Array ( )
_sf2_meta Array ( [u] => 1504001993 [c] => 1504000524 [l] => 0 )
Server/Request Data
DOCUMENT_ROOT /home/.sites/29/site1794/web
GATEWAY_INTERFACE CGI/1.1
GEOIP_ADDR 86.56.135.25
GEOIP_CONTINENT_CODE EU
GEOIP_COUNTRY_CODE AT
GEOIP_COUNTRY_NAME Austria
HTTPS on
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_ACCEPT_ENCODING gzip, deflate, br
HTTP_ACCEPT_LANGUAGE de-AT,de-DE;q=0.7,de;q=0.3
HTTP_CONNECTION keep-alive
HTTP_COOKIE _ga=GA1.2.1590384749.1499696194; cookie-disclosure=true; CONCRETE5=6foedrm7ncdcnq6dfkvjj6m803; _gid=GA1.2.219063972.1503993511; CONCRETE5_LOGIN=1; activeOptionPane=anchor_Responsive_text
HTTP_GEOIP_ADDR 86.56.135.25
HTTP_GEOIP_CONTINENT_CODE EU
HTTP_GEOIP_COUNTRY_CODE AT
HTTP_GEOIP_COUNTRY_NAME Austria
HTTP_HOST http://www.shaolinsteyr.at
HTTP_REFERER https://www.shaolinsteyr.at/index.php/dashboard/extend/install/downl...
HTTP_UPGRADE_INSECURE_REQUESTS 1
HTTP_USER_AGENT Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0
MAGICK_THREAD_LIMIT 1
PATH /bin:/usr/bin
PATH_INFO /dashboard/extend/install/install_package/jl_magic_tabs
PATH_TRANSLATED /home/.sites/29/site1794/web/index.php
PHPRC /home/.sites/29/site1794
QUERY_STRING
REDIRECT_STATUS 200
REMOTE_ADDR 86.56.135.25
REMOTE_PORT 40288
REQUEST_METHOD GET
REQUEST_URI /index.php/dashboard/extend/install/install_package/jl_magic_tabs
SCRIPT_FILENAME /home/.sites/29/site1794/web/index.php
SCRIPT_NAME /index.php
SCRIPT_URI https://www.shaolinsteyr.at/index.php/dashboard/extend/install/insta...
SCRIPT_URL /index.php/dashboard/extend/install/install_package/jl_magic_tabs
SERVER_ADDR 81.19.159.30
SERVER_ADMIN admin
SERVER_NAME http://www.shaolinsteyr.at
SERVER_PORT 443
SERVER_PROTOCOL HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SSL_CIPHER ECDHE-RSA-AES128-GCM-SHA256
SSL_CIPHER_ALGKEYSIZE 128
SSL_CIPHER_EXPORT false
SSL_CIPHER_USEKEYSIZE 128
SSL_CLIENT_VERIFY NONE
SSL_COMPRESS_METHOD NULL
SSL_PROTOCOL TLSv1.2
SSL_SECURE_RENEG true
SSL_SERVER_A_KEY rsaEncryption
SSL_SERVER_A_SIG sha256WithRSAEncryption
SSL_SERVER_I_DN /C=BE/O=GlobalSign nv-sa/CN=AlphaSSL CA - SHA256 - G2
SSL_SERVER_I_DN_C BE
SSL_SERVER_I_DN_CN AlphaSSL CA - SHA256 - G2
SSL_SERVER_I_DN_O GlobalSign nv-sa
SSL_SERVER_M_SERIAL 49EF991983336118356E6514
SSL_SERVER_M_VERSION 3
SSL_SERVER_S_DN /C=AT/OU=Domain Control Validated/CN=www.shaolinsteyr.at
SSL_SERVER_S_DN_C AT
SSL_SERVER_S_DN_CN http://www.shaolinsteyr.at
SSL_SERVER_S_DN_OU Domain Control Validated
SSL_SERVER_V_END Jun 21 07:51:17 2018 GMT
SSL_SERVER_V_START Jun 14 04:28:08 2017 GMT
SSL_TLS_SNI http://www.shaolinsteyr.at
SSL_VERSION_INTERFACE mod_ssl/2.2.15
SSL_VERSION_LIBRARY OpenSSL/1.0.1e-fips
show_auth_dialog 0
show_no_dialog 1
PHP_SELF /index.php/dashboard/extend/install/install_package/jl_magic_tabs
REQUEST_TIME_FLOAT 1504001993.0052
REQUEST_TIME 1504001993
argv Array ( )
argc 0
Environment Variables
DOCUMENT_ROOT /home/.sites/29/site1794/web
GATEWAY_INTERFACE CGI/1.1
GEOIP_ADDR 86.56.135.25
GEOIP_CONTINENT_CODE EU
GEOIP_COUNTRY_CODE AT
GEOIP_COUNTRY_NAME Austria
HTTPS on
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_ACCEPT_ENCODING gzip, deflate, br
HTTP_ACCEPT_LANGUAGE de-AT,de-DE;q=0.7,de;q=0.3
HTTP_CONNECTION keep-alive
HTTP_COOKIE _ga=GA1.2.1590384749.1499696194; cookie-disclosure=true; CONCRETE5=6foedrm7ncdcnq6dfkvjj6m803; _gid=GA1.2.219063972.1503993511; CONCRETE5_LOGIN=1; activeOptionPane=anchor_Responsive_text
HTTP_GEOIP_ADDR 86.56.135.25
HTTP_GEOIP_CONTINENT_CODE EU
HTTP_GEOIP_COUNTRY_CODE AT
HTTP_GEOIP_COUNTRY_NAME Austria
HTTP_HOST http://www.shaolinsteyr.at
HTTP_REFERER https://www.shaolinsteyr.at/index.php/dashboard/extend/install/downl...
HTTP_UPGRADE_INSECURE_REQUESTS 1
HTTP_USER_AGENT Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0
MAGICK_THREAD_LIMIT 1
PATH /bin:/usr/bin
PATH_INFO /dashboard/extend/install/install_package/jl_magic_tabs
PATH_TRANSLATED /home/.sites/29/site1794/web/index.php
PHPRC /home/.sites/29/site1794
QUERY_STRING
REDIRECT_STATUS 200
REMOTE_ADDR 86.56.135.25
REMOTE_PORT 40288
REQUEST_METHOD GET
REQUEST_URI /index.php/dashboard/extend/install/install_package/jl_magic_tabs
SCRIPT_FILENAME /home/.sites/29/site1794/web/index.php
SCRIPT_NAME /index.php
SCRIPT_URI https://www.shaolinsteyr.at/index.php/dashboard/extend/install/insta...
SCRIPT_URL /index.php/dashboard/extend/install/install_package/jl_magic_tabs
SERVER_ADDR 81.19.159.30
SERVER_ADMIN admin
SERVER_NAME http://www.shaolinsteyr.at
SERVER_PORT 443
SERVER_PROTOCOL HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SSL_CIPHER ECDHE-RSA-AES128-GCM-SHA256
SSL_CIPHER_ALGKEYSIZE 128
SSL_CIPHER_EXPORT false
SSL_CIPHER_USEKEYSIZE 128
SSL_CLIENT_VERIFY NONE
SSL_COMPRESS_METHOD NULL
SSL_PROTOCOL TLSv1.2
SSL_SECURE_RENEG true
SSL_SERVER_A_KEY rsaEncryption
SSL_SERVER_A_SIG sha256WithRSAEncryption
SSL_SERVER_I_DN /C=BE/O=GlobalSign nv-sa/CN=AlphaSSL CA - SHA256 - G2
SSL_SERVER_I_DN_C BE
SSL_SERVER_I_DN_CN AlphaSSL CA - SHA256 - G2
SSL_SERVER_I_DN_O GlobalSign nv-sa
SSL_SERVER_M_SERIAL 49EF991983336118356E6514
SSL_SERVER_M_VERSION 3
SSL_SERVER_S_DN /C=AT/OU=Domain Control Validated/CN=www.shaolinsteyr.at
SSL_SERVER_S_DN_C AT
SSL_SERVER_S_DN_CN http://www.shaolinsteyr.at
SSL_SERVER_S_DN_OU Domain Control Validated
SSL_SERVER_V_END Jun 21 07:51:17 2018 GMT
SSL_SERVER_V_START Jun 14 04:28:08 2017 GMT
SSL_TLS_SNI http://www.shaolinsteyr.at
SSL_VERSION_INTERFACE mod_ssl/2.2.15
SSL_VERSION_LIBRARY OpenSSL/1.0.1e-fips
show_auth_dialog 0
show_no_dialog 1
Registered Handlers
0. Concrete\Core\Error\Handler\ErrorHandler
1. Concrete\Core\Error\Handler\JsonErrorHandler

Browser User-Agent String

Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.