SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '@ghalibuniversity-herat2767' for column 'ParentID' at row 1 (Connection: mysql, SQL: call sp_getContentFront(2,2,55,@ghalibuniversity-herat2767,@CountChild))
Illuminate \ Database \ QueryException
PHP 8.2.2711.22.0
SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '@ghalibuniversity-herat2767' for column 'ParentID' at row 1
call sp_getContentFront(2,2,55,@ghalibuniversity-herat2767,@CountChild)
app / Http / Controllers / HomeController.php: 240
            $Content = null;
            $EventsDetails = null;
            $ProgramsDetails = null;
            $CountChild = null;
            $Partner = null;
            $Advice = null;
            $LatestNews = DB::table('gh_latestnews')->where('LatestNewsID', $id)->first();
        } else {
            $EventsDetails = null;
            $ProgramsDetails = null;
            $Partner = null;
            $CountChild = null;
            $Advice = null;
            $LatestNews = null;

            $Content = DB::select('call sp_getContentFront(?,?,?,?,@CountChild)', array($LanguageID, $BranchID, $id, $ParentID));
            $CountChild = DB::select('select @CountChild as result ');
        }

        if (!empty($Content) || !empty($ProgramsDetails) || !empty($EventsDetails) || !empty($Partner) || !empty($Advice) || !empty($LatestNews)) {
            return view('front_end.pages.dynamic_page', compact('Content', 'EventsDetails', 'ProgramsDetails', 'Partner', 'CountChild', 'Advice', 'LatestNews'));
        } else {
            return redirect()->back()->with('error_code', 5);
        }
    }

    public function goto($branch, $isRedirectFromHome)
    {
        session(["se_branch" => $branch]);
arguments
$method:string
"select"
$args:array
[
    "call sp_getContentFront(?,?,?,?,@CountChild)",
    "array (size=4)"
]

App

Routing

Controller
App\Http\Controllers\HomeController@dynamicpage
Route name
DynamicPage
Middleware
  • web

Request

https://www.ghalib.edu.af/Kabul/Page/Details/55/www.youtube.com/@ghalibuniversity-herat2767
GET
curl "https://www.ghalib.edu.af/Kabul/Page/Details/55/www.youtube.com/@ghalibuniversity-herat2767" \
   -X GET \
   -H 'connection: close' \
   -H 'host: www.ghalib.edu.af' \
   -H 'priority: u=0, i' \
   -H 'accept-encoding: gzip, deflate, br, zstd' \
   -H 'sec-fetch-dest: document' \
   -H 'sec-fetch-user: ?1' \
   -H 'sec-fetch-mode: navigate' \
   -H 'sec-fetch-site: none' \
   -H 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \
   -H 'user-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
   -H 'upgrade-insecure-requests: 1' \
   -H 'sec-ch-ua-platform: "Windows"' \
   -H 'sec-ch-ua-mobile: ?0' \
   -H 'sec-ch-ua: "HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"' \
   -H 'cache-control: no-cache' \
   -H 'pragma: no-cache';

Browser

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Headers

connection
close
host
www.ghalib.edu.af
priority
u=0, i
accept-encoding
gzip, deflate, br, zstd
sec-fetch-dest
document
sec-fetch-user
?1
sec-fetch-mode
navigate
sec-fetch-site
none
accept
text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
user-agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
upgrade-insecure-requests
1
sec-ch-ua-platform
"Windows"
sec-ch-ua-mobile
?0
sec-ch-ua
"HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"
cache-control
no-cache
pragma
no-cache

Body

[]

Context

Versions

Php Version
8.2.27
Laravel Version
11.22.0
Laravel Locale
en
Laravel Config Cached
false
App Debug
true
App Env
production

Exception

Raw Sql
call sp_getContentFront(?,?,?,?,@CountChild)