Loading...
Use
Create
Develop
FAQ
Troubleshooting
History: CartoGraf_15_Setup
View page
Source of version: 8
(current)
{maketoc title=""} ! Instructions Thank you for deploying the CartoGraf Profile for Tiki 15.x+! Please make sure you have applied this on Tiki 15 or newer version. Here are the next steps: # If you haven't done so already (and you see "broken theme" layout): Get the latest snapshot of the CartoGraf theme from SVN using the -+svn checkout https://svn.code.sf.net/p/tikiwiki/code/users/cartograf cartograf+- command (you can also download the version which is attached to the bottom of https://profiles.tiki.org/CartoGraf_15 but that may be outdated) and copy the -+themes/+- folder over to your Tiki root folder (it should place everything into the -+themes/CartoGraf/+- dir). # For the location search field in the maps to work properly you need to generate Google API key on https://console.developers.google.com/apis/credentials first and then enter it on tiki-admin.php?page=maps where it says "You need to set Google Maps API Key" warning. # Upload in the [tiki-list_file_gallery.php|File Gallery] (in the "Icons" gallery folder) some icons that can be used as markers on the maps. A great source is: [https://mapicons.mapsmarker.com/]. You can upload a zipped file and ask Tiki to unzip the files. ** If you create children file galleries, they will appear as such when picking a marker # Upload in the [tiki-list_file_gallery.php|File Gallery] (in the "Image bank" gallery folder) some images that can be used for points of interests of zones. A great source is: [https://commons.wikimedia.org/wiki/Category:Images]. You can upload a zipped file and ask Tiki to unzip the files. # [tiki-adminusers.php|Set a password for the demo user] and update the ((Demo)) page to make it easy for new users to see how things work # Set the [tiki-admin.php?page=general&highlight=sender_email|sender email] # Update the ((Contact)) page so visitors can get in touch with you with questions # Update the top and right-hand menus [tiki-admin_menus.php|here] # If you want to add/remove colors in the legend, add them to the code at ((MapCanvasSolo)) and ((MapCanvasShare)). ** You should also add a file of the same color in the "Icons" gallery folder. # If you expect your site to host a large number of files, you may want to set the File Gallery storage to the file system (instead of the default database storage) # Go and create your custom language files as described at https://profiles.tiki.org/CartoGraf_languages This is to override generic Tiki labels by things which are more specific and make sense for CartoGraf # You can change the "Available tile layers on maps" [tiki-admin.php?page=maps|here] # Enjoy ! Troubleshooting * This application relies heavily on [https://doc.tiki.org/Unified+Search|Tiki's Unified Search feature] so if you have strange errors like missing data or errors like ~np~"fopen(temp/unified-index/_5.sti) [function.fopen]: failed to open stream: Permission denied~/np~", make sure to review your setup. You can rebuild index by visiting [tiki-admin.php?page=search&rebuild=now] ** Please see: https://doc.tiki.org/Cron+Job+for+Search+Index+rebuilding ! Limitations !! Limit username pattern CartoGraf relies heavily on [https://doc.tiki.org/Search+Index|Unified Search] (Zend_Search_Lucene). Because of this, a username jean-marc won't work. Since hypens are often used in emails, you can't use CartoGraf with the pref "Use email as username" (login_is_email). Space and quote should also not be permitted. Theoretically, underscore (_) should work, but tests have demonstrated that is doesn't. Thus, we are restricting to only numbers and letters, without any accents. !! One single language CartoGraf can be deployed in any language but your instance can't support more than 1 language at once. It was originally developed for English or French. For another language, check the differences between the two profiles and extrapolate * https://profiles.tiki.org/CartoGraf_FR * https://profiles.tiki.org/CartoGraf !! Admin panel quirk * After a rebuild [tiki-admin.php?page=search&rebuild=now] you can't scroll just on that page even if no map. Cause: Looks like rebuild includes all the js generated by every object in the page that comes back - needs to cache & restore header lib after rebuild ! Developer notes {CODE(caption="1-liner to re-install a fresh Tiki with profile in English" colors="shell")}php console.php database:install --force; php console.php profile:apply CartoGraf_15; php console.php index:rebuild; php console.php c:c{CODE} You may get simmilar PHP notices which can be ignored (The important is the last line "Profile applied"): {CODE()} PHP Notice: Array to string conversion in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/core/Tiki/Profile/Installer.php on line 496 PHP Notice: Array to string conversion in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/core/Tiki/Profile/Installer.php on line 496 PHP Notice: Undefined index: use_items_icons in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/core/Tiki/Profile/InstallHandler/Menu.php on line 130 PHP Notice: Undefined index: parse in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/core/Tiki/Profile/InstallHandler/Menu.php on line 133 PHP Strict Standards: Only variables should be passed by reference in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/core/Tiki/Profile/InstallHandler/Menu.php on line 139 PHP Notice: Undefined index: icon in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/core/Tiki/Profile/InstallHandler/Menu.php on line 142 PHP Notice: Undefined index: icon in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/core/Tiki/Profile/InstallHandler/Menu.php on line 142 PHP Notice: Undefined index: icon in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/core/Tiki/Profile/InstallHandler/Menu.php on line 142 PHP Notice: Undefined index: position in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/core/Tiki/Profile/InstallHandler/Menu.php on line 153 PHP Notice: Undefined index: use_items_icons in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/core/Tiki/Profile/InstallHandler/Menu.php on line 130 PHP Notice: Undefined index: parse in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/core/Tiki/Profile/InstallHandler/Menu.php on line 133 PHP Strict Standards: Only variables should be passed by reference in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/core/Tiki/Profile/InstallHandler/Menu.php on line 139 PHP Notice: Undefined index: icon in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/core/Tiki/Profile/InstallHandler/Menu.php on line 142 PHP Notice: Undefined index: icon in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/core/Tiki/Profile/InstallHandler/Menu.php on line 142 PHP Notice: Undefined index: icon in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/core/Tiki/Profile/InstallHandler/Menu.php on line 142 PHP Notice: Undefined index: position in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/core/Tiki/Profile/InstallHandler/Menu.php on line 153 PHP Warning: preg_match() expects parameter 2 to be string, object given in /var/www/clients/client1/web16/subdirs/tiki15x-cartograf/lib/filegals/filegallib.php on line 3941 Profile applied. {CODE} -=Aliases=- (alias(CartoGraf-15_Setup))
Menu
Featured profiles
Profiles in Wizard
Profiles Todos
Handlers
Profiles Tester
Admin
of this site
Current Profiles
Tiki version
21.x
24.x
26.x
27.x
28.x
Deprecated
25.x
state
Not fully functional yet
alpha
beta
release
type
Available in the Profiles Wizard (12+)
Featured profiles
Full profile (out of the box & ready to go)
Learning profile (to show off feature)
Long tail
Mini-profile (can be included in other)
Profile-snippet (optional but needs another "parent" profile)
Security
Tests
Latest Changes
Voting_System
test_profile_change
Test_all_tracker_field_types_profile
Scheduler_Presets_20
Tracker_as_Calendar_09
Tracker_as_Calendar_10
Hide Fixed Top Nav Bar on Scroll 19
Easy_GeoBlog
Profiles_in_Wizard
Random_header_images_14
Hide Fixed Top Nav Bar on Scroll 19
How to Create Profiles
Test_All_Plugins
JonnyBs_Luxury_Tiki_Setup
Collaborative_Multilingual_Terminology
...more
Like almost all *.tiki.org sites, you can log in with your login from
https://tiki.org
(register over there)
Search
Find
Most Popular Tags
admin
agenda
alias
antibot
antibot captcha
app
archive
articles
banning
batch
blogs
calculations
calendars
cart
categories
cluster
codemirror
comments
computation
contact us
datachannel
debug
debug console
dropdown with other
error messages
features
file galleries
forums
geo
geocms
geolocation
group homepages
group watches
header
i18n
images
item link
items list
jquery
languages
location
map
maps
maths
menu
menupage
multilingual
ol3
ol5
openlayers
paypal
plugin
plugin alias
plugin datachannel
plugin fade
plugin tabs
plugin trackerlist
pretty trackers
print
project management
r
r project
realnames
rss
static
static text
statistics
stats
structures
syntax highlighter
tablesorter
template
trackers
user watches
visualization
watches
webservice
wiki
wiki argument variables
wiki structures
Tiki Newsletter
Subscribe to the Tiki newsletter.
Don't miss major announcements and other news!