Message: Undefined index: 3
File: /home/scopemedia/domains/managementscope.nl/system/applications/index/controllers/executives.php
Line: 113
| 102 |
|
| 103 |
loadView('template', $data); |
| 104 |
} |
| 105 |
|
| 106 |
public function post() |
| 107 |
{ |
| 108 |
$newURL = fetchOne( |
| 109 |
'SELECT CONCAT(forumceo_ceos.url, "/", forumceo_posts.url) |
| 110 |
FROM forumceo_posts |
| 111 |
INNER JOIN forumceo_ceos |
| 112 |
ON forumceo_ceos.id = forumceo_posts.ceos_id |
| 113 |
WHERE forumceo_posts.id = ' . intval($_GET['3']) . ' |
| 114 |
LIMIT 1' |
| 115 |
); |
| 116 |
|
| 117 |
redir('/manager/' . $newURL, 301); |
| 118 |
|
| 119 |
|
| 120 |
|
| 121 |
|
| 122 |
|
| 123 |
|
| 124 |
|
| 125 |
$ceoForumModel = loadModel('ceoforum'); |
Executives->post
/home/scopemedia/domains/managementscope.nl/system/applications/index/controllers/executives.php:37
Executives->_remap
/home/scopemedia/domains/managementscope.nl/system/inc/fc.php:105
require ('/home/scopemedia/domains/managementscope.nl/system/inc/fc.php')
/home/scopemedia/domains/managementscope.nl/public_html/index.php:43