![]() |
is /home/username/public_html/forum/ actually the path to your files
if not then it looks like its a configuration problem |
Quote:
|
seems i have a common error here occuring with my install but i've tried what has been suggested before with other users and i still have problems:
Code:
Warning: Invalid argument supplied for foreach() in /usr/local/www/****/public_html/forums/global.php on line 639 Code:
// Make a list of the all the actions... |
Thanks Debbi and Link!
|
Run the install script...
|
Quote:
Find in File admincp/usergroup.php PHP Code: 'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000 Replace with // ## <ucs> 'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0 // ## </ucs> IT SHOULD BE........ // ## <ucs> 'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0, // ## </ucs> Otherwise it creates an error when you try to access Usergroups in Admin CP Find in file includes/init.php Find PHP Code: 'stylecache' Replace with: PHP Code: 'stylecache', 'utt_store_act' IT SHOULD BE Replace with 'stylecache', 'utt_store_act', Hi Link. Well it gave me a Parse Error every time until i added the comma's :):) |
I agree. It gives errors until u apply those fixes. Thanks wi11ie!
|
It doesn't on an unhacked vB3. ;)
If anything comes after the line added (and before the end parenthesis), then yes, you'll need a comma. |
Quote:
|
Quote:
|
All times are GMT. The time now is 11:11 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|