Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.

In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.

left Zymic Webmaster ForumsZymic Free Web HostingTutorials right
8 Pages V  < 1 2 3 4 > »    Reply to this topic Start new topic
left right
gEmnet
post Jul 27 2008, 10:11 PM
Post #21


Newbie
*

Group: Members
Posts: 4
Joined: 27-July 08
Member No.: 50,012



QUOTE(orome @ Jul 14 2008, 11:03 AM) *
Ok, I've tried to install joomla 1.5 on the host. So far I've been able to upload the files using an ftp manager, and to go through the installation process. The error occurs when I try to upload templates, plugins or language files (admin and site).

To me it seem there is some cind of a problem with transfering the files from my local computer to joomla web host.

The only thing I haven't tried is manually uploading those files in a joomla installation folder and installing them from there. Where do I store joomla pluggins, languages and similar data ready to be installed?


Hmm.. I'm actually uploading joomla and I'm a new user at zymic but for all I know the problem *can* be that zymic use "safe mode=on" and so all you need to do is to use the ftp layer in Joomla -> Global Configuration.
Go to the top of the page 
 
  + Quote Post
MadAL
post Aug 4 2008, 02:06 PM
Post #22


Newbie
*

Group: Members
Posts: 1
Joined: 16-July 08
Member No.: 46,566



hi

Yesterday and Today I tried to setup joomla CMS v 1.5.5 ( and 1.5.4 too) on my zymic site. But during installation I get such error:



Why?
My site is wrestlingnizhnov.vndv.com and I'm enter database name wrestlingnizhnov_joomla and wrestlingnizhnov_myusername . What I'm doing incorrect.

Sory for my English.
Go to the top of the page 
 
  + Quote Post
franz1789
post Aug 4 2008, 08:50 PM
Post #23


Newbie
*

Group: Members
Posts: 6
Joined: 3-August 08
Member No.: 52,054



QUOTE(MadAL @ Aug 4 2008, 02:06 PM) *
hi

Yesterday and Today I tried to setup joomla CMS v 1.5.5 ( and 1.5.4 too) on my zymic site. But during installation I get such error:



Why?
My site is wrestlingnizhnov.vndv.com and I'm enter database name wrestlingnizhnov_joomla and wrestlingnizhnov_myusername . What I'm doing incorrect.

Sory for my English.

Me too, the same problem, please, I'm wasting precious bandwidth trying to update and re-install joomla...
Go to the top of the page 
 
  + Quote Post
Callum08
post Aug 4 2008, 10:07 PM
Post #24


Newbie
*

Group: Members
Posts: 1
Joined: 4-August 08
Member No.: 52,374



I have tried to install joomla a number of times
i have not once succeeded
Here is the info;

1. i download Joomla 1.5 from official joomla site
2. i unzip and upload all the files to a folder named "joomla"
3. i type in the url "www.mysite.vndv.com/jomla
4. and i automatically get this page saying " PLEASE REMEMBER TO COMPLETELY
REMOVE THE INSTALLATION DIRECTORY.
You will not be able to proceed beyond this point until the installation directory has been removed. This is a security feature of Joomla!.
Click here when the directory has been removed.
5.this page appears without me configuring anything
6. i have tried deleting the files but this doesn't help

Please help!
Go to the top of the page 
 
  + Quote Post
rhye
post Aug 6 2008, 06:32 AM
Post #25


Newbie
*

Group: Members
Posts: 2
Joined: 23-July 08
Member No.: 48,692



I've installed my joomla 1.5.5 but I can't go to my front end.
when I type my url http://rhye.vndv.com I received this error!
Any help im new to joomla.
CODE
Parse error: syntax error, unexpected $end, expecting ')' in /www/vndv.com/r/h/y/rhye/htdocs/libraries/joomla/cache/handler/callback.php on line 80
Go to the top of the page 
 
  + Quote Post
Sugarblossoms
post Aug 6 2008, 07:36 AM
Post #26


Ninja
***

Group: Members
Posts: 248
Joined: 24-June 08
From: Sugarhoney Fields
Member No.: 39,026



QUOTE(MadAL @ Aug 4 2008, 02:06 PM) *
hi

Yesterday and Today I tried to setup joomla CMS v 1.5.5 ( and 1.5.4 too) on my zymic site. But during installation I get such error:



Why?
My site is wrestlingnizhnov.vndv.com and I'm enter database name wrestlingnizhnov_joomla and wrestlingnizhnov_myusername . What I'm doing incorrect.

Sory for my English.




It might be your "wrestlingnizhnov_joomla" and "wrestlingnizhnov_myusername." They might be too long.
Go here for possible solution: http://www.zymic.com/forum/index.php?showt...st=0&#entry
Go to the top of the page 
 
  + Quote Post
ashL rem
post Aug 6 2008, 09:22 AM
Post #27


Newbie
*

Group: Members
Posts: 4
Joined: 29-July 08
Member No.: 50,524



hi,

i've been trying to install my joomla in zymic but i always got this error..

QUOTE
Database Error: Unable to connect to the database:Could not connect to MySQL


can someone give me a link on how to configure my configuration.php

here's my code in configuration.php

CODE
var $dbtype = 'mysql';                                        
    var $host = 'vndv.com';                //i also tried 'localhost' but it doesn't work
    var $user = 'shamakiddiecenter_admin';                
    var $password = '**********';                      
    var $db = 'shamakiddiecenter_db';                  
    var $dbprefix = 'jos_';                                

    /* Server Settings */
    var $secret = '************';                                   
    var $gzip = '0';
    var $error_reporting = '-1';
    var $helpurl = 'http://help.joomla.org';
    var $xmlrpc_server = '1';
    var $ftp_host = 'shamakiddiecenter.vndv.com';
    var $ftp_port = '21';
    var $ftp_user = 'shamakiddiecenter';
    var $ftp_pass = '*********';
    var $ftp_root = 'shamakiddiecenter.vndv.com/';
    var $ftp_enable = '';
    var $tmp_path    = '/tmp';
    var $log_path    = '/var/logs';
    var $offset = '0';
    var $live_site = '';



thanks..
Go to the top of the page 
 
  + Quote Post
Andrew
post Aug 6 2008, 06:12 PM
Post #28


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,817
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



QUOTE(ashL rem @ Aug 6 2008, 05:22 AM) *
hi,
CODE
var $dbtype = 'mysql';                                        
     var $host = 'vndv.com';                //i also tried 'localhost' but it doesn't work
     var $user = 'shamakiddiecenter_admin';                
     var $password = '**********';                      
     var $db = 'shamakiddiecenter_db';                  
     var $dbprefix = 'jos_';


Your username and database name are way too long, MySQL has a limit of 16 characters on this server, and shamakiddiecenter_admin is 23 characters. You can follow my directions in this post if you want to keep the same site name.

Also for the $host variable it NEEDS to be 'localhost' nothing else will work.
Go to the top of the page 
 
  + Quote Post
franz1789
post Aug 6 2008, 10:15 PM
Post #29


Newbie
*

Group: Members
Posts: 6
Joined: 3-August 08
Member No.: 52,054



QUOTE(Trippin7464 @ Aug 6 2008, 06:12 PM) *
Your username and database name are way too long, MySQL has a limit of 16 characters on this server, and shamakiddiecenter_admin is 23 characters. You can follow my directions in this post if you want to keep the same site name.

Also for the $host variable it NEEDS to be 'localhost' nothing else will work.

it's fucking stupid this limit. Since my space is comehereoften.vndv,com, I need to call the db comehereoften_a, or b, or just one letter...
Go to the top of the page 
 
  + Quote Post
Andrew
post Aug 6 2008, 11:56 PM
Post #30


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,817
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



QUOTE(franz1789 @ Aug 6 2008, 06:15 PM) *
it's fucking stupid this limit. Since my space is comehereoften.vndv,com, I need to call the db comehereoften_a, or b, or just one letter...


How is it stupid? Whats the problem? Only YOU see the database names, it's not like it affects how the database works by having ONE letter names. Also you're only allowed 5 databases, so it's not like you're going to run out of letters to make new ones.

Stop complaining about a free service, had you paid for it I might be a little more understanding. But you didn't.
Go to the top of the page 
 
  + Quote Post
franz1789
post Aug 7 2008, 12:11 PM
Post #31


Newbie
*

Group: Members
Posts: 6
Joined: 3-August 08
Member No.: 52,054



QUOTE(Trippin7464 @ Aug 6 2008, 11:56 PM) *
How is it stupid? Whats the problem? Only YOU see the database names, it's not like it affects how the database works by having ONE letter names. Also you're only allowed 5 databases, so it's not like you're going to run out of letters to make new ones.

Stop complaining about a free service, had you paid for it I might be a little more understanding. But you didn't.

and what about the previous user that cannot do any db? shamakiddiecenter has 18 char, so he cannot create any db...

I'm not complaining, I only said that it's a stupid things, and that perhaps you should tell before, even when choosing the site name...
I lost loads of time and bandwithd trying to cancela and reupload joomla, and so other users did...
Go to the top of the page 
 
  + Quote Post
franz1789
post Aug 7 2008, 11:52 PM
Post #32


Newbie
*

Group: Members
Posts: 6
Joined: 3-August 08
Member No.: 52,054



BTW, i called my db with a single char (though in the control panel mysql db guided creation said that i could use 53 char) but joomla still does not recognize it...
what am I supposed to do?
Go to the top of the page 
 
  + Quote Post
Andrew
post Aug 8 2008, 05:19 AM
Post #33


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,817
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



QUOTE(franz1789 @ Aug 7 2008, 07:52 PM) *
BTW, i called my db with a single char (though in the control panel mysql db guided creation said that i could use 53 char) but joomla still does not recognize it...
what am I supposed to do?


QUOTE(Trippin7464 @ Aug 6 2008, 02:12 PM) *
Your username and database name are way too long, MySQL has a limit of 16 characters on this server, and shamakiddiecenter_admin is 23 characters. You can follow my directions in this post if you want to keep the same site name.


Read the post I linked to... You can KEEP the same site name (even though it's too long) and still get a mysql database.
Go to the top of the page 
 
  + Quote Post
wozzym
post Aug 8 2008, 05:46 AM
Post #34


Outrageously Uber Ninja
Group Icon

Group: Community Helper
Posts: 2,197
Joined: 2-March 08
From: Australia
Member No.: 12,578



just installed it successfully here as well: http://fizly.vndv.com
Go to the top of the page 
 
  + Quote Post
franz1789
post Aug 8 2008, 06:59 PM
Post #35


Newbie
*

Group: Members
Posts: 6
Joined: 3-August 08
Member No.: 52,054



Still cannot install it, I changed also the username to a single letter, but it says internal proxy error...
Go to the top of the page 
 
  + Quote Post
Andrew
post Aug 8 2008, 07:41 PM
Post #36


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,817
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



If you would like franz I will help you via AIM or MSN or something, just get my screen name off my Zymic profile.

Also, did you assign the privileges to the Database and username
Go to the top of the page 
 
  + Quote Post
franz1789
post Aug 10 2008, 07:43 PM
Post #37


Newbie
*

Group: Members
Posts: 6
Joined: 3-August 08
Member No.: 52,054



joomla is quite useless with safe_mode on...
Go to the top of the page 
 
  + Quote Post
Andrew
post Aug 11 2008, 02:15 AM
Post #38


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,817
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



QUOTE(franz1789 @ Aug 10 2008, 03:43 PM) *
joomla is quite useless with safe_mode on...

Want to have Safemode OFF & PHP Mail ON? Get them both for just $15 Or pay separately $10 for either, Contact Jack on zIRC.
Go to the top of the page 
 
  + Quote Post
Alex8730
post Aug 20 2008, 08:16 AM
Post #39


Newbie
*

Group: Members
Posts: 17
Joined: 17-August 08
Member No.: 55,427



Well, I just want to try out Joomla, and well I got this error after uploading the files. I never even got a change to install anything or anything, and I get this page: http://www.livepreview.net78.net
Go to the top of the page 
 
  + Quote Post
Andrew
post Aug 20 2008, 09:55 PM
Post #40


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,817
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



So do as it says, remove the installation directory!
Go to the top of the page 
 
  + Quote Post
8 Pages V  < 1 2 3 4 > » 
 Reply to this topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 21st November 2009 - 07:07 PM