Problem solution
Soluzioni ai vostri errori

Find here the solution to your problem: search



Chi è online

We have 10 guests online

Home
Problem - Error: solutions for computer science
Include filename contains too many - ALERT Print E-mail
Web - Joomla
Thursday, 18 March 2010 21:43

ALERT - Include filename
“mod_mainmenu/../../../../modules/mod_mainmenu/tmpl/default.php') contains too many “../”

The error above means that you have exceeded the limit (usually 4) of  “../” to the included files.
Most likely you're using a template on Artisteer CMS Joomla, in fact, the bug has been fixed with later versions of Artisteer, but can be solved manually by replacing the following line of code:
require_once dirname(__FILE__) .
str_replace('/', DIRECTORY_SEPARATOR, '/../../../../modules/mod_mainmenu/tmpl/default.php');

present in the file TemplateName\html\mod_mainmenu\default.php with this line:
require_once realpath(dirname(__FILE__) .
str_replace('/', DIRECTORY_SEPARATOR, '/../../../../modules/mod_mainmenu/tmpl/default.php'));

 
Lost user windows Xp or Vista password Print E-mail
Windows - Operating System
Sunday, 14 March 2010 16:29

Forgot your password Windows XP or Vista?
No problem, there is a free program that suits you. It's called ophcrack and you can download the following link.

Operation is simple as downloading an ISO image that you burn to a CD, then restart your computer with the CD inside.
As the program is a Linux Live CD auto start and its cargo shows a screen with the list of Windows users identified by the program. From here you can select the desired user and click on "Launch" to locate the password.
The duration depends on the drafting of the password length to locate.

 
Make PDF file free Print E-mail
Miscellaneous software - Adobe Acrobat
Tuesday, 16 March 2010 20:29

Do you want to create a PDF file using a free program starting with word, excel, notepad, internet explorer, etc? This is simply how to run a print.
Fact, the program PDF Creator installs a virtual printer that turns your print spool in a PDF file. So how did you know, anything that you can send to the printer you can convert a PDF file.
The program also allows you to create files of different formats including here the PDF/A and combine several print spooler to obtain a single PDF file final.
Here is the link where you can download the updated version of the program: http://www.pdfforge.org/

 
Error using after mysql update Print E-mail
Source - SQL
Saturday, 13 March 2010 18:48

It may happen that after an updated version of mysql there are several errors. One of them is when there is a JOIN in your query associated with the command USING.

To resolve the error just replace the obsolete part of query:
LEFT JOIN table1 USING (fieldId)
with the following SQL code:
LEFT JOIN table1 AS aliasName on (aliasName.fieldId = table2.fieldId)

 


 

CF: SHTBRN79R18Z100F


bottom
top  


bottom

© 2009 Problem-Error.com - Disclaimer