); * override the protocol + host + path + file:
|
Kasimirasrael
Joined: 2007-05-06
Posts: 6 |
Posted: Sun, 2007-08-19 19:59
|
|
Please fill out the following form and take a look at the linked pages. The more information you supply, the better we can help you. Remove this FAQ information from your post before submitting. - What information is required when asking for help in the forums? See:
Hi!! I have a big Problem, here is the link to my gallery: xxxxx First i got this Error: ); * override the protocol + host + path + file: * $gallery->setConfig('baseUri', 'https://example.com:8080/gallery2/index.php'); */ $gallery->setConfig('baseUri', ''); ?> ?> * in modules/core/classes/GalleryTemplate.class at line 251 (GalleryCoreApi::error) After deleting the g2data/smarty/templates_c/ folder (FAQ) i only get this one error line: ); * override the protocol + host + path + file: * $gallery->setConfig('baseUri', 'https://example.com:8080/gallery2/index.php'); */ $gallery->setConfig('baseUri', ''); ?> ?> I hope somebody can help me. |
|

Posts: 32509
looks like you tried to edit config.php manually yourself and something went wrong.
i guess all you need to do is add a "/" before the "* override the protocol" part in config.php.
--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage
Posts: 6
Thanks, that solved one of my Problems... My config.php was damged.
I don´t know why my config.php was edited in this funny way...
And it was only one of some coexistent problems, that made it so difficult for me. But now my gallery is working! Thanks for your help!