Articles in the Solved Issues Category
Solved Issues »
here is simple script to remove extra white spaces from each field of database table and get log record of how many fields age getting affected ! !
Solved Issues »
Often when one installs the CMS Made Simple on an active server online; they face a problem with the Tiny MCE editor in the pages section and hence the content cannot be modified via the editor.
I have provided three known solutions to this problem:
1) Change the permission on the modules directory to 755 if it already isn’t.
2) Try uninstalling the Tiny MCE and reinstalling it.
3) Try uninstalling the Tiny MCE and replacing it with an older version.
Solved Issues, Wordpress »
Recently I have face strange issue on wordpress which is “public_html/wp-includes/pluggable.php on line 868 wordpress issue” error at the time of login on wordpress website.
Issue: public_html/wp-includes/pluggable.php on line 868
Solution: This kind of error is normal for wordpress. This can occur due to some spaces after ?> ( end of php code ) in your php code files. So, you need to check your last accessed files and removed spaces if there and try again accessing that page. Hope it helps for wordpress developers.
- Tejas
MySQL, Solved Issues »
Follow the below code to import mysql database using command line.
mysql -uUSERNAME -pDATABASE < DATABASE_FILE.SQL
Format: mysql -uroot -ppasword -hlocalhost database-name < sql_dump_file_name.sql
Correct Example: mysql -uroot -palakmalak -hlocalhost oca < cerb4oca.sql
Note: Do not go to mysql console. Just go to the directory where your backup file resides.
Note: Do not use -u space username like -u root ( this will not work ) use -uroot -ppassword -hlocalhost
Wrong Example: mysql -u root -p abc123 localhost < mytest.sql
where root is USERNAME of MySQL, abc123 is DATABASE of MyQL and mytest.sql is …
Solved Issues, Zen Cart »
some has experienced that when clicked on some link blank page is displayed
that problem is there because of add page process of zencart
to add page in zencart we have to create four pages
* A new directory, includes/modules/pages/myNewPage/, containing a file called header_php.php
* A new file in the directory includes/templates/template_default/templates called tpl_myNewPage_default.php
* A new file, includes/extra_datafiles/myNewPage.php, defining your new page’s filename for the Zen Cart™ system
* A new language file, …
Solved Issues »
There may be certain servers which do not allow curl options so there is a alternate option for it. We can use commands such as file open, fgets and perform the same functionality as curl. Read the whole post for the solution
Solved Issues »
Open a terminal window and run the following commands:
sudo apt-get install apache2 mysql-server php5 libapache2-mod-php5 php5-xsl php5-gd php-pear libapache2-mod-auth-mysql php5-mysql
sudo sed -i ’s/; extension=mysql.so/extension=mysql\.so/g’ /etc/php5/apache2/php.ini
That’s a series of 3 spaces after ’s/;
sudo /etc/init.d/apache2 restart
Reboot and you’re done!
Solved Issues »
Click Start
Then – RUN
Type CMD press OK
Type this command in command prompt
mstsc /v:00.00.00.00 /f /admin
Replace 00.00.00.00 with your server’s IP Address or server name. e.g.SERVER
Solved Issues »
Recently I came across the issue of funny character for one of our client websie developed in Zen Cart. I have searched almost more than 10+ forums including zen cart forums. But couldnt find the root of the issue. But I have found out the issue from one site that that might be character encoding issue.
Zen cart settings was for Latin 8859 – 1 which was the root of the issue of funny character.
I have set up UTF-8 Unicode character set encoding for 3 files and it works like a …
