Ja još ne planiram prelazak live sajtova na J4. Kad bude neki novi projekt od nule, onda će biti na J4.
Za sada samo promatram šta se događa...
Za sada samo promatram šta se događa...
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuCitat: Dario u 20. Kolovoz 2021, 10:33Citat: denoza u 18. Kolovoz 2021, 14:59
Doduše, nisu ni oni znali, nego su napravili opet iz nule.
Ja bi takav hosting zaobišao u širokom luku :)
Citat: JessieSun u 18. Kolovoz 2021, 08:15
Ok, ma ne bih se ja ni miješala u ovakvu temu, ali vidim da ovi IT stručnjaci ne reagiraju, pa sam zato pokušala odgovoriti. Ja sam amater i ne trudim se ni naučiti neke stvari, osim onog što mi stvarno treba da sama složim svoj web.
Aha, ti koristiš tmp folder, pa onda od tamo misliš instalirat update, ili to Joomla tak radi, samo ja ne znam jer mi nikad nije zapelo? Ako si super_admin onda bi trebao imati sve dozvole i u Joomli. Možda ti neki plugin nije uključen, pregledaj ih sve. Tko zna kaj se dogodilo. Očito je problem u Joomli, negdje treba nešto podesiti. Ja updejtam direktno online, ili zip s računala, nikad iz te mape.
Warning
Copy failed: /home/USER/public_html/ao2/tmp/install_611b7e7ce54c6/site/index.html to /home/USER/public_html/ao2/components/com_phocacommander/index.html
JInstaller: :Install: Failed to copy file /home/USER/public_html/ao2/tmp/install_611b7e7ce54c6/site/index.html to /home/USER/public_html/ao2/components/com_phocacommander/index.html
Component Update: Failed to copy site files.
Before updating ensure that the update is compatible with your Joomla! installation.
You are strongly advised to make a backup of your installation before you start updating.
chown -R USER:GROUP *
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName DOMENA.com
AuthUserFile /home/USER/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/USER/public_html/_vti_pvt/service.grp
# php -- BEGIN cPanel-generated handler, do not edit
# Set the "ea-php73" package as the default "PHP" programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
<?php
/**
* @package Joomla.Site
*
* @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
/**
* Define the application's minimum supported PHP version as a constant so it can be referenced within the application.
*/
define('JOOMLA_MINIMUM_PHP', '5.3.10');
if (version_compare(PHP_VERSION, JOOMLA_MINIMUM_PHP, '<'))
{
die('Your host needs to use PHP ' . JOOMLA_MINIMUM_PHP . ' or higher to run this version of Joomla!');
}
// Saves the start time and memory usage.
$startTime = microtime(1);
$startMem = memory_get_usage();
/**
* Constant that is checked in included files to prevent direct access.
* define() is used in the installation folder rather than "const" to not error for PHP 5.2 and lower
*/
define('_JEXEC', 1);
if (file_exists(__DIR__ . '/defines.php'))
{
include_once __DIR__ . '/defines.php';
}
if (!defined('_JDEFINES'))
{
define('JPATH_BASE', __DIR__);
require_once JPATH_BASE . '/includes/defines.php';
}
require_once JPATH_BASE . '/includes/framework.php';
// Set profiler start time and memory usage and mark afterLoad in the profiler.
JDEBUG ? JProfiler::getInstance('Application')->setStart($startTime, $startMem)->mark('afterLoad') : null;
// Instantiate the application.
$app = JFactory::getApplication('site');
// Execute the application.
$app->execute();
https://domena.com/odrzana-sjednica-upravnog-odbora.html
https://domena.com/pravilnik/26-vijesti/odrzana-sjednica-upravnog-odbora.html
Citat: Dario u 04. Rujan 2019, 08:17
Jel možda Joomla instalirana u neki folder, a ne na root domene?
To je jedino kaj mi pada na pamet jer vidim da se url-ovi include-aju sa "/plugins/system/..........", znači očekujem da je Joomla instalirana na root-u domene.