Hi
This index notification that magento has not yet been indexed its categories,artibuts and so on relly anoyes when it come to appear each time we login an use the Magento admin panle
it is luck as the following:
One or more of the Indexes are not up to date: Product Attributes, …
11 March 2011
No comments
Every time that I loged in to magento admin panel I would see a notification such the following would be appeared at the very top under the navigation menu appeared
You have 1 critical, 4 major, 20 minorÙˆ26 notice unread message(s). Go to messages inbox. …
11 March 2011
12 comments
the command template to achieve packing a folder into a .tar.gz compressed file is as follows:
tar -zcvf packagename.tar.gz foldername/
to coppy all of the files of that folder instead of the folder itself just you need to opt a asterix at the end of it:
tar -zcvf packagename.tar.gz foldername/*
Thanks
Voshka Niknam
11 March 2011
No comments
* Dreamweaver CS5 on Windows Seven 7:
C:\Users\woshka\AppData\Roaming\Adobe\Dreamweaver CS5\en_US\Configuration
* Dreamweaver CS3 on Windows Vista:
C:\Users\[username]\AppData\Roaming\Adobe\Dreamweaver 9\Configuration
* Dreamweaver 8 on Windows Vista:
C:\Users\[username]\AppData\Roaming\Macromedia\Dreamweaver 8\Configuration
* Dreamweaver CS3 on Windows XP:
C:\Documents and Settings\[username]\Application Data\Adobe\Dreamweaver 9\Configuration
…
10 March 2011
No comments
By using .htacess you can easily redirect your visitors base on what they have been refered
this is a good practice if forexample you have created an adwords campain, rather than providing the specific url each time in your adwords keyword would be a hard job and time consuming
or if you …
5 February 2011
No comments
This can be happen if you’ve upgraded your joomla site after joomla 1.5.15 and not upgraded the language files
so that this will look at the language file equals to this phrase and as the language file hasn’t yet upgraded or this phrase aded will endup diplaying this error
for fixing this …
25 January 2011
No comments
fixing ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib /mysql/mysql.sock’ (2)
This may have so many causes
but the cause that i encountered today was because of permission problem both on the the /var/lib/mysql directory and also on /var/run/mysqld/
so I ran
chown -R mysql:mysql /var/lib/mysql
and also the …
14 November 2010
No comments
When I wanted to fix my friends MySQL service one of the errors that loged in the
/var/log/mysqld.log
was the following
101114 12:45:43 mysqld started
101114 12:45:43 InnoDB: Operating system error number 13 in a file operation.
InnoDB: The error means mysqld does not have the access rights to
InnoDB: the directory.
InnoDB: File name ./ibdata1
InnoDB: File …
14 November 2010
No comments
If you encountered this error
Timeout error occurred trying to start MySQL Daemon.
while you wanted to start MySql service by running the command service mysqld start, this may have so amny reasons
one may be that there is some /etc/my.cnf misconfigurations or there maybe some owbership of user or group misconfigrations in
/var/lib/mysql …
14 November 2010
4 comments
Today I had to fix so many of ones server permission taht coudln’t start the MySql SERvice on a linux server
after fixing so many ownership finally I got this error in the log file
/var/log/mysqld.log
that had the following log in there
101114 12:43:42 mysqld started
101114 12:43:42 InnoDB: Started; log sequence number 9 …
14 November 2010
No comments