ICQ:53-755-182 RSS channel for codegravity.com homepage Bookmark!

72/1NEW projects | 23 services | 257 web resources | 204/3NEW freelancers | 636 topics


JoomlaWatch
JoomlaWatch Stats 1.2.7b by Matej Koval


Login form:





Lost Password?
Register
Partners:

My CV / resume

Camping Europe

Autohome Slovensko

WinAsm Studio

Prehliadac Opera

ColdFusion, Flex, PHP Web development worldwide

View a profile on proagora.com
view my profile

CodeGravity.com is
looking for the
link partnership
with related websites.

Vyšné Ružbachy

Reštaurovanie, kameň, bronz, drevo

Slobodne forum

R.E.M.

Kanas

Valid XHTML 1.0 Transitional

RSS feed:
rss feed
Home
::post new topic::
noone u know
User

Fresh Boarder
Posts: 1
graphgraph
Karma: 0  
Warning: main(../../configuration.php): failed to - 2008/01/27 01:50 I get this error when i try to select joomlawatch from components menu:

Warning: main(../../configuration.php): failed to open stream: No such file or directory in /home/content/z/z/z/z/html/mysite/components/com_joomlawatch/visits.php on line 14


Fatal error: main(): Failed opening required '../../configuration.php' (include_path='.:/usr/local/lib/php') in /home/content/z/z/z/z//html/mysite/components/com_joomlawatch/visits.php on line 14

Any ideas?

Post edited by: matto, at: 2008/01/29 02:34
  reply | quote
matto
Admin

Admin
Posts: 219
graph
Karma: 8  
Re:Warning: main(../../configuration.php): failed - 2008/01/29 02:37 Don't know.. it should work.. it's a standard relative path and you have your configuration.php in the right directory.
I would suggest to use the absoulte path to this configuration.php as:

require($mosConfig_absolute_path."/configuration.php"); , but unfortunatelly, the $mosConfig_absolute_path variable is defined in this configuration.php itself

Joomla users, any suggestions or experiences with this?
  reply | quote
DLL
Visitor
 
Re:Warning: main(../../configuration.php): failed - 2008/02/04 00:55 I have the same problem..

pla help me out

Warning: main(../../globals.php) [function.main]: failed to open stream: No such file or directory in /x/x/x/x/x/x/components/com_joomlawatch/visits.php on line 13

Fatal error: main() [function.require]: Failed opening required '../../globals.php' (include_path='.:/usr/local/lib/php') in /x/x/x/x/x/x/components/com_joomlawatch/visits.php on line 13

Warning: main(../../globals.php) [function.main]: failed to open stream: No such file or directory in /x/x/x/x/x/x/components/com_joomlawatch/visits.php on line 13

Fatal error: main() [function.require]: Failed opening required '../../globals.php' (include_path='.:/usr/local/lib/php') in /x/x/x/x/x/x/components/com_joomlawatch/visits.php on line 13
  reply | quote
matto
Admin

Admin
Posts: 219
graph
Karma: 8  
Re:Warning: main(../../configuration.php): failed - 2008/02/04 03:30 Check if there is globals.php in your root directory of Joomla CMS.

Cheers,

Matto
  reply | quote
rakwholesale
User

Fresh Boarder
Posts: 4
graphgraph
Karma: 0  
Re:Warning: main(../../configuration.php): failed - 2008/03/12 06:25 Hi,

I am having the same problem with my install and the files are where they should be.
I am using 1.5 with legacy enabled. When I receive the error I see that the directory path defined in visits.php & stats.php omits several "/" characters in the directory path resulting in the error . This might be because I have several urls hosted under the same account and this install is not the main domain....



Warning: main(/home/content/m/y/sMAINDOMAINhtml_SUBDOMAIN/includes/defines.php): failed to open stream: No such file or directory in /home/content/m/y/s/MAINDOMAIN/html/_SUBDOMAIN/components/com_joomlawatch/stats.php on line 31


Sounds like a great plug - in would love to get fix on this. I can do great QA but not so great with code - so please help
  reply | quote
matto
Admin

Admin
Posts: 219
graph
Karma: 8  
Re:Warning: main(../../configuration.php): failed - 2008/03/12 06:29 Please try to install the new version 1.2.2
  reply | quote
rakwholesale
User

Fresh Boarder
Posts: 4
graphgraph
Karma: 0  
Re:Warning: main(../../configuration.php): failed - 2008/03/12 06:47 hey, thanks for the quick reply! I installed the new file just over an hour
ago... (JoomlaWatch-1.2.2-testing-UnzipFirst) is this the newest version?
  reply | quote
matto
Admin

Admin
Posts: 219
graph
Karma: 8  
Re:Warning: main(../../configuration.php): failed - 2008/03/12 14:38 And this error is in the new version? (1.2.2) Thanks
  reply | quote
rakwholesale
User

Fresh Boarder
Posts: 4
graphgraph
Karma: 0  
Re:Warning: main(../../configuration.php): failed - 2008/03/12 15:06 yes. I installed the new file, tried to run it and received this error.
I am running joomla 1.5 with legacy turned on - and this is the first install of your plug-in. Also, to the best of my knowledge, there is no globals.php in the joomla 1.5 app right? (response to your previous post)
  reply | quote
cordel
User

Fresh Boarder
Posts: 2
graphgraph
Karma: 0  
Re:Warning: main(../../configuration.php): failed - 2008/03/14 14:21 I also get a simular error o my hosted site. Confirmed that files exist in the location.


Warning: main(/home/content/c/d/ecdelasauxhtml/includes/defines.php): failed to open stream: No such file or directory in /home/content/c/d/e/cdelasaux/html/components/com_joomlawatch/stats.php on line 31

This is of coarse a hosted site
  reply | quote
cordel
User

Fresh Boarder
Posts: 2
graphgraph
Karma: 0  
Re:Warning: main(../../configuration.php): failed - 2008/03/14 15:20 I hacked this to somewhat work, Visitors show up as bots but atleast it doing something.
Changed the following:

stats.php
Code:

 for ($i 0$i sizeof($dirnameExploded) - $omitLast$i++) {     $jBasePath .= $dirnameExploded[$i]; #    if ($i <= $omitLast+2)         $jBasePath .= DIRECTORY_SEPARATOR; } define('JPATH_BASE'$jBasePath); define('DS'DIRECTORY_SEPARATOR); if (@file_exists(JPATH_BASE DIRECTORY_SEPARATOR "globals.php"))     @define('JOOMLAWATCH_JOOMLA_15'0); else     @define('JOOMLAWATCH_JOOMLA_15'1); if (JOOMLAWATCH_JOOMLA_15) {     require_once (JPATH_BASE 'includes' DS 'defines.php');     require_once (JPATH_BASE 'includes' DS 'framework.php');     require_once (JPATH_BASE 'libraries' DS 'joomla' DS 'application' DS 'module' DS 'helper.php');


visits.php
Code:

 $omitLast 2; for ($i 0$i sizeof($dirnameExploded) - $omitLast$i++) { #for ($i = 0; $i < sizeof($dirnameExploded) - 2 ; $i++) {     $jBasePath .= $dirnameExploded[$i]; #    if ($i <= $omitLast=+2)         $jBasePath .= DIRECTORY_SEPARATOR; } define('JPATH_BASE'$jBasePath); define('DS'DIRECTORY_SEPARATOR); if (@file_exists(JPATH_BASE DIRECTORY_SEPARATOR "globals.php"))     @define('JOOMLAWATCH_JOOMLA_15'0); else     @define('JOOMLAWATCH_JOOMLA_15'1); if (JOOMLAWATCH_JOOMLA_15) {     require_once (JPATH_BASE 'includes' DS 'defines.php');     require_once (JPATH_BASE 'includes' DS 'framework.php');     require_once (JPATH_BASE 'libraries' DS 'joomla' DS 'application' DS 'module' DS 'helper.php');


Obviously this is not compleate as it needs adjustment through out the files, also this is a hack and there should be a cleaner methode to define the path. I just wanted to see something work before turning in

Cheers,
Corey
  reply | quote
matto
Admin

Admin
Posts: 219
graph
Karma: 8  
Re:Warning: main(../../configuration.php): failed - 2008/03/16 07:56 Please try 1.2.3, there are some new features as well.
  reply | quote
rakwholesale
User

Fresh Boarder
Posts: 4
graphgraph
Karma: 0  
Re:Warning: main(../../configuration.php): failed - 2008/03/17 16:20 I was happy to try your new version as I didn't want to have to hard code work arounds -(thanks for the previous poster) however here are the problems I am now faced with:

when I tried to install the com_joomlawatch.zip from version JoomlaWatch-1.2.4-UnzipFirst, my admin interface returned a blank page.

I tried to uninstall the component because I figure something was wrong with the file or the install. here is the error I received upon uninstall:


* JInstaller::install: ERRORXMLSETUP
* If this Extension has created tables or installed additional files, they must be removed manually.



I am running Joomla 1.5 with legacy turned ON

How do I remove whatever was left from the erroneous install?

thanks
  reply | quote
::post new topic::









Download the NEW JoomlaWatch 1.2.6 from 24.5.2008 that works with Joomla 1.5 and Joomla 1.0

Popular:
MathGuard
Random screenshot:

linoopz14.jpg


Poll
What's your proffession?
 

News:

Registration required
I know that people don't like registering on websites, but I had to do it. From this moment you have to register first, before you download any file. This is better, because this way I can give you quick info about new version of downloadable files (eg. MathGuard) or some necessary security fixes. Thanks for understanding. (26.08.2007)

Books about investing and finance
I'd like to recommend you to read a book by Robert T. Kiyosaki - "Rich Dad, Poor Dad". However many people say it's quite a controversial book, it gave me a good motivation to improve my financial intelligence. (23.08.2007)

Fighting with the spam
All of the forms were protected with my own PHP antispam class - MathGuard, including the forms in the joomla modules I use. (02.05.2007)

Forum
Converted posts from the old punbb forum to the new joomlaboard (25.02.2007)

Improvement
Fixed some issues with the freelance registration, added a possibility to add a new programming resource, reorganized the structure of the programming resources. (24.02.2007)

New content management system
Codegravity.com is now running on joomla cms :) Added features like comments, forum etc. I hope you'll like it. Today I fixed the problem with the comment module which was not showing the correct images. There is also a new URL structure. For the old urls there is a 301 (Moved permanently) http redirect. (10.02.2007)

Moved to another hosting
Codegravity.com has been moved to another web hosting - CustomHosting.sk, from the previous pipni.cz, mainly because of the mod_rewrite problems and slow loading of the website. Sorry for some problems that lasted for about an hour. (19.01.2007)

Bookmark feed
The new feed from the del.icio.us has been added to the homepage codegravity.com. You 'll always have the latest information about the sites I like and you should visit as well! (21.11.2006)

News improved
Today I improved the news feeds. They are sorted into categories and I also added some other feeds that may be interested for you. (31.03.2006)

The Antispam verification
My email form was hijacked by the spam bots and I was recieving a lots of junk into my mailbox everyday. So, I decided to put a simple verification in the end of the form. You have to answer the result of addition of two numbers. Thank you for your understanding. (07.03.2006)

Java SE 6 Beta Mustang is out !
This beta release is a major milestone in the development of Mustang. It provides a complete stable snapshot of the final release functionality. http://mustang.dev.java.net (20.02.2006)

Google analytics, apply online
Apply online to google-analytics.com. They offer the new way of analysis of your website visitors. It is very promising, and when you will recieve the invitation code, you can send me one :) Thank you :) (13.02.2006)

Money Manager 2 - software for mobile accounting

FaceRSS - simple JavaServer Facer (JSF) component
I registered my new project - FaceRSS on freshmeat.net, here is the description: FaceRSS is a simple JavaServer Faces (JSF) component that allows you to display news from a specified URL source in one configurable JSP tag. This allows you to place news feeds on a Web site in a very simple way. It uses rsslib4j and therefore supports RSS version 0.9x, 1.0, and 2.0 with Dublin Core and Syndication namespaces. (06.01.2006)

My new blog :)
Check out my new [jroller.com/page/matto3c] blog on jroller.com website. Here is the RSS feed [http://jroller.com/rss/matto3c] if you'd like to add it into your news reader. (14.12.2005)

ERM-II and Slovakia
SLOVAKIA, my home country, is now one step closer to adopting the common European currency - EURO. At midnight between November 25 and November 26, the country joined the Exchange Rate Mechanism 2 (ERM-II) (30.11.2005)

www.jground.com
I established a new website - http://www.jground.com, it's all based on JSF and it should be all about Java and all other related things. Enjoy! (25.11.2005)

Swing text antialiasing

Java webhosting
I'm trying a new http://www.move.cz java webhosting on www.move.cz, but it seems they don't respond to my questions about JSF ;( (16.11.2005)

Migration from Weblogic to JBoss
Currently I am working on a task: Migration of one J2EE application from Weblogic to JBoss application server. So, if you have any suggestions or resources, I would be glad if you'll send me some. Thanks (15.11.2005)

Increased Java performance
Java increased its performance on desktop by 58% : [http://www.javalobby.org/java/forums/t54006.html] Java Performance
Improvement (15.11.2005)

Exadel Studio Pro
At this time I'm playing with JSF (Java Server Faces). I want to recommend you a great IDE - Exadel JSF Studio Pro. It costs about $99, and there is 15 days trial available. You can also try MyEclipse which has also like Exadel - WYSIWYG editor for editing JSP, JSF pages. It can save you a lot of time. For more info, visit www.exadel.com (27.09.2005)

Programming directory
added a new programming resources directory, where you can submit your own programming website (14.09.2005)

Programming forum
Now the Programming forum is included in website design. I put there some topics from previous version of this forum. (19.08.2005)

Ubytovanie, podnajom Poprad
Ponuka na podnajom, ubytovanie: Zrekonštruované podkrovie - rodinny dom Poprad-Matejovce - 2 izby + pracovna + kúpelna s kuchynou, strešné a plastové okná, samostatné plynové kúrenie, drevené plávajúce podlahy, garáž, velká záhrada a samostatný vchod. . . Cena: dohodou
Kontakt: 0949 401 409 (18.02.2008)
Privacy policy | freelance programmers | webmaster resources | IT services directory | advertise

Locations of visitors to this page


©2003-2007 Codegravity.com - Re:Warning: main(../../configuration.php): failed - Joomlaboard-Forum