problems with Modules using QuickStart

GK User
Sat Apr 03, 2010 2:02 am
hi. i used the Quickstart and ogt many diffrent errors. the first one - i fixed by simply commenting the problematic IF (see my previous topic).
but now i notice that there are other errors, regardless of this issue.
i get the following :
in the Search section :
Notice: Undefined variable: output in <...>templatesgk_party_freakhtmlmod_searchdefault.php on line 56

on the Header on the right (where the thumbs are) i get this :
Notice: Undefined index: thumbs_padding in <...>templatesgk_party_freakhtmlmod_gk_image_showcontent.php on line 339

Notice: Undefined index: thumbs_padding in <...>templatesgk_party_freakhtmlmod_gk_image_showcontent.php on line 339

in the Music News,Editor's Pick & New Pro GK 1 section i get this error :
Deprecated: Assigning the return value of new by reference is deprecated in <...>modulesmod_news_pro_gk1mod_news_pro_gk1.php on line 89


please advise as to how to fix these issues. i have 2 customers waiting on these templates (and i still have to turn them to RTL :dry: )
User avatar
Senior Boarder

GK User
Sat Apr 03, 2010 2:20 am
yabelson wrote:
...

in the Music News,Editor's Pick & New Pro GK 1 section i get this error :
Deprecated: Assigning the return value of new by reference is deprecated in <...>modulesmod_news_pro_gk1mod_news_pro_gk1.php on line 89

...


update - managed to fix this :
original code -
Code: Select all
$helper =& new GK1NewsProHelper();


the fix - removed the & from new when defining the helper :
Code: Select all
$helper = new GK1NewsProHelper();/*BUG FIX*/


Gavick Team - please insert this fix to the code.

10x
User avatar
Senior Boarder

GK User
Sat Apr 03, 2010 10:22 am
Should do the trick for me, but I also disabled error reporting so you don't see the errors.

You do this in the folder of the mod?
User avatar
Gold Boarder

GK User
Sat Apr 03, 2010 10:32 am
yes, in the folder of the mod.

b.t.w - switching off error reporting is nice, BUT - you might still get some problems...
User avatar
Senior Boarder

GK User
Sat Apr 03, 2010 12:00 pm
I know, that's why I am not satisfied with it.
Seams like the template is conflicting with some plugins and stuff, for example also the authorbot for jomsocial
User avatar
Gold Boarder

GK User
Sat Apr 03, 2010 12:29 pm
look in this forum, i think a fix for this was posted there.

i think its a very good template, but like any software has its small issues to be fixed during the first fe days it's being worked with.

once all is fixed i believe it will be one of the best ones so far :-).
User avatar
Senior Boarder

GK User
Sat Apr 03, 2010 12:31 pm
I am not complaining, I knew that I started with something which wasn't tested. After a few days you just get annoyed. Gavick team must be busy answering other mails, but sometimes your just out of patience :P
User avatar
Gold Boarder

GK User
Sat Apr 03, 2010 1:14 pm
well, i always got good response from them, even in person when it was required (when secured access was needed).
User avatar
Senior Boarder

GK User
Sun Apr 04, 2010 1:57 am
I don't know why they call it QuickStart , with RT or JA it just took few mintes just to upload the QuickStart folder , that's it ...you done , with this one i took me more than 1 hour and still i could not duplicate your demo , it was beter with quay , and i'm curious how many pepole get right
User avatar
Fresh Boarder

GK User
Fri Apr 09, 2010 6:50 am
I do agree but not complaining. I have been trying to install the quickstart module on my server but failed again and again. I am still new in the quickstart installation, maybe that's the reason why.

I had no problem installing the Party Freak template on an existing joomla installation but not that successful using the quickstart module.

The quickstart module failed to install on wampserver too.

Appreciate it if u guys have better solutions for the quickstart.
User avatar
Fresh Boarder

GK User
Fri Apr 09, 2010 7:46 am
you need to replace the entire folder's structure and then re-enter your site, and re-install if you want to use the QuickStart (unless there's another way i am not aware of)
User avatar
Senior Boarder

GK User
Sat Apr 17, 2010 8:02 pm
Hi,

I'm not sure if you tried RT and JART , there are the best , in 5 mintes (depending on your internet connection speed ) you will get the same as their demo ! YooTheme , template plazza and Gavick they will freak you out , btw i'm a member of all those 5 companies . :huh:
User avatar
Fresh Boarder

GK User
Sun Apr 25, 2010 10:03 pm
Where is the SQL dump for this template?
User avatar
Junior Boarder

GK User
Sun Apr 25, 2010 10:23 pm
Jarl wrote:
Where is the SQL dump for this template?


It's already on QuickStart installation.
User avatar
Platinum Boarder

GK User
Mon Apr 26, 2010 2:08 am
I understand that, but it's not loading correctly. Isn't there a separate sql dump, like there is in the Quay template. If not would you mind just saving the one from the demo and posting it up?
User avatar
Junior Boarder

teitbite
Mon Apr 26, 2010 8:51 pm
Hi

All sql code is place in install directory at quickstart package.
User avatar
Moderator

GK User
Mon May 03, 2010 2:06 pm
yabelson wrote:
hi. i used the Quickstart and ogt many diffrent errors. the first one - i fixed by simply commenting the problematic IF (see my previous topic).
but now i notice that there are other errors, regardless of this issue.
i get the following :
in the Search section :
Notice: Undefined variable: output in <...>templatesgk_party_freakhtmlmod_searchdefault.php on line 56
....


Hello everybody.
After installing JReviews an hour ago I have the same error on my site. But, the error doesn't appears on every page. The Searchmodule seems to be fine on every page execeopt of the jreviews component page and other site which are content sites. After deactivating the JReviews Comment Plugin the content pages working fine again. But still the problem on JReviews component site..

EDIT:
Okay, I've "fixed" it. After installting JReviews the reporting was activated and because of this the messages appears. To fix the "search_mod" just go into the template override an define the variable at the beginning
User avatar
Senior Boarder

GK User
Wed May 19, 2010 7:59 pm
template override? sorry im a total newbee..
User avatar
Fresh Boarder

teitbite
Fri May 21, 2010 1:43 pm
gummiklokke wrote:
template override? sorry im a total newbee..


Hi

Quick Start is a fully functional page with joomla, components, modules, plugins. Just downaload it and copy to server in empty location. If You need only the the template it's available at download area also, but will not have modules and dummy data as on the demo site.
User avatar
Moderator


cron