10. Whoops\Exception\ErrorException
/­home/­shared108/­public_html/­buchanan/­application/­single_pages/­listing.php47
9. Whoops\Run handleError
<#unknown>0
8. getimagesize
/­home/­shared108/­public_html/­buchanan/­application/­single_pages/­listing.php47
7. include
…/­src/­View/­View.php182
6. Concrete\Core\View\View renderViewContents
…/­src/­View/­AbstractView.php148
5. Concrete\Core\View\AbstractView render
…/­src/­Routing/­DispatcherRouteCallback.php25
4. Concrete\Core\Routing\DispatcherRouteCallback sendResponse
…/­src/­Routing/­DispatcherRouteCallback.php234
3. Concrete\Core\Routing\DispatcherRouteCallback execute
…/­src/­Application/­Application.php449
2. Concrete\Core\Application\Application dispatch
…/­bootstrap/­start.php305
1. require
…/­dispatcher.php36
0. require
/­home/­shared108/­public_html/­buchanan/­index.php2

Whoops \ Exception \ ErrorException (E_WARNING)

Callstack information; navigate with mouse or keyboard using Ctrl+↑ or Ctrl+↓
Copy-to-clipboard button
Exception message and its type
Code snippet where the error was thrown
Server state information
Application provided context information
Whoops\Exception\ErrorException thrown with message "getimagesize(/home/shared108/public_html/bryancountyproperties/property_images/image--1.jpg): failed to open stream: No such file or directory" Stacktrace: #10 Whoops\Exception\ErrorException in /home/shared108/public_html/buchanan/application/single_pages/listing.php:47 #9 Whoops\Run:handleError in <#unknown>:0 #8 getimagesize in /home/shared108/public_html/buchanan/application/single_pages/listing.php:47 #7 include in /home/shared108/public_html/buchanan/concrete/src/View/View.php:182 #6 Concrete\Core\View\View:renderViewContents in /home/shared108/public_html/buchanan/concrete/src/View/AbstractView.php:148 #5 Concrete\Core\View\AbstractView:render in /home/shared108/public_html/buchanan/concrete/src/Routing/DispatcherRouteCallback.php:25 #4 Concrete\Core\Routing\DispatcherRouteCallback:sendResponse in /home/shared108/public_html/buchanan/concrete/src/Routing/DispatcherRouteCallback.php:234 #3 Concrete\Core\Routing\DispatcherRouteCallback:execute in /home/shared108/public_html/buchanan/concrete/src/Application/Application.php:449 #2 Concrete\Core\Application\Application:dispatch in /home/shared108/public_html/buchanan/concrete/bootstrap/start.php:305 #1 require in /home/shared108/public_html/buchanan/concrete/dispatcher.php:36 #0 require in /home/shared108/public_html/buchanan/index.php:2

getimagesize(/home/shared108/public_html/bryancountyproperties/property_images/image--1.jpg): failed to open stream: No such file or directory

/home/shared108/public_html/buchanan/application/single_pages/listing.php
					break;
			}
			
			$query="SELECT * FROM `{$search_table}` WHERE `MLSNumber`='{$mls}'";
			$result=mysqli_query($con, $query);
				$r=mysqli_fetch_array($result);
				mysqli_data_seek($result,0);
				list($width, $height)=getimagesize("/home/shared108/public_html/bryancountyproperties/property_images/image-{$r['Matrix_Unique_ID']}-1.jpg");
				$imgHeight=(1000/$width)*$height;
				$facebookHeaders="
<#unknown>
/home/shared108/public_html/buchanan/application/single_pages/listing.php
					break;
			}
			
			$query="SELECT * FROM `{$search_table}` WHERE `MLSNumber`='{$mls}'";
			$result=mysqli_query($con, $query);
				$r=mysqli_fetch_array($result);
				mysqli_data_seek($result,0);
				list($width, $height)=getimagesize("/home/shared108/public_html/bryancountyproperties/property_images/image-{$r['Matrix_Unique_ID']}-1.jpg");
				$imgHeight=(1000/$width)*$height;
				$facebookHeaders="
/home/shared108/public_html/buchanan/concrete/src/View/View.php
    }
 
    public function renderViewContents($scopeItems)
    {
        extract($scopeItems);
        if ($this->innerContentFile) {
            ob_start();
            include $this->innerContentFile;
            $innerContent = ob_get_contents();
            ob_end_clean();
/home/shared108/public_html/buchanan/concrete/src/View/AbstractView.php
        if ($this instanceof View) {
            $this->setRequestInstance($this);
        }
        $this->start($state);
        $this->setupRender();
        $this->startRender();
        $scopeItems = $this->getScopeItems();
        $contents = $this->renderViewContents($scopeItems);
        $contents = $this->postProcessViewContents($contents);
        $response = $this->finishRender($contents);
/home/shared108/public_html/buchanan/concrete/src/Routing/DispatcherRouteCallback.php
use Core;
use Session;
 
class DispatcherRouteCallback extends RouteCallback
{
    protected function sendResponse(View $v, $code = 200)
    {
        $contents = $v->render();
        $response = new Response($contents, $code);
 
/home/shared108/public_html/buchanan/concrete/src/Routing/DispatcherRouteCallback.php
                }
            }
        }
 
        // we update the current page with the one bound to this controller.
        $request->setCurrentPage($c);
 
        return $this->sendResponse($view);
    }
 
/home/shared108/public_html/buchanan/concrete/src/Application/Application.php
                $request->attributes->add($matcher->match($path));
                $matched = $matcher->match($path);
                $route = $collection->get($matched['_route']);
                Route::setRequest($request);
                $response = Route::execute($route, $matched);
            } catch (ResourceNotFoundException $e) {
                $callback = new DispatcherRouteCallback('dispatcher');
                $response = $callback->execute($request);
            }
        }
/home/shared108/public_html/buchanan/concrete/bootstrap/start.php
\Events::dispatch('on_before_dispatch');
 
/**
 * ----------------------------------------------------------------------------
 * Get the response to the current request
 * ----------------------------------------------------------------------------
 */
$response = $cms->dispatch($request);
/**
 * ----------------------------------------------------------------------------
/home/shared108/public_html/buchanan/concrete/dispatcher.php
 
 
/**
 * ----------------------------------------------------------------------------
 * Begin concrete5 startup.
 * ----------------------------------------------------------------------------
 */
$cms = require $__DIR__ . '/bootstrap/start.php';
 
 
/home/shared108/public_html/buchanan/index.php
<?php
require('concrete/dispatcher.php');
 
Key Value
Version 5.7.5.9
Installed Version 5.7.5.9
Key Value
concrete.version 5.7.5.9
concrete.version_installed 5.7.5.9
concrete.version_db 20160615000000
concrete.installed true
concrete.site Buchanan Real Estate
concrete.locale en_US
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.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 false
concrete.cache.blocks false
concrete.cache.assets false
concrete.cache.theme_css false
concrete.cache.pages 0
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/shared108/public_html/buchanan/application/files/cache
concrete.cache.directory_relative null
concrete.cache.page.directory /home/shared108/public_html/buchanan/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/shared108/public_html/buchanan/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.editor.concrete.enable_filemanager true
concrete.editor.concrete.enable_sitemap true
concrete.editor.plugins.selected.0 concrete5lightbox
concrete.editor.plugins.selected.1 undoredo
concrete.editor.plugins.selected.2 specialcharacters
concrete.editor.plugins.selected.3 table
concrete.email.enabled true
concrete.email.default.address concrete5-noreply@www.seokproperties.com
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 true
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.external.intelligent_search_help true
concrete.external.news_overlay true
concrete.external.news true
concrete.misc.user_timezones false
concrete.misc.package_backup_directory /home/shared108/public_html/buchanan/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 1477428129
concrete.misc.latest_version 5.7.5.13
concrete.misc.do_page_reindex_check false
concrete.theme.compress_preprocessor_output false
concrete.theme.generate_less_sourcemap false
concrete.updates.enable_auto_update_core 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 /concrete/images/avatar_none.png
concrete.file_manager.images.use_exim_data_to_rotate_images false
concrete.file_manager.images.manipulation_library gd
concrete.file_manager.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.i18n.choose_language_login false
concrete.urls.concrete5 http://www.concrete5.org
concrete.urls.concrete5_secure https://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.help.developer http://www.concrete5.org/documentation/developers/5.7/
concrete.urls.help.user http://www.concrete5.org/documentation/using-concrete5-7
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 false
concrete.white_label.dashboard_background null
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.gravatar.enabled false
concrete.user.gravatar.max_level 0
concrete.user.gravatar.image_set 0
concrete.user.group.badge.default_point_value 50
concrete.user.profiles_enabled false
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 1
concrete.seo.url_rewriting_all false
concrete.seo.redirect_to_canonical_url 1
concrete.seo.canonical_url http://www.seokproperties.com/
concrete.seo.canonical_ssl_url
concrete.seo.trailing_slash false
concrete.seo.title_format %1$s :: %2$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
Key Value
mls 1909804
type
empty
empty
empty
Key Value
_sf2_attributes Array ( [uGroups] => Array ( [1] => 1 ) [accessEntities] => Array ( [0] => Concrete\Core\Permission\Access\Entity\GroupEntity Object ( [group:protected] => Concrete\Core\User\Group\Group Object ( [ctID] => [permissionSet] => [permissions:Concrete\Core\User\Group\Group:private] => Array ( ) [error] => [gID] => 1 [gName] => Guest [gDescription] => The guest group represents unregistered visitors to your site. [gUserExpirationIsEnabled] => 0 [gUserExpirationMethod] => [gUserExpirationSetDateTime] => [gUserExpirationInterval] => 0 [gUserExpirationAction] => [gIsBadge] => 0 [gBadgeFID] => 0 [gBadgeDescription] => [gBadgeCommunityPointValue] => 0 [gIsAutomated] => 0 [gCheckAutomationOnRegister] => 0 [gCheckAutomationOnLogin] => 0 [gCheckAutomationOnJobRun] => 0 [gPath] => /Guest [pkgID] => 0 ) [error] => [petID] => 1 [peID] => 5 [petHandle] => group [label] => Guest ) ) [accessEntitiesUpdated] => 1711615638 )
_sf2_flashes Array ( )
_sf2_meta Array ( [u] => 1711615638 [c] => 1711615638 [l] => 7200 )
Key Value
CONTEXT_DOCUMENT_ROOT /home/shared108/public_html/buchanan
CONTEXT_PREFIX
DOCUMENT_ROOT /home/shared108/public_html/buchanan
GATEWAY_INTERFACE CGI/1.1
HTTP_ACCEPT */*
HTTP_HOST www.seokproperties.com
HTTP_REFERER http://www.seokproperties.com/listing/?mls=1909804
HTTP_USER_AGENT claudebot
PATH /bin:/usr/bin
PHP_INI_SCAN_DIR /opt/cpanel/ea-php55/root/etc:/opt/cpanel/ea-php55/root/etc/php.d:.
QUERY_STRING mls=1909804
REDIRECT_QUERY_STRING mls=1909804
REDIRECT_SCRIPT_URI http://www.seokproperties.com/listing
REDIRECT_SCRIPT_URL /listing
REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID ZgUulqib2AnVsWUjrZNCNgAAAA0
REDIRECT_URL /listing
REMOTE_ADDR 34.230.35.103
REMOTE_PORT 56558
REQUEST_METHOD GET
REQUEST_SCHEME http
REQUEST_URI /listing?mls=1909804
SCRIPT_FILENAME /home/shared108/public_html/buchanan/index.php
SCRIPT_NAME /index.php
SCRIPT_URI http://www.seokproperties.com/listing
SCRIPT_URL /listing
SERVER_ADDR 104.238.92.104
SERVER_ADMIN webmaster@seokpropertiesdfskjalj3809ur3q289uij.shared108.com
SERVER_NAME www.seokproperties.com
SERVER_PORT 80
SERVER_PROTOCOL HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE Apache/2.4.58 (cPanel) OpenSSL/1.1.1w mod_bwlimited/1.4
TZ America/Chicago
UNIQUE_ID ZgUulqib2AnVsWUjrZNCNgAAAA0
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711615638.55
REQUEST_TIME 1711615638
argv Array ( [0] => mls=1909804 )
argc 1
Key Value
CONTEXT_DOCUMENT_ROOT /home/shared108/public_html/buchanan
CONTEXT_PREFIX
DOCUMENT_ROOT /home/shared108/public_html/buchanan
GATEWAY_INTERFACE CGI/1.1
HTTP_ACCEPT */*
HTTP_HOST www.seokproperties.com
HTTP_REFERER http://www.seokproperties.com/listing/?mls=1909804
HTTP_USER_AGENT claudebot
PATH /bin:/usr/bin
PHP_INI_SCAN_DIR /opt/cpanel/ea-php55/root/etc:/opt/cpanel/ea-php55/root/etc/php.d:.
QUERY_STRING mls=1909804
REDIRECT_QUERY_STRING mls=1909804
REDIRECT_SCRIPT_URI http://www.seokproperties.com/listing
REDIRECT_SCRIPT_URL /listing
REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID ZgUulqib2AnVsWUjrZNCNgAAAA0
REDIRECT_URL /listing
REMOTE_ADDR 34.230.35.103
REMOTE_PORT 56558
REQUEST_METHOD GET
REQUEST_SCHEME http
REQUEST_URI /listing?mls=1909804
SCRIPT_FILENAME /home/shared108/public_html/buchanan/index.php
SCRIPT_NAME /index.php
SCRIPT_URI http://www.seokproperties.com/listing
SCRIPT_URL /listing
SERVER_ADDR 104.238.92.104
SERVER_ADMIN webmaster@seokpropertiesdfskjalj3809ur3q289uij.shared108.com
SERVER_NAME www.seokproperties.com
SERVER_PORT 80
SERVER_PROTOCOL HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE Apache/2.4.58 (cPanel) OpenSSL/1.1.1w mod_bwlimited/1.4
TZ America/Chicago
UNIQUE_ID ZgUulqib2AnVsWUjrZNCNgAAAA0
0. Concrete\Core\Error\Handler\ErrorHandler
1. Concrete\Core\Error\Handler\JsonErrorHandler
2. Whoops\Handler\PlainTextHandler