Where to Find Search Time Outs in EE2.x

| August 31, 2010 | posted by Sue Crocker | Permalink

Question: Where can I find the number of seconds between searches in EE2,x?

Answer: You’d set this for each member group. Choose Membership Preferences for the group you wish to modify.

NOTE: This setting is MSM aware, You can make these changes on a per site basis.


Tags:
EE2.0 Only HowTo
Tell-a-Friend
Share |

Where Am I?

| August 25, 2010 | posted by Sue Crocker | Permalink

Question: I need to get a server path for my new file directory. I know what my regular directory is, but not the system path. How can I find this setting?

Answer: The easiest way to do this is to create a whereami.php file with the following content:

<?php echo realpath(dirname(__FILE__)) . '/'?> 

FTP the file up to your new images folder, and navigate to that folder using your browser. You’ll now see your server path.

NOTE: This code snippet will work with both EE1.x and EE2.x.

Tags:
HowTo
Tell-a-Friend
Share |

Creating Custom Status Groups

August 23, 2010 | posted by Sue Crocker | Permalink

HowTo
Tell-a-Friend
Share |

Gracie Likes the Camera

August 08, 2010 | posted by Sue Crocker | Permalink

HowTo
Tell-a-Friend
Share |

HowTo Create a Masked Login to MSM Site (EE1.x)

| May 24, 2010 | posted by Sue Crocker | Permalink

Question: How can I set up masked access to my MSM additional sites?

Answer: In the /system/utilities/ folder you’ll find a file called admin.php. Copy that file to your MSM folder, and instruct your users to log into the control panel from that URL.

Tags:
EE1.6 Only HowTo
Tell-a-Friend
Share |

HowTo Turn on Error Checking in EE2.x

- | May 07, 2010 | posted by Sue Crocker | Permalink

Question: How can I turn on error checking in EE2.x?

Answer: You’ll need to edit the index.php file found in your /system directory, and change the value of

$debug 0

to

$debug 1

NOTE: Remember to change this value back when you are done troubleshooting.

Tags: -
EE2.0 Only HowTo Note to Self
Tell-a-Friend
Share |

TShoot: Problems with File Uploads in EE2.02PB build 20100430

- | May 04, 2010 | posted by Sue Crocker | Permalink

When I attempt to use the File Manager from EE202PB build 20100430, I see the following error:

Fatal errorUsing $this when not in object context in */expressionengine/config/mimes.php on line 62 

What causes this, and how can I fix it?

There was a change in the /system/expressionengine/config/mimes.php file that you need to replace if you were using an earlier build of EE2.0x.

Replacing the mimes.php file fixes the problem.

Tags: -
Builds and Updates
Tell-a-Friend
Share |

Add-on Conversion Guidelines

- | May 03, 2010 | posted by Sue Crocker | Permalink

Question: Where can I find conversion guidelines to convert my EE1.6x add-ons to EE2.x?

Answer: You can find this information at: EEDocs: Conversion Information

Tags: -
EE2.0 Only EEDocs
Tell-a-Friend
Share |

Location of Language Downloads for EE2

May 01, 2010 | posted by Sue Crocker | Permalink

Question: Where can I find language packs for EE2?

Answer: You can find language packs for EE2 here.

EE2.0 Only Note to Self
Tell-a-Friend
Share |

Hidden Configuration Variables

| April 27, 2010 | posted by Sue Crocker | Permalink

Question: Where can I find the list of hidden configuration variables for EE1.6.x?

Answer: You can find these in the EEWiki: Hidden Configuration Variables

Tags:

Tell-a-Friend
Share |

Page 1 of 4 pages  1 2 3 >  Last ›