gilbitron / Pico-Editor-Plugin

Provides an online Markdown editor and file manager for Pico.
http://pico.dev7studios.com
MIT License
58 stars 30 forks source link

session_start() error, see link #6

Closed davidbwaters closed 10 years ago

davidbwaters commented 10 years ago

Hi, I have very basic PHP knowledge. I have the editor functional on a local site. I uploaded to the server and am getting the following on the homepage (it is live here) with the editor plugin present:

Warning: session_start() [function.session-start]: open(/home/content/42/11775042/tmp/sess_bp0edqd47e0qv1alvkqv7cam36, O_RDWR) failed: No such file or directory (2) in /home/content/42/11775042/html/plugins/pico_editor/pico_editor.php on line 24

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/42/11775042/html/plugins/pico_editor/pico_editor.php:24) in /home/content/42/11775042/html/plugins/pico_editor/pico_editor.php on line 24

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/42/11775042/html/plugins/pico_editor/pico_editor.php:24) in /home/content/42/11775042/html/plugins/pico_editor/pico_editor.php on line 24


Thanks