Posts: 312
Threads: 94
Joined: Jun 2012
Reputation:
0
i have an error when I try to goto the website. it says
"The requested URL /home was not found on this server."
Posts: 43
Threads: 6
Joined: May 2014
Reputation:
0
How to open control panel ?
Posts: 47
Threads: 8
Joined: Aug 2010
Reputation:
0
@extends('layout.main')
@section('content')
<?
$accounts = DB::table('accounts')->count();
$vehicles = DB::table('personalvehicles')->count();
$houses = DB::table('houses')->count();
$props = DB::table('props')->count();
?>
Exist in home.blade.php
Posts: 47
Threads: 8
Joined: Aug 2010
Reputation:
0
The problem for this is you are forgot to set <?php not <?
Posts: 47
Threads: 8
Joined: Aug 2010
Reputation:
0
Try to use When you start PHP Call try use <?php and end with ?>
Posts: 13
Threads: 2
Joined: Feb 2013
Reputation:
0
I use <? Instead of <?php. Try enabling short_open_tag in php.ini
Posts: 47
Threads: 8
Joined: Aug 2010
Reputation:
0
Try use how i maked it and people cвnd open ... Anyway i maked a better site with multipe function like : Online players , staff, f.a.q ..
Posts: 245
Threads: 28
Joined: Jul 2012
Reputation:
0
Any idea why is this redirecting to /home directory automatically when visiting to UCP
localhost/ucp <- When I type that, it goes to localhost/ucp/home and it doesnt work