Joomla For Newbies!

Welcome. Please Login, Register, Or Activate! 
type your username and password to login
Date: November 22, 2009, 05:42 AM
430674 members and 297824 Topics
Latest Member: Opistinee
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Webmasters (Moderators: OmniPotens, yawa-ti-de)  |  Joomla For Newbies!
Pages: (1) Go Down Send this topic Notify of replies
Author Topic: Joomla For Newbies!  (Read 412 views)
kok (m)
Joomla For Newbies!
« on: October 08, 2009, 06:32 PM »

Hello guys, I am a newbie with joomla, and seem to be having problems as i try to explore it. Can pros in the house please enlighten me on what I need to know as a starter.

first on my installation page I am having these error messages
C:\wamp\www\funassembly\assembly\libraries\pattemplate\patTemplate.php on line 1424
C:\wamp\www\funassembly\assembly\libraries\pattemplate\patErrorManager.php on line 202

Thanks!
yawa-ti-de (f)
Re: Joomla For Newbies!
« #1 on: October 08, 2009, 06:37 PM »

Maybe it's just me but what I see here is line number (which could mean anything) and no explicit error(s) mentioned.

You mind being more explicit? Thanks.
dgreatrock (m)
Re: Joomla For Newbies!
« #2 on: October 08, 2009, 07:32 PM »

i am interested
OmniPotens (m)
Re: Joomla For Newbies!
« #3 on: October 08, 2009, 07:38 PM »

@kok Have you gone to see what happened to those lines in question? View them to understand what's wrong with them then,
noibilism (m)
Re: Joomla For Newbies!
« #4 on: October 10, 2009, 12:46 PM »

I can give you a free e-book on joomla "Joomla For Dummies" send me a mail noiblism@gmail.com with the subject "Joomla 4 Dummies"
dgreatrock (m)
Re: Joomla For Newbies!
« #5 on: October 10, 2009, 09:01 PM »

@ nobil
pls your email is not correct
kok (m)
Re: Joomla For Newbies!
« #6 on: October 12, 2009, 09:23 AM »

Top of the day guys. please accept my apology for reporting late. I have been off duty since I posted the last message.

The actual error messages are:

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\funassembly\joomla\libraries\pattemplate\patTemplate.php on line 1424
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\funassembly\joomla\libraries\pattemplate\patErrorManager.php on line 202

What I have on line 1424:    $this->_modules[$moduleType][$sig]   =   &new $moduleClass;
 

and on line 202 of the stated file: $error         =&   new   $class( $level, $code, $msg, $info );


Another problem is this, I read through the joomla installation guide and did set it up manually but when I tried to log into the administration login it still bounce, even when I can access the database to confirm the login detail. I even had to copy and paste, it still bounce. please what could be the problem??

Thanks all!
noibilism (m)
Re: Joomla For Newbies!
« #7 on: October 12, 2009, 10:09 AM »

ikmomen (m)
Re: Joomla For Newbies!
« #8 on: October 13, 2009, 10:37 AM »

Quote from: kok on October 12, 2009, 09:23 AM
Top of the day guys. please accept my apology for reporting late. I have been off duty since I posted the last message.

The actual error messages are:

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\funassembly\joomla\libraries\pattemplate\patTemplate.php on line 1424
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\funassembly\joomla\libraries\pattemplate\patErrorManager.php on line 202

What I have on line 1424:    $this->_modules[$moduleType][$sig]   =   &new $moduleClass;
 

and on line 202 of the stated file: $error         =&   new   $class( $level, $code, $msg, $info );


Another problem is this, I read through the joomla installation guide and did set it up manually but when I tried to log into the administration login it still bounce, even when I can access the database to confirm the login detail. I even had to copy and paste, it still bounce. please what could be the problem??

Thanks all!
\


try the fantastico installation in your cPanel
yawa-ti-de (f)
Re: Joomla For Newbies!
« #9 on: October 13, 2009, 11:08 AM »

before fantastico, delete any existing joomla tables (usually prefixed by "jos_").  As a matter of fact, delete the entire database that you created for joomla (if using an existing database that you already have, just delete the tables as referenced in my first sentence).

good luck!
kok (m)
Re: Joomla For Newbies!
« #10 on: October 13, 2009, 05:02 PM »

Thank you guys! I really appreciate.

@yawatide. I have just done what you advice. deleted all the database on my server, it still pops out thesame error message.

@ikmomen. PLZ, How do I go about the fastastico method?
yawa-ti-de (f)
Re: Joomla For Newbies!
« #11 on: October 13, 2009, 05:45 PM »

hmm, next question:
What version of php are you running?  I believe the latest joomla software requires php5, not 4.  I say this cos I just now noticed the "deprecated" as part of your error msg.  Maybe it isn't the problem but recently, I was installing community builder on a client's joomla site and nothing was working.  It was only after I was searching for something else that my eye caught that the host was still using php4.  After I requested for an upgrade, the problem went away.

Check it and let us know.

Thanks
hostmot (f)
Re: Joomla For Newbies!
« #12 on: October 14, 2009, 03:05 AM »

Deprecated messages are just for the coder to know that the language constructs being used are outdated and are already phased out. In most cases, the code still runs fine, the error just gets thrown according to the error reporting level that you have set in php.ini. from what you have posted, I am unable to deduce what goes on right there.

perhaps posting for help on any one of the joomla forums out there might solve your problems quicker.

Olawunmi,
Sales Rep., Hostmot (www.hostmot.com)
Tech Pros (m)
Re: Dreamweaver Php And Mysql
« #13 on: October 14, 2009, 05:48 AM »

Exactly, the version of php should be d problem
kok (m)
Re: Joomla For Newbies!
« #14 on: October 15, 2009, 07:53 PM »

I am using the latest version of Wamp server which I think is PHP5 compatible. either way, I will check it out.

Thanks for all your info!
kok (m)
Re: Joomla For Newbies!
« #15 on: October 16, 2009, 05:25 PM »

yea guys, it works now! Thanks for all your support. I had to uninstall the Wampserver and re-install it. Though the "Deprecated" error still appears but its perfect now.

@olawunmi, I you are absolutely right about the error message been a notice of an outdated language. Thanks!

@yawa-ti-de; I appreciate your infos. Thanks! I owe u a rap of Guguru & Ekpa!  Grin
yawa-ti-de (f)
Re: Joomla For Newbies!
« #16 on: October 16, 2009, 06:08 PM »

he he, glad to know that it works.  We are all here to learn and be taught.  Now you have something added to your arsenal for when it happens to you again and/or someone approaches you with the same issue Wink
kok (m)
Re: Joomla For Newbies!
« #17 on: October 17, 2009, 02:39 PM »

yea thanks! you can say that again, and again and again!!!
wrex001 (m)
Re: Joomla For Newbies!
« #18 on: October 19, 2009, 06:06 PM »

Greeting to everyone in the house. A joomla newbie is here.

How do I use joomla!?
yawa-ti-de (f)
Re: Joomla For Newbies!
« #19 on: October 19, 2009, 07:36 PM »

www.joomla.org should point you in the right direction.

good luck!
cartoon1b
Re: Joomla For Newbies!help
« #20 on: October 20, 2009, 07:38 PM »

pls and pls can someone out there help on how i can install script on the server can anyone out there teach me that,with step by step picture guide, what and what that i have to do first before, and what and what that i need to do first
here is my email robhilson24@rediff.com
 the script is php

actually will be hoping to hear from you soon,
yawa-ti-de (f)
Re: Joomla For Newbies!
« #21 on: October 20, 2009, 08:09 PM »

1) stop triple posting
2) you install it the same way you install html - ftp or click "upload" in your cpanel.  There is nothing special about "script".  A file is a file is a guess what? you got it - a file  Wink

good luck!
pc guru (m)
Re: Joomla For Newbies!
« #22 on: October 21, 2009, 12:55 PM »

So all along you meant uploading a php script to a server.Why not use a ftp client or doesn't the server have it's own ftp uploader.
kok (m)
Re: Joomla For Newbies!
« #23 on: November 05, 2009, 03:02 PM »

Joomla! Security News
    

[20091103] - Core - Front-End Editor Issue

Posted: 03 Nov 2009 08:31 AM PST
Project: Joomla!
SubProject: com_content
Severity: Moderate
Versions: 1.5.14 and all previous 1.5 releases
Exploit type: Front-End Editing
Reported Date: 2009-September-05
Fixed Date: 2009-November-03
Description

When logged into the front end with Author access, it was possible to replace an article written by another user.
Affected Installs

All 1.5.x installs prior to and including 1.5.14 are affected.
Solution

Upgrade to latest Joomla! version (1.5.15 or newer).

Reported by Hannes Papenberg
The JSST at the Joomla! Security Center.
 


[20091103] - Core - XML File Read Issue

Posted: 01 Nov 2009 05:03 PM PST
Project: Joomla!
SubProject: All
Severity: Low
Versions: 1.5.14 and all previous 1.5 releases
Exploit type: Extension Version Disclosure
Reported Date: 2009-October-13
Fixed Date: 2009-Nov-03
Description

It is possible to read the contents of an extension's XML file and find the version number of the installed extension. This could allow people to exploit a known security flaws for a specific version of an extension.
Affected Installs

All 1.5.x installs prior to and including 1.5.14 are affected.
Solution

Turn on Apache mod_rewrite and configure your .htaccess file to filter out XML files. In the htaccess.txt file shipped with version 1.5.15, lines 35-39 contain example code that will deny access to XML files. You can incorporate this code (or similar code) into your .htaccess file. Be sure to test that it does not cause problems on your site.

Reported by WHK and Gergő Erdősi
 Best Web Design Tips And Tricks  My Diary Blog  Free Html Tutorials Available Online!  Page 2
Pages: (1) Go Up Send Topic to Friend by E-mail Reply 


Sections: Autos/Cars (2) Jobs/Vacancies (2) (3) Career Talk Education General(2) Politics Romance Computers Phones Travel
Sports Fashion Health Religion Celebrities TV/Movies (2) Music/Radio (2) Books Webmasters Programming

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa. See also: Nairalist Classified Ads
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.