Do you know what is keyword this day, like twitter google have treding topics, Google call it with Google Trends. We can find the popular keyword today from this website http://www.google.com/trends/hottrends. This is some popular keyword or Hot Searches (USA) :
This is Popular keyword 30 March 2012 : earl scruggs, mega millions lottery, katie couric, donovan mcnabb, cesar chavez, carson daly, final four, spike lee, adrienne rich, zimmerman, faith hill, anchorman 2, millennial media, the giver, obamacare, what is autism, paul ryan, ron burgundy, raspberry ketone and transcendentalism.
You can find another popolar keyword today from : http://www.google.com/trends/hottrends.
Do you know what is keyword this day, like twitter google have treding topics, Google call it with Google Trends. We can find the popular keyword today from this website http://www.google.com/trends/hottrends. This is some popular keyword or Hot Searches (USA) :
This is Popular keyword 30 March 2012 : earl scruggs, mega millions lottery, katie couric, donovan mcnabb, cesar chavez, carson daly, final four, spike lee, adrienne rich, zimmerman, faith hill, anchorman 2, millennial media, the giver, obamacare, what is autism, paul ryan, ron burgundy, raspberry ketone and transcendentalism.
You can find another popolar keyword today from : http://www.google.com/trends/hottrends.
Find the sollution to fix this upload error, I have a website using Joomla 1.0.15, using the Component Remository 3.40. when i upload the file from backend of Joomla or frontend of Joomla, got this error : Error: this file was unspecified , and try to fix this error and try install component remocheck,
This is the results of the file upload are:
Error message: 1
Real file name: CV Update.pdf
File size (bytes): 0
Temporary file path:
Is it an uploaded file ?:
PHP file_uploads: 1
PHP upload_tmp_dir: /home/rahmat/tmp
PHP upload_max_filesize: 100Mb
PHP post_max_size: 10M
Points to watch out for are:
There should be no error message (typically, zero will be displayed). The real file name should correspond with the name of the file you sent. The file size should be the correct size for the file you sent. Temporary file path should look like a genuine specification for a file on the host system. Its precise character will vary across different systems. It should be a valid path including the name of the temporary file. If it is not overriden by the PHP config (see below) the temporary path will be the system temporary directory with file name added. The file name is generated by the system. If PHP is permitting file uploads, the file_uploads setting will be non zero. There may be no temporary upload directory specified in the PHP config. In this case, the system temporary directory will be used. For a Unix style system, this defaults to /tmp but can be configured to be anything. If the file path is specified, you would expect it to form part of the temporary file path shown above, followed by the temporary name. A temporary upload directory specified to PHP will override the system temporary directory. PHP will have a setting for the maximum permitted uploaded file size. PHP also has a setting for the maximmum POST size, and the file upload is a POST so the setting must be at least a little larger than the maximum permitted upload size, or it will be a constraint on uploads.
Note that the PHP settings cannot be overriden by a program like Remository. If they are too restrictive, you need to talk to your hosting provider, or consider altering your PHP configuration if it is under your own control.
I hope to find the solution to fix this Upload Error.
Jumi is the set of custom code extensions for Joomla! 1.0.x, 1.5.x and 1.6.x in their native modes. Since 2006 more then 200.000 downloads.
Jumi is ideal solution for including banners or text ads into your Joomla! site: no matter if your own or affiliates ones, easy and fast inclusion of smart javascript, php, html and dhtml scripts into your Joomla! content, fast development of not only small and simple customized modules and plugin solutions based on php, javascript and html or dhtml scripts like flash shows, ads and picture presentations, forms inclusion, etc. But for the development of more sophisticated solutions including database data processing.
With Jumi you can include php, html, javascript scripts into the modules position, articles, category or section descriptions, or into your own custom made component pages, you can even include static html or txt pages into your pages without using wrapper component, you have full access to Joomla! variables, functions, constants, etc. in your php scripts.
Download Jumi
Webometrics the Ranking Web is published twice a year (data is collected during the first weeks of January and July for being public at the end of both months), covering more than 20,000 Higher Education Institutions worldwide. This is motivation both institutions and scholars to have a web presence that reflect accurately their activities. If the web performance of an institution is below the expected position according to their academic excellence, university authorities should reconsider their web policy, promoting substantial increases of the volume and quality of their electronic publications.
Bogor Agricultural University has present Nasional Seminar on Web Rangking. The material of Seminar, you can download from this website.
I’ve been playing with the generic and useless message generated by Joomla 1.5.25 : “Error loading Modules”. This problem appeared while using Jumi, a Joomla plugin enabling custom scripts and file inclusion into articles, to include a php script which performs several sql queries.
I used Joomla + Jumi for a long time, without any problem.
What the hell was causing that weird message? And why no modules were showing in my page? After wasting lot of time googling, I realized something with the MySql connection wasn’t fine. I tried modifying all settings in my.cnf with no luck, I rewrote the script, I reinstalled Jumi… Nothing! Before giving up, I looked into the php.net manuals.
OMG, FOUND THE PROBLEM! Mysql has a “weird” behaviour: if you open 100 connections to 100 different databases in the same server, MySql uses the same connection id for each connection! So if you do
$db1 = mysql_connect($host, $user, $pass);
$db2 = mysql_connect($host, $user, $pass);
mysql_select_db(‘db1′, $db1);
mysql_select_db(‘db2′, $db2);
you get a race condition: only db2 is selected.
That’s why my modules didn’t show !
What to do? My work around to fix the “multiple connections problem” with MySql is the following:
$host1 = “localhost”;
$host2 = “127.0.0.1″;
$host3 = “127.0.0.1:3306″;
$host4 = “localhost:3306″;
$db1 = mysql_connect($host1, $user, $pass);
$db2 = mysql_connect($host2, $user, $pass);
$db3 = mysql_connect($host3, $user, $pass);
$db4 = mysql_connect($host4, $user, $pass);
References:
http://www.matteogiannone.com/blog/2009/11/joomla-1-5-error-loading-modules/ (Italian)
Graduated Bachelor in Electrical Engineering with Concentration in Information System and Computer of Gadjah Mada University. Rahmat Hidayat had been selected to participate in the Webpage Design & Dynamic Webpage Design (WPDD) short course at Multimedia University, Malaysia 2007. Rahmat Hidayat had been selected to participate in the Web-based Training Tutoring for Elearning, Elearning Management and Elearning Technology on the learning platform Global Campus 21® of Inwent. This program was implemented by the University of the Philippines Open University, sponsored by the Federal Ministry for Economic Cooperation and Development on behalt of the Government of the Federal Republic of Germany. The manager of several website like : Polytechnic of Andalas University | Polytechnic of Kampar | Magister of Management of Andalas University | College of Industrial Engineering Padang.
| 通信制高校 |
| Franquia escola informática |
Recent Comments