 | Moodle: Notice: Only variable references should be returned by reference | |
 | Notice: Only variable references should be returned by reference
The issue is with Moodle using an old adodb set that uses "references" which resulted in memory curruption which was addressed in PHP 4.4.0.
To correct perform the following:
Open |
|
 |
 | Tiki Wiki: Notice: Only variable references should be returned by reference | |
 | You can find the latest version of ADODB here.
To modify the function to not return a reference use the following code in your adodb.inc.php file:
/**
* Fetch a row, re |
|
 |
 | osCommerce - This is a potential security risk - please set the right user permissions on this file. | |
 | This error is caused when the /includes/configure.php is world writable. To correct this, log into your hosting control panel, select file manager, locate the file and change the permissions (chmod) for the file to 444.
|
|
 |
 | phpBB: Switching template to default theme | |
 | To change your phpBB theme back to the default which may be necessary when upgrading, log into your hosting control panel, mysql section and click the phpmyadmin link on the bottom. Select the proper phpbb database. Click the browse link next to phpbb_con |
|
 |
 | PHPList Email Throttling | |
 | As we are primarily a website hosting provider we limit email sending to 150 emails per hour. If you wish to send out a mailing list to individuals that agree to receive that email you can use several scripts that support email throttling to do so and mee |
|
 |
 | How do I reset Mambo administrator password? | |
 | To reset the password for mambo's admin page simply access the MySQL database by logging into your control panel with us. Then click on the MySQL icon, then phpMyAdmin at the bottom. Select the database in the drop down menu on the left. Click the Search |
|
 |
 | How do I reset Joomla administrator password? | |
 | How to reset Joomla administrative password
Start by logging into your control panel. Once logged in, click on the "MySQL" icon. In the MySQL section click on "phpMyAdmin" at the bottom.
Once in phpMyAdmin you will select the Joomla's database from |
|
 |
 | How do I reset SMF administrator password? | |
 | Reset your SMF admin password
First login to your control panel, click on "MySQL" then click on "phpMyAdmin".
Inside, select the appropriate database used by SMF.
In the left menu click "smf_members".
Then click the icon next to the text 'smf_mem |
|
 |
 | Gallery2 thumbnails won't show | |
 | If you are able to view your pictures in Gallery2 but the thumbnails are not showing or are appearing as broken images, try this...
Place a new .htaccess file in your g2data folder with the following content inside...
Options +FollowSymLinks
RewriteE |
|
 |
 | How do I reset Zen Cart administrator password? | |
 | First login to your control panel with us, then click on the "phpMyAdmin" icon.
Click the database name on the left hand menu.
Then click the SQL tab in the right hand section at the top.
Copy and paste the following code...
DELET |
|
 |
 | How to reset the admin password in Drupal. | |
 | To change the administrative password for your current Drupal installation you should:
1. Go to your cPanel -> Databases box -> phpMyAdmin;
2. Select the database which Drupal use from the drop-down menu on the left.
4. Click on the SQL tab.
5. In t |
|
 |