-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught Error: Class 'SpotTemplateHelper_Bootspot' #2
Comments
I'm sorry, but i havent worked on this for a long (looooong) time. A lot of changes has been made to Spotweb which i havent tracked for a long time either. |
You have to run |
I've stumbled upon this today and tried it. I have managed to get most of it working except for: Rest is working. If @Goeny you are willing to assist, maybe we can get it complete and implement this into Spotweb. |
@Sweepr Ofcourse you are welcome to implement your fixes yourself. |
I am one of the developers of Spotweb, there are a few changes but not that big of a deal. Only things that need to be finished are the things above. But.. i'm not sure how it works in Bootstrap theme. |
I will set up a testing domain so i can check for some issues myself. Once those problems are fixed and it's implemented in Spotweb itself, i would love to see someone else take over. For a good setup... Did you use the latest spotweb? And which version of php did you use? |
I understand, so have i.. ;-) Thank you! Best to use the develop branch, and PHP 5.6 or later can be used, better 7.4 which that is the latest supported version. |
If you want i can clone yours, then edit my changes and then push to the repo. |
I have pushed my local changes into Develop branch: 3f5b33f |
I am running the retreiver now on a clean install with php 7.2 (My server does not support 7.3/7.4 yet) |
I have also updated the Bootstrap version 3.3.1 to the current v4.4.1 in the backup folder is the previous version... not sure if JQuery 1.11.2 is good enough, or if this also needs to be updated. When we can get these 5 things working then we have a very pretty theme to add ;-) Would be sad to see such good looking theme go to waste. |
I know. But as you can see in master branch, it's been about 5-6 years since i last worked on this.
I think there have been some changes in the make up between bootstrap v3 and v4. Have to look into that aswell. Also Font-awesome had updates and make up changes. This almost seems to become a whole new project. |
Luckily Spotweb hasn't changed much over the last years aswell, altough i did make some minor adjustments, i was surprised that much of the stuff was working out of the box so i think you did a pretty nice job there. |
All right. Will try this next Saturday! |
Got it installed again. Unfortunately havent got the time to look into it yet. |
That's great to hear, take your time, if you have some question feel free to ask. |
@Goeny , I do not want to push you or anything, but i was wondering of you have any news on this theme? |
I hope we can see a working theme ;) please keep up the work. |
Hi Goeny,
I am getting the following error,
Fatal error: Uncaught Error: Class 'SpotTemplateHelper_Bootspot' not found in /var/www/spotweb/lib/page/SpotPage_Abs.php:94 Stack trace: #0 /var/www/spotweb/lib/page/SpotPage_Abs.php(40): SpotPage_Abs->getTplHelper(Array) #1 /var/www/spotweb/lib/page/SpotPage_edituserprefs.php(9): SpotPage_Abs->__construct(Object(Dao_Mysql_Factory), Object(Services_Settings_Container), Array) #2 /var/www/spotweb/index.php(242): SpotPage_edituserprefs->__construct(Object(Dao_Mysql_Factory), Object(Services_Settings_Container), Array, Array) #3 {main} thrown in /var/www/spotweb/lib/page/SpotPage_Abs.php on line 94
Do you see a way of solving this problem?
I did a clone on your repository, with the following files inside the map:
This is how I edited the ownsettings.php
Hope you can help me with this error.
The text was updated successfully, but these errors were encountered: