rasaqrasaq wrote:
Please advise on what to do because I installed mine in a subdirectory on my web ; it is giving 505 internal server error!
Where you trying SEF URL's too?
rasaqrasaq wrote:
Please advise on what to do because I installed mine in a subdirectory on my web ; it is giving 505 internal server error!
rasaqrasaq wrote:
I have just installed the latest release ; I was able to log into the admin panel but an error is coming up each time I want to log into the subdirectory in which I installed joomla :500 internal server error:Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/1.3.33 Server at http://www.trillionmovies.com Port 80
Please advise me on how to corrrect this error ; my email is ras970@[email protected]
CTPAHHuK wrote:Opps.... some one mistake
In http://joomla.org
Joomla! 1.0.7 [ Sunburst ] is now available
In http://developer.joomla.org
Joomla! 1.0.7 [ Sunbolt ] Released
What is real codename ?
localhost wrote:Excellent work! For the document administrators out there, I've just noticed the Joomla! Roadmap hasn't been updated since Joomla! 1.0.5 was released (version 1.0.6 is still in a "TBA" stage in the document).
rostom wrote:So the 70+ bugs fixed with 1.0.7 patch all happen to be in one file? I'm looking at the 1.06 to 1.07 patch zip file and I only see 1 significant file in it (administrator/components/com_config/admin.config.php). Just wanted to verify this cuz it looked kinda strange. thanks in advance.
mic wrote:Beside that the email from Phil Taylor was not really helpfully (see posting from Rey about the wrong publishing of 1.0.6), is this the way Joomla will publish future releases, that a developer like Phil will have earlier access to the files than 'normal' users?
mic wrote:Publishing the 1.0.7 release shortly after 1.0.6 maybe helpfully, but the whole thing about the releases is really not satisfying!
Chris Davenport wrote:Whilst not wishing to add to anyone's workload... Shouldn't there be a copy of 1.0.7 (or even 1.0.6) in the tags directory of the SVN repository? Just thought I'd mention it in case it had been forgotten.
guilliam wrote:1:7 --> the other one has released one(since split up), Joomla has its 7th! community members here are definetely in GOOD HANDS!
kudos to the team!
- g
joomlasolutions_JB wrote:I know what you are saying, that you appreciate the continued hard work of the guys. But lets be honest, some serious unacceptable foopahs have been happening and things really need to get tighten down - especially regarding the Quality Assurance.
joomlasolutions_JB wrote:That release of 1.0.6 should not have happened, even if Rey has stand up to be the target for blame, in my opinion it is not to be blamed on an individual coder, - the problem lies within the process. There need to be accountability.
stingrey wrote:joomlasolutions_JB wrote:I know what you are saying, that you appreciate the continued hard work of the guys. But lets be honest, some serious unacceptable foopahs have been happening and things really need to get tighten down - especially regarding the Quality Assurance.
Agreedjoomlasolutions_JB wrote:That release of 1.0.6 should not have happened, even if Rey has stand up to be the target for blame, in my opinion it is not to be blamed on an individual coder, - the problem lies within the process. There need to be accountability.
Agreed
Am looking at ways to improve process and we are looking at ways to improve transparency of process - of which something will be unvieled shortly to assist with that.
joomlasolutions_JB wrote:to err is human, to admit your mistakes and learn from them is divine
joomlasolutions_JB wrote:i hope the core team will realize that they may need to take these things as symptoms of a deeper issue revloving around not having the fundamental processes in place, take this as a small learning experience and take this chance grow.
charlwillia6 wrote:Lets see,
In my subfolder /joomla:Code: Select all
##
# @version $Id: htaccess.txt 1570 2005-12-29 05:53:33Z eddieajau $
# @package Joomla
# @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##
Options +FollowSymLinks
#
# mod_rewrite in use
#
RewriteEngine On
##
## NOTE!
## When using multiple Joomla sites or other web applications in sub-folders,
## you must explicitly turn the RewriteEngine off or use the settings
## recommended for the application
##
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update YourJoomlaDirectory (just / for root)
# RewriteBase /YourJoomlaDirectory
#
# Rules
#
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
I have a blank .htaccess file in my root folder. And I set up my subdomain through cPanel. I am not a network or server guru, so I have no idea how it did it. And it seems as though on this webhosting account that there are some files and folders hidden from my view, because I have a lot more folders and files on my other account that I can view configurations for.
Here is what my cPanel says about subdomains:
Note: Subdomains rely on the DNS system in order to function, which means that your DNS information must propagate throughout the different DNS servers on the Internet before your subdomain becomes fully active. This process on the average takes a few hours.
guilliam wrote:joomlasolutions_JB wrote:to err is human, to admit your mistakes and learn from them is divine
@jb, thats exactly what i meant by "in GOOD HANDS!"
issues are RESOLVED here(or as much as being resolved). in the old forums/community.. you know the answer
- g
Sen wrote:charlwillia6 wrote:Lets see,
In my subfolder /joomla:Code: Select all
##
# @version $Id: htaccess.txt 1570 2005-12-29 05:53:33Z eddieajau $
# @package Joomla
# @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##
Options +FollowSymLinks
#
# mod_rewrite in use
#
RewriteEngine On
##
## NOTE!
## When using multiple Joomla sites or other web applications in sub-folders,
## you must explicitly turn the RewriteEngine off or use the settings
## recommended for the application
##
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update YourJoomlaDirectory (just / for root)
# RewriteBase /YourJoomlaDirectory
#
# Rules
#
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
I have a blank .htaccess file in my root folder. And I set up my subdomain through cPanel. I am not a network or server guru, so I have no idea how it did it. And it seems as though on this webhosting account that there are some files and folders hidden from my view, because I have a lot more folders and files on my other account that I can view configurations for.
Here is what my cPanel says about subdomains:
Note: Subdomains rely on the DNS system in order to function, which means that your DNS information must propagate throughout the different DNS servers on the Internet before your subdomain becomes fully active. This process on the average takes a few hours.
The problem persisted in spite of several attempts, but I installed opensef and the error went away.
This is another place where I have written more about this, perhaps we could follow it up there:
http://forum.joomla.org/index.php/topic,30612.0.html
Perhaps we could follow this up in one place. Thanks.
jhdesign wrote:Is there a bug with Mambot installer? I get errors about XML files etc when trying to install mosCE, I've done this many times before using the same file.
Regards,
Jacob