Joomla Upgrade From Fantastico Script

free web hosting
Free Web Hosting, No Ads > General > Hosted Members Area

Joomla Upgrade From Fantastico Script

xereo
Hello, I have Joomla from Fantastico Script and to my I would like to make the upgrade from the version 1.03 to the version 1.04 by means of a patch that it upgrades it, How I Do for not to already lose the data already kept in my obsolete version 1.0.3?Thanks very much.See you soon.

Reply

wariorpk
Well if it is like most patches you just run it and it updates everything and does not change any of the content of the script. By the way being a Fantastico script does not make upgrading any easier or harder. I hope I helped some and good luck.

Reply

xereo
then fantastico sript always is stable and you never need upgrade?somebody help me?
Thanks very much for your kindly

Reply

rejected
What wariorpk was saying is that all of your files are kept and updated with your Fantistico, the patch does it for you.

Reply

michaelper22
I noticed an upgrade for Mambo 4.5.2 to either Joomla! or a newer version of Mambo, but it told me that it's for installs without components or stuff. So confused, not bothering with upgrade.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : joomla, upgrade, fantastico, script

  1. Joomla Business Is Growing
    (0)
  2. Manual Joomla Installation Failes
    Joomla Installation help for manual installers on Qupis servers (7)
    Hi, Recenrly I decided to install Joomla! 1.5.x manually on my website. The website is hosted
    in Qupis and there is no way for an automatic installation of CMS software like Joomla!. I
    Unzipped the folder, uploaded it to my root and then proceeded with the main installation procedure.
    I had all the directories, sub-directories, and files in my root. Then I created the database
    needed to run Joomla!. But the installation page cannot be loaded. There is an error like this
    every time I try to access index.php to start installing Joomla! 1.5.x: Warn....
  3. Seeking Help With Javascript
    Need help with drag and drop type script (1)
    What i want to make is a script that has a table, which is a menu for my site, and when you click
    the top of the table you can drag it to another place in the page. This is the code: Test
    run - Right click menu - ©Jack McCrea 2008 <script type="text/javascript"> function
    coordinates(event) { if (event.button==2) { var x=event.x; var y=event.y;
    document.getElementById("element").style.left=x; document.getElementById("element").style.top=y;
    document.getElementById("element").style.visibility="visible"; var oldx=x; var oldy=y; } }
    <script type="....
  4. Browser Compatibility Problem With Firefox - Javascript + Css
    Having trouble making a script work right - any suggestions? (3)
    Hi, Im working on a website, and im trying to make a right-click menu, which opens on right click,
    wherever the cursor is, and closes on mouse out. I wrote the code below, and when i ran it in IE it
    ran fine, just how i wanted it to work. However in firefox, the menu just opened in the top left. im
    presuming this is because it doesnt like my style changing in the javascript. Any ideas, and
    suggestions? If i cant make this work, i will just make it so it works slightly differently when
    viewev in firefox so that it can just open in one place. All ideas appreciated. ....
  5. Fantastico Dead
    (3)
    I get this fantastic cPanel Fantastico error and can't be launched. I'm sure I did'nt
    make changes to make this possible. Parse error: syntax error, unexpected '}' in
    /tmp/cpanel_phpengine.1217423865.29548gi0leZS5Mk on line 23....
  6. How To Make Php Newsletter Script
    (3)
    I have seen a post on here somewhere which shows how to make a simple newsletter php script. I
    cvant find it anywhere and I wanted to ask some questions of the author. Does anyone know the one I
    mean? Cheers ....
  7. Php Guest Online Script
    (3)
    make an index.php copy and paste this code CODE <?php $db_host = "localhost";
    $db_user = "root"; $db_pass = ""; $db_name = "test";
    $dbc = mysql_connect($db_host, $db_user, $db_pass); $dbs =
    mysql_select_db($db_name); $tm = time(); $timeout = $tm -
    (30*60);
    if($_SERVER["REMOTE_ADDR"]){$ip=$_SERVER["REMOTE_ADDR
    "];} else{$ip=$_SERVER["HTTP_X_FORWARDED_FOR"];}....
  8. Joomla On Trap17
    (2)
    Hey guys, is it posible to install Joomla on my site hosted by Trap17 thru cPanel? How do i do it?
    Doi first download Joomla to local media? I need to know before I start planning about installing
     Joomla on my site. I cant do it now because my ISP is blocking my ports and now I can't access
    my cPanel. But I need to plan so that if it is posible I keep building the site on my local server
    then install Joomla and upload the files when I get access. One other thing. How do I get rid of
    the info that appears above and below the content that I'll have added. Imea....
  9. Fantastico And Cpanel Skin Problem.
    (1)
    I changed my domain from tf2maps.trap17.com to fearclan.trap17.com recently, and when I did,
    everything was working fine, except cpanel became really ugly with this rvblue skin that I
    couldn't change, and fantastico and phpmyadmin weren't working. Can I get my skin changed
    from rvblue to somethiong better, say the one I had before? I think it was called cpanel mod x3 or
    something. The frontend for rvblue is my cpanel ip:2082/frontend/rvblue/index.html But the one I
    want is my cpanel ip:2082//frontend/x3/index.html which says 404 not found. I really want tha....
  10. Phpizabi Social Network Script
    (1)
    Hello everyone not been on for AGES! we had net problems and i had to move to qupis and now
    I've got problems. I'm making a social networking site using this script and I cant get it
    to install Everytime I go to the install page i get this QUOTE Warning: session_start() :
    open_basedir restriction in effect. File(/home/kasiks1/tmp) is not within the allowed path(s):
    (/home/karlos:/usr/lib/php:/usr/local/lib/php:/tmp) in
    /home/karlos/public_html/phpazi/install/index.php on line 1 Fatal error: session_start() : Failed
    to initialize storage module: file....
  11. How To Make A View New Post Script?
    (5)
    Ok so i'm still working on the forum software i posted about a while back, but I have no idea
    how to do this. I want to make a view new post script, as this is one of the main things that my
    forum software dose not have that all other forums have. so does any body have an idea on how i
    would do this? Thanks.....
  12. Wordpress Upgrade Notification
    (7)
    Attn: Moderators of computinghost & Trap17 Wordpress blog software in most of the servers is not
    updated in most of the times. Whenever it gets upgraded on wordpress site but not on fatastico, i
    have managed to send PM or Ticket and then reported to upgrade the version in fantastico.So
    everytime whenever it gets updated, i have to create ticket or PM to notify. is there anyway we can
    automate this task? Currently, The wordpress version on iota server is not updated(its on 2.2.3),
    so i'm requesting for the upgrading it.As well as to any other version in future.....
  13. Windows Vista Sp1
    Does it make Vista a viable OS to upgrade to? (2)
    Has anyone actually been satisfied with the release of SP1 for Vista? Does it solve the problems
    that we've all griped about? Overview of Windows Vista SP1 From what I'm reading
    from that document, I'm actually surprised, appalled, and in a way, now wondering if Vista can
    actually be an upgrade. I laughed at: QUOTE Enhances support for high-definition (HD)
    drives by adding new icons and labels that identify HD-DVD and Blu-ray drives as HD drives.
    That's awesome. I never knew the HD drive that I bought was an HD until SP1. /rolleye....
  14. Joomla Help
    :) (2)
    Hey. I'm really new to using Joomla. I have installed a template. but it only works on the
    homepage. Any other pages on the site just have white backgrounds and weird text. The site is:
    http://theavamovement.com User: guest Pass: joomlahelp There is also a few little questions like
    what does this do, and what does that button do. I know some of my questions a probably answered in
    big guides or whatever, but I'd really appreciate if someone could add me on MSN/AIM (who has
    joomla knowledge) and just explain some things like on my level. Because sometimes gu....
  15. Guessing Php Script
    (2)
    I am looking for: freeware php quess the person in the photo game script....
  16. Login Script For Vbulletin.
    (9)
    For some reason when I try to logon from the main page it doesnt work, it just brings me to the
    forums unlogged. Anyone here have any ideas whats wrong with my coding? Heres the webpage:
    www.ageofilluminati.com Heres the coding im Using: QUOTE
    Forgot password? Register for free! ....
  17. Os X Leopard Upgrade/full Install
    (7)
    I am running OS X 10.4 right now and am looking to upgrade to Leopard soon. I was browsing online
    for OS X and came across two types one that listed as being an upgrade only requiring you to have
    10.4 already installed I believe and one that did not list any requirements. Obviously the one
    listing no requirements seemed the better option but I would like to know if this is correct. If I
    just get the version that doesn't specifically say I need 10.4 installed as a
    requirement(upgrade version). Will the other one do both upgrade and full installations of OS X? I
    just....
  18. Php Downloads Script
    (4)
    I've been looking all over the net for a PHP script which can provide an interface to browse a
    downloads database. The database could be powered by MySQL. If you know a script like this, please
    post it here. Thanks in advance, Ironchicken.....
  19. Loaing Script
    (3)
    hello, I'm looking for a preloader script for my site. like it will display an loading
    image while the site is loading and the once the page has loaded the image will disapear. i tryed
    searching for one on google but i could not find one, i think i searched for the worng thing. if
    some one knows how to make one or where i can find one that would be great. Thanks....
  20. Invite Script..
    (2)
    I didn't know where else to put it /sad.gif" style="vertical-align:middle" emoid=":("
    border="0" alt="sad.gif" /> If moderators find another forum more suitable plz move this one
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> I am looking
    for some sort of sript or program that let's people on your website invite friends. Like they
    put in their Emailadress and mails are send to everyone in their list.. I hope someone can help me
    /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Greetzz....
  21. Background Image Swap Script
    Change a Background Image based on clock time (15)
    Background Image Changer Script To swap the background image from your CSS file according to the
    Server Clock Time. 1.) In your CSS file, add the following rule: CODE body {
        background: url(time.png); } 2.) Create a "folder" named time.png. 3.) Into the
    folder, place three images named morning.png, day.png, night.png. 4.) Also, in the same folder,
    create an index.php file and copy/paste the following script. CODE <?php $hour =
    date('H'); if ($hour < 12 ) {     $image =
    "morning.png"; } ....
  22. Html Code Tester. Online Script
    (15)
    Yes, yes. I have another script that I have written and I am distributing. I am not entirely sure if
    this works. I have not tested it yet, but I will later and post back with a demo and fix it up.
    Current script: CODE <?php //Save this as something like htmltest.php function
    CheckForm() { $html_unsafe=$_POST['code']; //Gives us our user
    input $html_safe=str_replace("<?php"," ",$html_unsafe);
    //Starts security measures $html_safe=str_replace("?>","
    ",$html_sa....
  23. Joomla Template Maker
    (7)
    Special Offer!!! Get The "Joomla Template Maker" plus instructional videos for Only
    $4!! Plus For A Limited Time I Will Include "The Logic Of Joomla" eBook at NO extra
    Charge. Come Visit For More Info http://pcfiend.com/joomla/ ....
  24. Editing Or Modifying Joomla For A Beginner
    Php Help... Joomla related. (4)
    I have this code already existing... (index.php) id ) { initEditor(); } ?> " /> " ; ?> " ;
    ?> .... .... and it goes on. i am told to add this code in the head section...
    /modules/mod_smo_ajax_shoutbox_css.php" type="text/css" /> <script type="text/javascript" src="
    /modules/mod_smo_ajax_shoutbox_js.php"> I don't know much about PHP, but I don't see a
    incorporated in the index.php and I am not sure how to add the code. Anyone help out? Last warning
    notice** Topic title is IMPORTANT! ....
  25. Default Hosting Package Plan Upgrade!
    sweet mother of Jesus! (0)
    Announcing! For all Default Hosting Plan hosting members will see upgrades on their
    hosting space size and bandwidth. Trap17 is very delighted to present to you 150 MB --> 500 MB
    5 GB BW --> 10 GB bandwidth It is by our members that we're seeing this growth. Thanks to
    all members of Trap17 for keeping our host to be the best on the web. Keep promoting Trap17 and
    spread ComputingHost to the world. This plan will reflect as soon as servers are in low load. Thank
    you. --Trap17, a member of xisto PS a huge thanks to OpaQue for making this poss....
  26. Watermark Your Image With Simple Php Script
    found it on the net (35)
    This script was found on the net http://tips-scripts.com/?tip=watermark#tip B&T's Tips &
    Scripts site. Just in case the site may not show, I will include the code here: List of things
    needed: 1. your image in any format 2. watermark image--in gif format with transparent background 3.
    script below with name (i.e. watermark.php) CODE <?php // this script creates a watermarked
    image from an image file - can be a .jpg .gif or .png file // where watermark.gif is a mostly
    transparent gif image with the watermark - goes in the same directory as this script // ....
  27. Joomla Help
    (7)
    HI! Anyone of you are knowing joomla ??? It is a CMS (content management System..) I have a
    problem. I Install joomla and all works fine then i try to login as admin, but i can`t login Evil or
    Very Mad I have tested a lot of things: Cookies other browser (firefox,mozilla,IE) disable the
    firewall, disable the virusShield But i have no idea why it do not work???? MY details: AMD
    Athlon XP 2500 512 MB RAM winxp Sp2 Apache 2 (2.0.55) MYSQL 4.1 PHP 4 can you help me???? cu
    lumpic....
  28. Delay X Seconds In Flash
    how to action script that (1)
    How do i have to do, to tell a frame to wait x seconds after it continues playing? In Macromedia
    Flash, of course... Like: CODE stop(); "wait  x seconds"; play();
    Thanks....
  29. Web Surfing- Script Needed
    (2)
    We all know of anonymouse web surfing, Sites like http://anonymouse.ws/cgi-bin/anon-www.cgi Offer
    peope to surf the internet anonymousely, The site has baners and ads showing up and does not support
    all links. Does anyone know what script they use or where i could get one from, What script do they
    use? Also if anyone jnows how to make my own? I really want this as a addon for my site, So all help
    would be appriciated. Thanks, Mbd5882....
  30. Could Someone Make A Php Script For Me?
    Script to manage clans and players (3)
    Does someone know a script where you can 1. Add clans to a roster 2. Edit clans on a roster 3. Add
    players too a clan 4. Edit players 5. Schedule matches 6. Add clan Leaders to manage their own clan
    + members 7. Add members to edit their own information And maybe some sort of scoreboard integrated
    where you can put Wins, Draws and loses and that automaticly puts best clans on the top? If there
    isnt such a script could someone create 1 for me? (its for a league ^^)....

    1. Looking for joomla, upgrade, fantastico, script

Searching Video's for joomla, upgrade, fantastico, script
advertisement



Joomla Upgrade From Fantastico Script



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE