Archive for the ‘php’ Category

phpmyadmin export gives 0kb file

Tuesday, June 17th, 2008

When you use phpmyadmin provided by plesk and you try to export a large database you may encounter the problem that it will always give you to download a file 0 kb.

This happens when the database is big and you need to increase some options in php.ini to make it work.

(more…)

Moodle – The ‘Data Directory’ you specified could not be found or created.

Wednesday, November 7th, 2007

If you try to install moodle in a Plesk server (99% it will have open_basedir enabled in php) and you get an error when you define what is the Data Directory (The ‘Data Directory’ you specified could not be found or created.) you have to

(more…)

How to manage open_basedir option in Linux Plesk Servers

Wednesday, November 7th, 2007

They way to do such change in plesk 7,5 and in 8,x is different so follow the instructions below:

(more…)

Joomla Administration: Invalid Session

Monday, October 22nd, 2007

If you try to login to the administration of Joomla and you get the error: Invalid Session
try the following fix: (more…)

phpBB 1016 Can’t open file: Error

Sunday, October 21st, 2007

If you face the error:

1016 Can’t open file: ‘phpbb_sessions.MYI’. (errno: 145)

then you will have to (more…)

How do i send emails from my Web Application ? (.NET & ASP)

Wednesday, July 11th, 2007

here you can find various ways of sending emails with .NET 2 / .Net 1 CDONTS / Persist’s AspEmail / VB / PHP etc

(more…)