Search found 13 matches
- Fri Oct 31, 2008 5:13 pm
- Forum: CMSMS Core
- Topic: HTTP 500 error - php_memory_limit ?
- Replies: 3
- Views: 3993
Re: HTTP 500 error - php_memory_limit ?
Thanks Alby, The value was initially blank for php_memory_limit in my config.php I successively increased the value to 32M,then 64M, then 128M, then 256M, but results did not improve really. As to know if I "have this memory" and analyse the log, I am frantically looking into the jungle of...
- Fri Oct 31, 2008 3:01 pm
- Forum: CMSMS Core
- Topic: HTTP 500 error - php_memory_limit ?
- Replies: 3
- Views: 3993
HTTP 500 error - php_memory_limit ?
Hello, After having successfully testing my website in 'local', I put it on my provider's [AMEN.fr] server, where I get for many pages, but not all a "HTTP 500" error. But, generally, when I do a refresh (F5), the page is correctly displayed. After looking at some posts on this forum, I in...
- Thu Oct 09, 2008 8:36 pm
- Forum: Developers Discussion
- Topic: How to exit the loop of selflinks when a "pagelink" page is used ?
- Replies: 0
- Views: 836
How to exit the loop of selflinks when a "pagelink" page is used ?
Hello, A very useful navigation help is the "Previous page / Next page" which can be activated through {cms_selflink dir="prev" rellink=1} {cms_selflink dir="next" rellink=1} However, I am confronted with a loop in the following case : Example : 2 menu items + 2 pages d...
- Thu Oct 09, 2008 8:20 pm
- Forum: Developers Discussion
- Topic: [solved] How to popup a Googlemap based on latitude and longitude passed as para
- Replies: 8
- Views: 3579
Re: [solved] How to popup a Googlemap based on latitude and longitude passed as para
I look for the lat/lon data afterwrds 1) because I don't have a GPS 2) because the GPS only gives the location of the photographer which is of no interest for photos of distant landscapes, for instance. Tha alternative would be to have a GPS linked with the camera's telemeter, but that may still be ...
- Wed Oct 08, 2008 10:34 pm
- Forum: Developers Discussion
- Topic: [solved] How to popup a Googlemap based on latitude and longitude passed as para
- Replies: 8
- Views: 3579
Re: How to popup a Googlemap based on latitude and longitude passed as parameters ?
Hi Nils, I retried and... it worked perfecly well. I must have done some silly mistake in the link name before. I also got rid of the UDT as you suggested, putting the call for the Javascript in the section of the CMS page "options" tab. For the latitude and longitude data, I get them manu...
- Wed Oct 08, 2008 3:31 pm
- Forum: Developers Discussion
- Topic: [solved] How to popup a Googlemap based on latitude and longitude passed as para
- Replies: 8
- Views: 3579
Re: How to popup a Googlemap based on latitude and longitude passed as parameters ?
Hi Nils,
Using the "&" character doesn't work to pass the parameter. I still get a 404 error.
So, I don't know if it's possible at all to pass parameters this way.
Regards
François
Using the "&" character doesn't work to pass the parameter. I still get a 404 error.
So, I don't know if it's possible at all to pass parameters this way.
Regards
François
- Mon Oct 06, 2008 10:56 pm
- Forum: Developers Discussion
- Topic: [solved] How to popup a Googlemap based on latitude and longitude passed as para
- Replies: 8
- Views: 3579
Re: How to popup a Googlemap based on latitude and longitude passed as parameters ?
Thanks Nils for your answer. I tried the simple way, using UDT i.e.: 1) in the calling page : {popup url='index.php?page=generic_map_page ?latitude=43.717788&longitude=10.399592' width='300' height='300' text='xxx'} 2) in the popup window named generic_map_page : {SimpleGoogleMap map='mymap' lat...
- Mon Oct 06, 2008 1:28 pm
- Forum: Developers Discussion
- Topic: [solved] How to popup a Googlemap based on latitude and longitude passed as para
- Replies: 8
- Views: 3579
[solved] How to popup a Googlemap based on latitude and longitude passed as para
Helllo, For a large gallery of photos, I want to allow the viewer to open on each photo page a popup window containing a Google map centered on the photo location. I know how to 1) generate the map (using {SimpleGoogleMap map='mymap' lat='43.717788' long='10.399592'}) 2) open a popup using the UDT b...
- Fri Sep 05, 2008 7:04 pm
- Forum: Developers Discussion
- Topic: Multiple empty records created in the contents_props table - Delete ?
- Replies: 1
- Views: 985
Multiple empty records created in the contents_props table - Delete ?
Hello I noticed that for every content page created, 1 record is created in the cms_content table (as I expected) and 6 in the cms_content_props table : - one with prop_name="content_en" - one with prop_name="extra3" - one with prop_name="extra2" - one with prop_name=&q...
- Wed Sep 03, 2008 10:55 pm
- Forum: Developers Discussion
- Topic: Create a user-defined tag to retrieve a field value from table 'cms_content_pro'
- Replies: 35
- Views: 29757
Re: Create a user-defined tag to retrieve a field value from table 'cms_content_pro'
That's great : it's exactly what I wanted !
Thank you very much NaN for your help
François
Thank you very much NaN for your help
François
- Wed Sep 03, 2008 9:09 pm
- Forum: Developers Discussion
- Topic: Create a user-defined tag to retrieve a field value from table 'cms_content_pro'
- Replies: 35
- Views: 29757
Re: Create a user-defined tag to retrieve a field value from table 'cms_content_pro'
1) Thank Alby - I tried the code you suggested, but without success : it provides some field names but not field values . 2) I expected the value of the "Extra Page Attribute 1" at the bottom of the "options" tab in the "Edit pages" of CMS [there are in fact 3 such extr...
- Wed Sep 03, 2008 9:46 am
- Forum: Developers Discussion
- Topic: Create a user-defined tag to retrieve a field value from table 'cms_content_pro'
- Replies: 35
- Views: 29757
Re: Create a user-defined tag to retrieve a field value from table 'cms_content_pro'
I stored a string of character in this field. Each page from my site will have a different value and I want to display it
François
François
- Wed Sep 03, 2008 7:58 am
- Forum: Developers Discussion
- Topic: Create a user-defined tag to retrieve a field value from table 'cms_content_pro'
- Replies: 35
- Views: 29757
Create a user-defined tag to retrieve a field value from table 'cms_content_pro'
Hello, I would like to create a user-defined tag to retrieve the value stored in the field 'param1' of table 'cms_content_props' in order to include it in a template : similar to {title} but for another field of the database. It must be very simple, but I could not find the appropriate code... (I us...