Warning (2): file_put_contents(/var/www/htdocs/vlabti/tialfa/app/tmp/logs/error.log): failed to open stream: Permission denied [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context $pathname = $this->_path . $filename;
if (empty($this->_config['mask'])) {
return file_put_contents($pathname, $output, FILE_APPEND);
$type = 'error'
$message = '[MissingActionException] Action ProditiController::profil() could not be found.
Exception Attributes: array (
'controller' => 'ProditiController',
'action' => 'profil',
)
Request URL: /tialfa/proditi/profil
Stack Trace:
#0 /var/www/htdocs/vlabti/tialfa/lib/Cake/Routing/Dispatcher.php(185): Controller->invokeAction(Object(CakeRequest))
#1 /var/www/htdocs/vlabti/tialfa/lib/Cake/Routing/Dispatcher.php(160): Dispatcher->_invoke(Object(ProditiController), Object(CakeRequest), Object(CakeResponse))
#2 /var/www/htdocs/vlabti/tialfa/app/webroot/index.php(108): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#3 {main}'
$output = '2025-05-04 19:12:18 Error: [MissingActionException] Action ProditiController::profil() could not be found.
Exception Attributes: array (
'controller' => 'ProditiController',
'action' => 'profil',
)
Request URL: /tialfa/proditi/profil
Stack Trace:
#0 /var/www/htdocs/vlabti/tialfa/lib/Cake/Routing/Dispatcher.php(185): Controller->invokeAction(Object(CakeRequest))
#1 /var/www/htdocs/vlabti/tialfa/lib/Cake/Routing/Dispatcher.php(160): Dispatcher->_invoke(Object(ProditiController), Object(CakeRequest), Object(CakeResponse))
#2 /var/www/htdocs/vlabti/tialfa/app/webroot/index.php(108): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#3 {main}
'
$filename = 'error.log'
$pathname = '/var/www/htdocs/vlabti/tialfa/app/tmp/logs/error.log'
file_put_contents - [internal], line ??
FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142
CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 452
ErrorHandler::_log() - CORE/Cake/Error/ErrorHandler.php, line 178
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 111
[main] - [internal], line ??
Missing Method in ProditiController
Error:
The action profil is not defined in controller ProditiController
Error:
Create ProditiController::profil() in file: app/Controller/ProditiController.php.
<?php
class ProditiController extends AppController {
public function profil() {
}
}
Notice:
If you want to customize this error message, create app/View/Errors/missing_action.ctp
Stack Trace
- CORE/Cake/Routing/Dispatcher.php line 185 → Controller->invokeAction(CakeRequest)
$controller->startupProcess();
$render = true;
$result = $controller->invokeAction($request);
if ($result instanceof CakeResponse) {
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'proditi/profil'
base => '/tialfa'
webroot => '/tialfa/'
here => '/tialfa/proditi/profil'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
- CORE/Cake/Routing/Dispatcher.php line 160 → Dispatcher->_invoke(ProditiController, CakeRequest, CakeResponse)
));
}
$response = $this->_invoke($controller, $request, $response);
if (isset($request->params['return'])) {
object(ProditiController) {
layout => 'prodi'
components => array(
[maximum depth reached]
)
uses => array(
[maximum depth reached]
)
helpers => array(
[maximum depth reached]
)
name => 'Proditi'
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Proditi'
layoutPath => null
viewVars => array([maximum depth reached])
view => 'profil'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array([maximum depth reached])
scaffold => false
methods => array(
[maximum depth reached]
)
modelClass => 'Exhibition'
modelKey => 'proditi'
validationErrors => null
Session => object(SessionComponent) {}
Auth => object(AuthComponent) {}
Paginator => object(PaginatorComponent) {}
Facebook => object(FB) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'proditi/profil'
base => '/tialfa'
webroot => '/tialfa/'
here => '/tialfa/proditi/profil'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
- APP/webroot/index.php line 108 → Dispatcher->dispatch(CakeRequest, CakeResponse)
$Dispatcher->dispatch(
new CakeRequest(),
new CakeResponse()
);
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'proditi/profil'
base => '/tialfa'
webroot => '/tialfa/'
here => '/tialfa/proditi/profil'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}