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
7 Pages V  < 1 2 3 4 > »    Reply to this topic Start new topic
left right
ckkok
post Apr 16 2010, 12:07 AM
Post #21


Newbie
*

Group: Members
Posts: 7
Joined: 7-April 10
Member No.: 137,457



QUOTE(lizon @ Apr 15 2010, 04:28 PM) *
Should be like this:
CODE
var $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';


NOT this

CODE
var $offline_message = 'This site is down for
maintenance.<br /> Please check back again soon.';


The file is read line by line, to close a line properly you need ;, which is missing on the code that you posted.


Hi, Thanks again!
I change the code as below :

<?php
class JConfig {
/* Site Settings */
var $offline = '0';
var $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';

And, after that I tried again, the same result appeared :

Parse error..... .... .....line 6......

So, I changed my code to :

<?php
class JConfig {
/* Site Settings */
var $offline = '0';
var $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';
}
?>

And, this time, the result appeared :

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

I don't know what else do I make my mistake ?
Please help! unsure.gif
Go to the top of the page 
 
  + Quote Post
lizon
post Apr 16 2010, 01:42 AM
Post #22


Ninja
***

Group: Members
Posts: 289
Joined: 10-February 09
Member No.: 81,548



the only thing I can think of is that you are copy/pasting incorrectly the code you need. I've done the install at least 2-3 times already before without any problem. Everything you did up until the configuration file was done correctly. I suggest you try to copy/paste it again. Try using notepad to make the file. Don't use wordpad or something funny like that.
Go to the top of the page 
 
  + Quote Post
ckkok
post Apr 16 2010, 02:07 AM
Post #23


Newbie
*

Group: Members
Posts: 7
Joined: 7-April 10
Member No.: 137,457



<?php
class JConfig {
/* Site Settings */
var $offline = '0';
var $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';

Above is the exact code I'm write by a notepad and save as "configuration.php" with the quote.
I try to upload again, and this time the result :

Parse error: syntax error, unexpected $end, expecting T_FUNCTION in /www/99k.org/l/b/p/lbpgroup/htdocs/configuration.php on line 7

Please help! unsure.gif
Go to the top of the page 
 
  + Quote Post
lizon
post Apr 16 2010, 03:30 AM
Post #24


Ninja
***

Group: Members
Posts: 289
Joined: 10-February 09
Member No.: 81,548



I cannot help you without seeing what's going on directly. I'm not physic. The only thing I can tell you is to do it again. It's something on your end that your doing wrong. That's all I can say. I can't help anymore than that without doing the install personally and uploading the files personally to make sure it's done right.
Go to the top of the page 
 
  + Quote Post
ckkok
post Apr 16 2010, 03:46 AM
Post #25


Newbie
*

Group: Members
Posts: 7
Joined: 7-April 10
Member No.: 137,457



Hi, Lizon

You been so helpful to me as a newbie here and I'm appreciated a lot for that!

I will delete the whole Joomla content in the zymic server and re-ftp again the whole Joomla package, re-installation and re-configuration.php and hopefully this time it work.

Thx! rolleyes.gif
Go to the top of the page 
 
  + Quote Post
closeupman
post Apr 18 2010, 12:11 AM
Post #26


Newbie
*

Group: Members
Posts: 3
Joined: 19-September 09
Member No.: 110,744



I did everything and am getting the 404 error as well.
I created and even verified after the error what the code looks like:
Parse error: syntax error, unexpected $end, expecting T_FUNCTION in /www/99k.org/c/l/o/closeupman/htdocs/configuration.php on line 5

<?php
class JConfig {
/* Site Settings */
var $offline = '0';
var $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';



Thanks blink.gif
Go to the top of the page 
 
  + Quote Post
lizon
post Apr 18 2010, 01:26 AM
Post #27


Ninja
***

Group: Members
Posts: 289
Joined: 10-February 09
Member No.: 81,548



I just did it again.

http://lizontest.uuuq.com/

Copy the code your given into notepad, paste it, then save as configuration.php and upload. That's it.
Go to the top of the page 
 
  + Quote Post
killzone
post Apr 18 2010, 10:22 PM
Post #28


Newbie
*

Group: Members
Posts: 4
Joined: 27-December 09
Member No.: 124,021



It worked for me!
Thanks, no errors at all.
However, about templates, is there a solution? If so how?

QUOTE
Operation Failed!: failed to open file /www/99k.org/f/u/n/funtime/htdocs/templates/go_roundy/params.ini for writing.

I've installed the skin manually, however, there's a slight problem.
I went to Filezilla and 'checked' all the file permission, now it has 777.
Still I get that.

Any solution?
Go to the top of the page 
 
  + Quote Post
fakeer4
post Apr 20 2010, 10:31 AM
Post #29


Newbie
*

Group: Members
Posts: 1
Joined: 12-January 10
Member No.: 126,093



QUOTE(lizon @ Apr 15 2010, 04:28 PM) *
Should be like this:
CODE
var $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';


NOT this

CODE
var $offline_message = 'This site is down for
maintenance.<br /> Please check back again soon.';


The file is read line by line, to close a line properly you need ;, which is missing on the code that you posted.

hello there am geting this error i have don`n in installation with joomala but when i deleted the instalation directorty i am geting this msg <Parse error: syntax error, unexpected $end, expecting T_FUNCTION in /www/zxq.net/m/b/b/mbbsinukraine/htdocs/configuration.php on line 6>
Go to the top of the page 
 
  + Quote Post
lizon
post Apr 20 2010, 06:56 PM
Post #30


Ninja
***

Group: Members
Posts: 289
Joined: 10-February 09
Member No.: 81,548



I think I'm going to have to make a video to show people how to copy and paste -.-
Go to the top of the page 
 
  + Quote Post
Mr. Pixel
post Apr 22 2010, 05:05 PM
Post #31


Newbie
*

Group: Members
Posts: 2
Joined: 22-April 10
Member No.: 139,446



Hello,

Big thanks for the guide, as I was previously unable to install Joomla.
I was wondering, however, if disabling ini_set() doesn't expose the website to a security risk.

Thanks in advance.
Go to the top of the page 
 
  + Quote Post
lizon
post Apr 22 2010, 10:10 PM
Post #32


Ninja
***

Group: Members
Posts: 289
Joined: 10-February 09
Member No.: 81,548



no, it doesn't. It mearly disables Joomla's ability to pull files from their website for themes and updates. IT just means you need to install updates and themes manually. Which isn't a big deal.
Go to the top of the page 
 
  + Quote Post
mofidy
post May 1 2010, 09:18 AM
Post #33


Newbie
*

Group: Members
Posts: 4
Joined: 27-March 10
Member No.: 136,186



Hello Dear
I recently have installed Joomla 1.5 on Zymic. But neither the administration nor in my site I do not see any image. Where do you think of the problem?
Grateful
Go to the top of the page 
 
  + Quote Post
lizon
post May 1 2010, 02:21 PM
Post #34


Ninja
***

Group: Members
Posts: 289
Joined: 10-February 09
Member No.: 81,548



Either your images aren't there or the folder that they are in aren't viewable in which case you would have to check your folder permissions.

If all else fails install again from scratch.
Go to the top of the page 
 
  + Quote Post
mofidy
post May 1 2010, 04:45 PM
Post #35


Newbie
*

Group: Members
Posts: 4
Joined: 27-March 10
Member No.: 136,186



QUOTE(lizon @ May 1 2010, 02:21 PM) *
Either your images aren't there or the folder that they are in aren't viewable in which case you would have to check your folder permissions.

If all else fails install again from scratch.


Thanks!
I already had installed Joomla in the root and once in a folder called joomla, but problem not solve.
Go to the top of the page 
 
  + Quote Post
lizon
post May 1 2010, 06:45 PM
Post #36


Ninja
***

Group: Members
Posts: 289
Joined: 10-February 09
Member No.: 81,548



I know I'm going to regret asking, what's your url?
Go to the top of the page 
 
  + Quote Post
mofidy
post May 1 2010, 07:39 PM
Post #37


Newbie
*

Group: Members
Posts: 4
Joined: 27-March 10
Member No.: 136,186



QUOTE(lizon @ May 1 2010, 06:45 PM) *
I know I'm going to regret asking, what's your url?


epmath.99k.org
Go to the top of the page 
 
  + Quote Post
lizon
post May 1 2010, 09:54 PM
Post #38


Ninja
***

Group: Members
Posts: 289
Joined: 10-February 09
Member No.: 81,548





http://blog.mcdermotts.org.uk/2007/09/tuto...-icons-missing/
Go to the top of the page 
 
  + Quote Post
mofidy
post May 2 2010, 12:14 PM
Post #39


Newbie
*

Group: Members
Posts: 4
Joined: 27-March 10
Member No.: 136,186



Thanks lizon

My Problem is solved. I upload images again (binary by ftp).

Thanks Thanks
Go to the top of the page 
 
  + Quote Post
VaLyNdrMn
post May 18 2010, 02:45 AM
Post #40


Newbie
*

Group: Members
Posts: 6
Joined: 18-May 10
Member No.: 142,380



Don't mean to bring up a topic that's been silent for a few weeks, but I need some assistance. :-(

I've followed the tutorial for Joomla, and have been trying to install v. 1.5.17 on my site, but I can't seem to get it working right...
QUOTE
Parse error: syntax error, unexpected $end in /www/zxq.net/b/l/a/blast-assist/htdocs/libraries/joomla/session/session.php on line 1


Is what I'm getting right now.
My site is here: blast-assist.zxq.net

Thanks for the help :-)

-Valyndrmn
Go to the top of the page 
 
  + Quote Post
7 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: 19th May 2013 - 03:34 AM