I am running into a problem with a new install on to Windows. After I complete the information for screen “Configuration” and click the next button, I am given a blank screen (where the cron jobs screen should appear). No errors are logged.
Any ideas on how to solve the problem? Has anyone had a successful dolphin install under windows?
Does anyone know if it is possible to allow users to upload additional pictures into their blog posts? Is this something that can be enabled in TinyMCE?
I am getting errors back from my cron jobs, does anyone know the cause or solution?
Cron /usr/bin/php -q /var/www/html/dolphin.com/periodic/tags.php
PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/lib/php/modules/msql.so’ - /usr/lib/php/modules/msql.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Notice: Undefined index: HTTP_HOST in /var/www/html/9_9_05/inc/header.inc.php on line 116
PHP Notice: Undefined index: REQUEST_URI in /var/www/html/9_9_05/inc/header.inc.php on line 118
Can anyone help with an error I receive directly following a clean install of 6.0.0003?
I know we’ve seen this before:
Database query error
Query:
SELECT * FROM `IndexCompose` WHERE `Column`=1 AND FIND_IN_SET( ‘non’, `Visible` ) ORDER BY `Order`
Mysql error:
Illegal mix of collations (latin1_swedish_ci,COERCIBLE) and (utf8_general_ci,IMPLICIT) for operation ‘find_in_se
I had created my database with the following commands:
CREATE DATABASE dolphin
DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_unicode_ci;
And in the database, the IndexCompose table shows it’s Collation as utf8_general_ci
Wasn’t this the proper setting?
Looking for help customizing Dolphin. Is there a way I can create a block of static html code or php code, and load it into the admin builder system for display on the home page or other pages? Or any docs around that show how to write a plugin module?
thanks.
Has anyone added a TinyMCE plugin? How did you install it?
I know this a scheduled feature for 6.1, but does anyone have any ideas about how I might implement it on my own before then? I’d like to migrate blogs and articles out of another CMS into Dolphin now, but it requires I preserve the page URLs. Is anyone aware of a mod_rewrite rule in which I could simply map a known page to a Dophin page? A rule for each page might work. Or is there another way to integrate SEF with Dolphin? Does the dev team have any strategy they might share to help me in the right direction? Thanks.